Home
last modified time | relevance | path

Searched defs:Point (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/
H A Dinjector_utils.h31 struct Point { struct
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dgraphic_types.h126 struct Point { struct
/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
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_linear_gradient_blur_shader_filter.h64 Drawing::Point (&pts)[2], const Drawing::Rect& clipBounds, GEGradientDirection direction); // 2 size of points member in OHOS::Rosen::GELinearGradientBlurShaderFilter
78 Drawing::Point (&pts)[2], const Drawing::Rect& clipBounds, GEGradientDirection direction); // 2 size of points member in OHOS::Rosen::GELinearGradientBlurShaderFilter
/foundation/multimodalinput/input/service/touch_event_normalize/include/
H A Dtouch_gesture_detector.h38 struct Point { struct
39 Point() {} in Point() function
40 Point(float px, float py) : x(px), y(py) {} in Point() function
41 Point(float px, float py, int64_t pt) in Point() function
[all...]
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dpoint.h26 class ACE_EXPORT Point { class
30 Point(double x, double y) : x_(x), y_(y) {} in Point() function in OHOS::Ace::Point
31 Point(double x, double y, SourceType sourceType) : x_(x), y_(y), sourceType_(sourceType) {} in Point() function in OHOS::Ace::Point
32 Point(double x, double y, double screenX, double screenY) : x_(x), y_(y), screenX_(screenX), screenY_(screenY) {} in Point() function in OHOS::Ace::Point
33 Point(double x, double y, double screenX, double screenY, SourceType sourceType) in Point() function in OHOS::Ace::Point
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dpoint.h29 typedef PointF Point; typedef
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_linear_gradient_blur_shader_filter.cpp192 Drawing::Point (&pts)[2], const Drawing::Rect& clipBounds, GEGradientDirection direction) // 2 size of points member in OHOS::Rosen::GELinearGradientBlurShaderFilter
224 Drawing::Point (&pts)[2], const Drawing::Rect& clipBounds, GEGradientDirection direction) // 2 size of points member in OHOS::Rosen::GELinearGradientBlurShaderFilter
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dmatrix.h24 struct Point { struct
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h158 } Point; typedef
[all...]
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h386 struct Point { struct
389 Point() : posX_(0), posY_(0) {}; in Point() function
390 Point(int32_t posX, int32_t posY) : posX_(posX), posY_(posY) {}; in Point() function

Completed in 7 milliseconds