Home
last modified time | relevance | path

Searched defs:position (Results 1 – 7 of 7) sorted by relevance

/drivers/peripheral/display/composer/test/common/
Ddisplay_test_utils.cpp109 int32_t position = y * handle.width + x; in GetPixelValue() local
142 int32_t position = y * handle.width + x; in CheckPixel() local
183 int32_t position = y * handle.width + x; in SetPixel() local
Dhdi_test_render_utils.cpp42 int32_t position = y * handle.width + x; in SetPixel() local
/drivers/hdf_core/framework/tools/hdi-gen/util/
Dstring_helper.cpp103 const std::string &value, size_t position, const std::string &substr, const std::string &newstr) in Replace()
114 std::string StringHelper::Replace(const std::string &value, size_t position, size_t len, const std:… in Replace()
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
Dhdi_layer.cpp194 int32_t position = y * handle.width + x; in SetPixel() local
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
Ddmetadata_processor.cpp174 const uint8_t position = OHOS_CAMERA_POSITION_BACK; in InitDCameraDefaultAbilityKeys() local
177 const uint8_t position = OHOS_CAMERA_POSITION_FRONT; in InitDCameraDefaultAbilityKeys() local
180 const uint8_t position = OHOS_CAMERA_POSITION_OTHER; in InitDCameraDefaultAbilityKeys() local
/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/
Dpreprocessor.cpp260 auto position = otherFile.imports_.find(curFile.GetFullName()); in CheckCircularReference() local
/drivers/peripheral/format/interfaces/include/
Dformat_type.h180 int64_t position; /**< Position of the data frame in the file */ member