Searched defs:position (Results 1 – 7 of 7) sorted by relevance
109 int32_t position = y * handle.width + x; in GetPixelValue() local142 int32_t position = y * handle.width + x; in CheckPixel() local183 int32_t position = y * handle.width + x; in SetPixel() local
42 int32_t position = y * handle.width + x; in SetPixel() local
103 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()
194 int32_t position = y * handle.width + x; in SetPixel() local
174 const uint8_t position = OHOS_CAMERA_POSITION_BACK; in InitDCameraDefaultAbilityKeys() local177 const uint8_t position = OHOS_CAMERA_POSITION_FRONT; in InitDCameraDefaultAbilityKeys() local180 const uint8_t position = OHOS_CAMERA_POSITION_OTHER; in InitDCameraDefaultAbilityKeys() local
260 auto position = otherFile.imports_.find(curFile.GetFullName()); in CheckCircularReference() local
180 int64_t position; /**< Position of the data frame in the file */ member