Home
last modified time | relevance | path

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

/foundation/window/window_manager/interfaces/innerkits/dm/
Dscreen.h30 struct Point { struct
33 Point() : posX_(0), posY_(0) {}; in Point() function
34 Point(int32_t posX, int32_t posY) : posX_(posX), posY_(posY) {}; in Point() function
/foundation/arkui/ace_engine/frameworks/base/geometry/
Dpoint.h30 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
32Point(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
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
Dgraphic_types.h126 struct Point { struct
128 int16_t x;
130 int16_t y;
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
Dmatrix.h25 struct Point { struct
26 float x = 0.0f;
27 float y = 0.0f;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
Dpoint.h26 typedef PointF Point; typedef
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
Dcapture_session.h86 }Point; typedef
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/
D@ohos.multimedia.camera.d.ts875 interface Point { interface