Home
last modified time | relevance | path

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

/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_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/
DPoint.js16 export class Point { class
/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.h24 struct Point { struct
25 float x = 0.0f;
26 float y = 0.0f;
/foundation/window/window_manager/interfaces/innerkits/dm/
Ddm_common.h346 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/
Dpoint.h28 typedef PointF Point; typedef
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
Dcapture_session.h112 } Point; typedef
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/
D@ohos.multimedia.camera.d.ts1094 interface Point { interface