/ohos5.0/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 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 D | path.cpp | 58 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 D | canvas_path.cpp | 66 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 | 285 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 D | skia_path.cpp | 73 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 D | geometry_path_storage.h | 304 void ArcTo(float rx, float ry, in ArcTo() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
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 | offscreen_canvas_rendering_context_2d_model_ng.cpp | 274 void OffscreenCanvasRenderingContext2DModelNG::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG
|
H A D | canvas_rendering_context_2d_model_ng.cpp | 394 void CanvasRenderingContext2DModelNG::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::NG::CanvasRenderingContext2DModelNG
|
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 | 897 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 D | canvas_rendering_context_2d_model_impl.cpp | 262 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 | 263 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 D | decoration.cpp | 385 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 D | js_path.cpp | 185 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 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 | 1194 void RosenRenderCustomPaint::ArcTo(const Offset& offset, const ArcToParam& param) in ArcTo() function in OHOS::Ace::RosenRenderCustomPaint
|
H A D | rosen_render_offscreen_canvas.cpp | 1917 void RosenRenderOffscreenCanvas::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::RosenRenderOffscreenCanvas
|
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_layout_algorithm.cpp | 1384 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 D | sheet_presentation_pattern.cpp | 2133 std::string SheetPresentationPattern::ArcTo(double rx, double ry, double rotation, int32_t arc_flag… in GetSheetTypeWithAuto() function in OHOS::Ace::NG::SheetPresentationPattern
|