Home
last modified time | relevance | path

Searched defs:ArcTo (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/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
80 …virtual void ArcTo(float rx, float ry, float angle, TestingPathDirection direction, float endX, fl… in ArcTo() function
81 …virtual void ArcTo(float pt1X, float pt1Y, float pt2X, float pt2Y, float startAngle, float sweepAn… in ArcTo() function
82 …virtual void ArcTo(const TestingPoint& pt1, const TestingPoint& pt2, float startAngle, float sweep… in ArcTo() function
/ohos5.0/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 swee… 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 e… 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_path.cpp66 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.cpp285 void NativeCanvasRenderer::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::Framework::NativeCanvasRenderer
/ohos5.0/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 … in ArcTo() function in OHOS::Rosen::Drawing::SkiaPath
79 void SkiaPath::ArcTo(scalar rx, scalar ry, scalar angle, PathDirection direction, scalar endX, scal… 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
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_pattern.cpp104 void OffscreenCanvasPattern::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::NG::OffscreenCanvasPattern
H A Doffscreen_canvas_rendering_context_2d_model_ng.cpp274 void OffscreenCanvasRenderingContext2DModelNG::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG
H A Dcanvas_rendering_context_2d_model_ng.cpp394 void CanvasRenderingContext2DModelNG::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::NG::CanvasRenderingContext2DModelNG
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.cpp897 void CustomPaintPaintMethod::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::NG::CustomPaintPaintMethod
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H A Dcanvas_rendering_context_2d_model_impl.cpp262 void CanvasRenderingContext2DModelImpl::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::Framework::CanvasRenderingContext2DModelImpl
H A Doffscreen_canvas_rendering_context_2d_model_impl.cpp263 void OffscreenCanvasRenderingContext2DModelImpl::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::Framework::OffscreenCanvasRenderingContext2DModelImpl
/ohos5.0/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
/ohos5.0/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
/ohos5.0/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.cpp1194 void RosenRenderCustomPaint::ArcTo(const Offset& offset, const ArcToParam& param) in ArcTo() function in OHOS::Ace::RosenRenderCustomPaint
H A Drosen_render_offscreen_canvas.cpp1917 void RosenRenderOffscreenCanvas::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::RosenRenderOffscreenCanvas
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp1384 std::string BubbleLayoutAlgorithm::ArcTo(double rx, double ry, double rotation, int32_t arc_flag, d… in ArcTo() function in OHOS::Ace::NG::BubbleLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.cpp2133 std::string SheetPresentationPattern::ArcTo(double rx, double ry, double rotation, int32_t arc_flag… in GetSheetTypeWithAuto() function in OHOS::Ace::NG::SheetPresentationPattern