Home
last modified time | relevance | path

Searched refs:loc_x (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/public_moudle/
H A Dbase.py106 loc_x = (loc_x_min + loc_x_max) / 2
108 return (loc_x, loc_y)
126 loc_x = (loc_x_min + loc_x_max) / 2
128 return (loc_x, loc_y)
163 loc_x = (loc_x_min + loc_x_max) / 2
165 self.click_canvas_point(el, loc_x, loc_y)
166 return (loc_x, loc_y)
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_encoder.cpp1230 std::string loc_x = ""; in GetFragmentRelLocation() local
1234 fragmentMeta->GetValue(FRAGMENT_METADATA_KEY_X, loc_x); in GetFragmentRelLocation()
1236 ImageUtils::StrToUint32(loc_x, horizontalOffset); in GetFragmentRelLocation()