Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Dhdi_composition_check.h25 struct Point { struct
26 int32_t x = 0;
27 int32_t y = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A 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
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/
H A DPoint.js16 export class Point { class
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/lpfence/
H A Dlpfence_point.md1 # Point chapter
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dgraphic_types.h126 struct Point { struct
128 int16_t x;
130 int16_t y;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dmatrix.h24 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 Dgradient_dirty_laundry.cpp80 …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 Dts-drawing-components-polygon.md254 ## Point section
H A Dts-drawing-components-polyline.md251 ## Point section
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_fly_out_shader_filter.cpp81 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 Dts-drawing-components-polygon.md267 ## Point section
H A Dts-drawing-components-polyline.md265 ## Point section
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h384 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 Dpoint.h28 typedef PointF Point; typedef
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h158 } Point; typedef
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera.md1262 ## Point section
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera.md1265 ## Point section