Home
last modified time | relevance | path

Searched defs:ArcTo (Results 1 - 22 of 22) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_path.cpp62 void NativeCanvasPath::ArcTo(double x1, double y1, double x2, double y2, double radius) in ArcTo() function in OHOS::Ace::Framework::NativeCanvasPath
H A Dcanvas_renderer.cpp279 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 Dgeometry_path_storage.h304 void ArcTo(float rx, float ry, in ArcTo() function in OHOS::UICanvasVertices
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.cpp385 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 Dtesting_path.h79 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 Dcustom_paint_component.cpp195 void CanvasTaskPool::ArcTo(const OHOS::Ace::ArcToParam& param) in ArcTo() function in OHOS::Ace::CanvasTaskPool
H A Drosen_render_custom_paint.cpp1195 void RosenRenderCustomPaint::ArcTo(const Offset& offset, const ArcToParam& param) in ArcTo() function in OHOS::Ace::RosenRenderCustomPaint
[all...]
H A Drosen_render_offscreen_canvas.cpp1917 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 Dcanvas_rendering_context_2d_model_ng.cpp389 void CanvasRenderingContext2DModelNG::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::NG::CanvasRenderingContext2DModelNG
H A Doffscreen_canvas_rendering_context_2d_model_ng.cpp270 void OffscreenCanvasRenderingContext2DModelNG::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG
H A Doffscreen_canvas_pattern.cpp104 void OffscreenCanvasPattern::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::NG::OffscreenCanvasPattern
H A Dcanvas_pattern.cpp359 void CanvasPattern::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::NG::CanvasPattern
H A Dcustom_paint_paint_method.cpp895 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 Dcanvas_rendering_context_2d_model_impl.cpp255 void CanvasRenderingContext2DModelImpl::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::Framework::CanvasRenderingContext2DModelImpl
H A Doffscreen_canvas_rendering_context_2d_model_impl.cpp257 void OffscreenCanvasRenderingContext2DModelImpl::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::Framework::OffscreenCanvasRenderingContext2DModelImpl
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp117 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 Dpath.cpp58 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 Djs_path.cpp185 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 Dskia_path.cpp73 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 Dbubble_layout_algorithm.cpp1542 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 Dsheet_presentation_pattern.cpp2054 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 Dmenu_layout_algorithm.cpp2837 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

Completed in 42 milliseconds