Searched defs:Point (Results 1 – 8 of 8) sorted by relevance
| /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_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/ |
| D | Point.js | 16 export class Point { class
|
| /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 | 24 struct Point { struct 25 float x = 0.0f; 26 float y = 0.0f;
|
| /foundation/window/window_manager/interfaces/innerkits/dm/ |
| D | dm_common.h | 346 struct Point { struct 349 Point() : posX_(0), posY_(0) {}; in Point() function 350 Point(int32_t posX, int32_t posY) : posX_(posX), posY_(posY) {}; in Point() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
| D | point.h | 28 typedef PointF Point; typedef
|
| /foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/ |
| D | capture_session.h | 112 } Point; typedef
|
| /foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/ |
| D | @ohos.multimedia.camera.d.ts | 1094 interface Point { interface
|