Home
last modified time | relevance | path

Searched refs:vector2 (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/test/
H A Dgraphic_math_unit_test.cpp119 delete vector2;
146 delete vector2;
193 delete vector2;
220 delete vector2;
264 delete vector2;
272 delete vector2;
291 delete vector2;
299 delete vector2;
327 delete vector2;
355 delete vector2;
[all …]
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dallow_record_unit_test.cpp74 std::vector<nlohmann::json> vector2{persistTime}; variable
75 payload["allowTimeList"] = vector2;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_blur_filter_test.cpp232 Vector2f vector2; variable
233 std::optional<Vector2f> greyCoef = vector2;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderimage_fuzzer/
H A Drsrenderimage_fuzzer.cpp220 Drawing::Point vector2 { fX2, fY2 }; in RSImageFuzzTest() local
223 std::vector<Drawing::Point> radius = { vector1, vector2, vector3, vector4 }; in RSImageFuzzTest()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-graphics.md40 | [Vector2](#vector2) | 包含x和y两个值的向量。<br/>单位:vp |
83 | [Vector2](#vector2) | 轴心的x和y轴坐标。该参数为浮点数,默认值为0.5, 取值范围为[0.0, 1.0]。 |
97 | [Vector2](#vector2) | x和y轴的缩放参数。该参数为浮点数,默认值为1.0。 |
111 | [Vector2](#vector2) | x和y轴的平移量。<br/>单位:px |
139 | [Vector2](#vector2) | x和y轴方向的偏移量。<br/>单位:vp |
794 | [Corners](#cornerst12)[\<Vector2>](#vector2) | 四个角的圆角度数。 |
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-graphics.md40 | [Vector2](#vector2) | A vector that contains two values: x and y.<br>Unit: vp|
83 | [Vector2](#vector2) | X and Y coordinates of the pivot. The value is a floating point number in t…
97 | [Vector2](#vector2) | Scale factor along the x- and y-axis. The value is a floating point number,…
111 | [Vector2](#vector2) | Translation amount along the x- and y-axis.<br>Unit: px|
139 | [Vector2](#vector2) | Offset along the x- and y-axis.<br>Unit: vp|
782 | [Corners](#cornerst12)[\<Vector2>](#vector2) | Radius of the four corners.|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_info.cpp1402 …static std::vector vector2{EXIF_TAG_GPS_DATE_STAMP, EXIF_TAG_IMAGE_DESCRIPTION, EXIF_TAG_MAKE, EXI… in CreateExifEntry() local
1417 } else if (std::find(vector2.begin(), vector2.end(), tag) != vector2.end()) { in CreateExifEntry()