Home
last modified time | relevance | path

Searched defs:lens (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dtemplates_parser.cpp213 std::vector<double> lens; in ParseArgsWithAutoFill() local
291 std::vector<double> lens; in ParseAutoFill() local
341 std::vector<double> lens; in ParseArgsWithoutAutoFill() local
396 std::vector<double> lens; in ParseArgsWithAutoFit() local
468 std::vector<double> lens; in ParseArgsWithAutoStretch() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dtemplates_parser.cpp190 std::vector<double> lens; in ParseArgsWithAutoFill() local
259 std::vector<double> lens; in ParseArgs() local
339 std::vector<double> lens; in ParseAutoFill() local
/ohos5.0/drivers/hdf_core/framework/model/camera/parser/include/
H A Dcamera_config_parser.h124 struct LensDeviceConfig lens[CAMERA_DEVICE_MAX_NUM]; member
149 struct CameraLensConfig lens; member
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dlog_display.cpp280 uint64_t lens = 0; in HilogShowLogStatsInfo() local
/ohos5.0/base/update/updater/services/diffpatch/diff/
H A Dblocks_diff.cpp330 int64_t lens = 0; in ComputeLength() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
H A Dcamera_common.h130 struct LensInfo lens; member
/ohos5.0/drivers/hdf_core/framework/model/camera/device_manager/include/
H A Dcamera_device_manager.h178 struct LensDevice *lens[DEVICE_NUM]; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp554 std::vector<double> lens; in ParseArgsInner() local
634 std::vector<double> lens; in ParseAutoFill() local
3352 std::vector<double> lens; in ParseArgsWithAutoFill() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H A Dbluetooth_renderer_sink.cpp1035 int64_t BluetoothRendererSinkInner::BytesToNanoTime(size_t lens) in BytesToNanoTime()