/ohos5.0/drivers/peripheral/display/composer/test/common/ |
H A D | hdi_composition_check.h | 25 struct Point { struct 26 int32_t x = 0; 27 int32_t y = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | point.h | 30 Point(double x, double y) : x_(x), y_(y) {} in Point() function 31 Point(double x, double y, SourceType sourceType) : x_(x), y_(y), sourceType_(sourceType) {} in Point() function 32 …Point(double x, double y, double screenX, double screenY) : x_(x), y_(y), screenX_(screenX), scree… in Point() function 33 Point(double x, double y, double screenX, double screenY, SourceType sourceType) in Point() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/ |
H A D | Point.js | 16 export class Point { class
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/lpfence/ |
H A D | lpfence_point.md | 1 # Point chapter
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | graphic_types.h | 126 struct Point { struct 128 int16_t x; 130 int16_t y;
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | matrix.h | 24 struct Point { struct 25 float x = 0.0f; 26 float y = 0.0f;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | gradient_dirty_laundry.cpp | 80 …OH_Drawing_Point2D Point = { (pts[0].x + pts[1].x) / 2, (pts[0].y + pts[1].y) / 2 }; // 取[0] 和[2] … in MakeRadial() local 93 …OH_Drawing_Point2D Point = { (pts[0].x + pts[1].x) / 2, (pts[0].y + pts[1].y) / 2 }; // 取[0] 和[2] … in MakeSweep() local
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-drawing-components-polygon.md | 254 ## Point section
|
H A D | ts-drawing-components-polyline.md | 251 ## Point section
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_fly_out_shader_filter.cpp | 81 void RSFlyOutShaderFilter::CalculateDeformation(std::array<Drawing::Point, POINT_NUM>& flyUp, in CalculateDeformation()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-drawing-components-polygon.md | 267 ## Point section
|
H A D | ts-drawing-components-polyline.md | 265 ## Point section
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | dm_common.h | 384 struct Point { struct 387 Point() : posX_(0), posY_(0) {}; in Point() function 388 Point(int32_t posX, int32_t posY) : posX_(posX), posY_(posY) {}; in Point() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | point.h | 28 typedef PointF Point; typedef
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/ |
H A D | capture_session.h | 158 } Point; typedef
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/ |
H A D | js-apis-camera.md | 1262 ## Point section
|
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/ |
H A D | js-apis-camera.md | 1265 ## Point section
|