Searched defs:Point (Results 1 – 7 of 7) sorted by relevance
/foundation/window/window_manager/interfaces/innerkits/dm/ |
D | screen.h | 30 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/ |
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
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
D | graphic_types.h | 126 struct Point { struct 128 int16_t x; 130 int16_t y;
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
D | matrix.h | 25 struct Point { struct 26 float x = 0.0f; 27 float y = 0.0f;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
D | point.h | 26 typedef PointF Point; typedef
|
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/ |
D | capture_session.h | 86 }Point; typedef
|
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/ |
D | @ohos.multimedia.camera.d.ts | 875 interface Point { interface
|