/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/ |
H A D | injector_utils.h | 31 struct Point { struct
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | graphic_types.h | 126 struct Point { struct
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | gradient_dirty_laundry.cpp | 80 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 D | ge_linear_gradient_blur_shader_filter.h | 64 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 D | touch_gesture_detector.h | 38 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 D | point.h | 26 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 D | point.h | 29 typedef PointF Point; typedef
|
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
H A D | ge_linear_gradient_blur_shader_filter.cpp | 192 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 D | matrix.h | 24 struct Point { struct
|
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/ |
H A D | capture_session.h | 158 } Point; typedef [all...] |
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | dm_common.h | 386 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
|