/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | canvas_path.cpp | 62 void NativeCanvasPath::ArcTo(double x1, double y1, double x2, double y2, double radius) in ArcTo() function in OHOS::Ace::Framework::NativeCanvasPath
|
H A D | canvas_renderer.cpp | 279 void NativeCanvasRenderer::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::Framework::NativeCanvasRenderer
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/ |
H A D | geometry_path_storage.h | 304 void ArcTo(float rx, float ry, in ArcTo() function in OHOS::UICanvasVertices
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | decoration.cpp | 385 void CanvasPath2D::ArcTo(double x1, double y1, double x2, double y2, double radius) in ArcTo() function in OHOS::Ace::CanvasPath2D
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_path.h | 79 virtual void ArcTo(float x1, float y1, float x2, float y2, float radius) {} in ArcTo() function in OHOS::Ace::Testing::TestingPath 80 virtual void ArcTo(float rx, float ry, float angle, TestingPathDirection direction, float endX, float endY) {} in ArcTo() function in OHOS::Ace::Testing::TestingPath 81 virtual void ArcTo(float pt1X, float pt1Y, float pt2X, float pt2Y, float startAngle, float sweepAngle) {} in ArcTo() function in OHOS::Ace::Testing::TestingPath 82 virtual void ArcTo(const TestingPoint& pt1, const TestingPoint& pt2, float startAngle, float sweepAngle) {} in ArcTo() function in OHOS::Ace::Testing::TestingPath
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | custom_paint_component.cpp | 195 void CanvasTaskPool::ArcTo(const OHOS::Ace::ArcToParam& param) in ArcTo() function in OHOS::Ace::CanvasTaskPool
|
H A D | rosen_render_custom_paint.cpp | 1195 void RosenRenderCustomPaint::ArcTo(const Offset& offset, const ArcToParam& param) in ArcTo() function in OHOS::Ace::RosenRenderCustomPaint [all...] |
H A D | rosen_render_offscreen_canvas.cpp | 1917 void RosenRenderOffscreenCanvas::ArcTo(const ArcToParam& param) ArcTo() function in OHOS::Ace::RosenRenderOffscreenCanvas [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | canvas_rendering_context_2d_model_ng.cpp | 389 void CanvasRenderingContext2DModelNG::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::NG::CanvasRenderingContext2DModelNG
|
H A D | offscreen_canvas_rendering_context_2d_model_ng.cpp | 270 void OffscreenCanvasRenderingContext2DModelNG::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG
|
H A D | offscreen_canvas_pattern.cpp | 104 void OffscreenCanvasPattern::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::NG::OffscreenCanvasPattern
|
H A D | canvas_pattern.cpp | 359 void CanvasPattern::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::NG::CanvasPattern
|
H A D | custom_paint_paint_method.cpp | 895 void CustomPaintPaintMethod::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::NG::CustomPaintPaintMethod [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/ |
H A D | canvas_rendering_context_2d_model_impl.cpp | 255 void CanvasRenderingContext2DModelImpl::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::Framework::CanvasRenderingContext2DModelImpl
|
H A D | offscreen_canvas_rendering_context_2d_model_impl.cpp | 257 void OffscreenCanvasRenderingContext2DModelImpl::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::Framework::OffscreenCanvasRenderingContext2DModelImpl
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_canvas.cpp | 117 void UICanvas::ArcTo(const Point& center, uint16_t radius, int16_t startAngle, int16_t endAngle) in ArcTo() function in OHOS::UICanvas
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | path.cpp | 58 void Path::ArcTo(scalar pt1X, scalar pt1Y, scalar pt2X, scalar pt2Y, scalar startAngle, scalar sweepAngle) in ArcTo() function in OHOS::Rosen::Drawing::Path 63 void Path::ArcTo(const Point& pt1, const Point& pt2, scalar startAngle, scalar sweepAngle) in ArcTo() function in OHOS::Rosen::Drawing::Path 68 void Path::ArcTo(scalar rx, scalar ry, scalar angle, PathDirection direction, scalar endX, scalar endY) in ArcTo() function in OHOS::Rosen::Drawing::Path 73 void Path::ArcTo(scalar x1, scalar y1, scalar x2, scalar y2, scalar radius) in ArcTo() function in OHOS::Rosen::Drawing::Path
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/ |
H A D | js_path.cpp | 185 napi_value JsPath::ArcTo(napi_env env, napi_callback_info info) in ArcTo() function in OHOS::Rosen::Drawing::JsPath
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_path.cpp | 73 void SkiaPath::ArcTo(scalar pt1X, scalar pt1Y, scalar pt2X, scalar pt2Y, scalar startAngle, scalar sweepAngle) in ArcTo() function in OHOS::Rosen::Drawing::SkiaPath 79 void SkiaPath::ArcTo(scalar rx, scalar ry, scalar angle, PathDirection direction, scalar endX, scalar endY) in ArcTo() function in OHOS::Rosen::Drawing::SkiaPath 87 void SkiaPath::ArcTo(scalar x1, scalar y1, scalar x2, scalar y2, scalar radius) in ArcTo() function in OHOS::Rosen::Drawing::SkiaPath
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_layout_algorithm.cpp | 1542 std::string BubbleLayoutAlgorithm::ArcTo(double rx, double ry, double rotation, int32_t arc_flag, double x, double y) in ArcTo() function in OHOS::Ace::NG::BubbleLayoutAlgorithm [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_presentation_pattern.cpp | 2054 std::string SheetPresentationPattern::ArcTo(double rx, double ry, double rotation, int32_t arc_flag, double x, double y) GetSheetTypeWithAuto() function in OHOS::Ace::NG::SheetPresentationPattern [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_layout_algorithm.cpp | 2837 std::string MenuLayoutAlgorithm::ArcTo(double rx, double ry, double rotation, int32_t arc_flag, double x, double y) in ArcTo() function in OHOS::Ace::NG::MenuLayoutAlgorithm
|