/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_tip_modifier.cpp | 148 path.ArcTo(arrowRadius, arrowRadius, 0.0f, RSPathDirection::CW_DIRECTION, vertex_.GetX() + arrowHorizonOffset, in PaintHorizontalBubble() 151 path.ArcTo(circularRadius, circularRadius, 0.0f, RSPathDirection::CW_DIRECTION, in PaintHorizontalBubble() 154 path.ArcTo(circularRadius, circularRadius, 0.0f, RSPathDirection::CW_DIRECTION, in PaintHorizontalBubble() 160 path.ArcTo(arrowRadius, arrowRadius, 0.0f, RSPathDirection::CW_DIRECTION, vertex_.GetX() - arrowHorizonOffset, in PaintHorizontalBubble() 163 path.ArcTo(circularRadius, circularRadius, 0.0f, RSPathDirection::CW_DIRECTION, in PaintHorizontalBubble() 166 path.ArcTo(circularRadius, circularRadius, 0.0f, RSPathDirection::CW_DIRECTION, in PaintHorizontalBubble() 170 path.ArcTo(arrowRadius, arrowRadius, 0.0f, RSPathDirection::CW_DIRECTION, vertex_.GetX(), vertex_.GetY()); in PaintHorizontalBubble() 187 path.ArcTo(arrowRadius, arrowRadius, 0.0f, RSPathDirection::CW_DIRECTION, vertex_.GetX() + arrowVerticalOffset, in PaintVerticalBubble() 190 path.ArcTo(circularRadius, circularRadius, 0.0f, RSPathDirection::CW_DIRECTION, in PaintVerticalBubble() 194 path.ArcTo(circularRadiu in PaintVerticalBubble() [all...] |
/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/triangle/ |
H A D | rosen_render_triangle.cpp | 69 path.ArcTo(arc1.GetLeft(), arc1.GetTop(), arc1.GetRight(), arc1.GetBottom(), in Paint() 72 path.ArcTo(arc2.GetLeft(), arc2.GetTop(), arc2.GetRight(), arc2.GetBottom(), in Paint() 75 path.ArcTo(arc3.GetLeft(), arc3.GetTop(), arc3.GetRight(), arc3.GetBottom(), in Paint()
|
/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 60 impl_->ArcTo(pt1X, pt1Y, pt2X, pt2Y, startAngle, sweepAngle); in ArcTo() 63 void Path::ArcTo(const Point& pt1, const Point& pt2, scalar startAngle, scalar sweepAngle) in ArcTo() function in OHOS::Rosen::Drawing::Path 65 impl_->ArcTo(pt1.GetX(), pt1.GetY(), pt2.GetX(), pt2.GetY(), startAngle, sweepAngle); in ArcTo() 68 void Path::ArcTo(scalar rx, scalar ry, scalar angle, PathDirection direction, scalar endX, scalar endY) in ArcTo() function in OHOS::Rosen::Drawing::Path 70 impl_->ArcTo(rx, ry, angle, direction, endX, endY); in ArcTo() 73 void Path::ArcTo(scalar x1, scalar y1, scalar x2, scalar y2, scalar radius) in ArcTo() function in OHOS::Rosen::Drawing::Path 75 impl_->ArcTo(x1, y1, x2, y2, radius); in ArcTo()
|
/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 64 path2d_->ArcTo(x1, y1, x2, y2, radius); in ArcTo()
|
H A D | canvas_path.h | 37 void ArcTo(double x1, double y1, double x2, double y2, double radius);
|
H A D | canvas_renderer.h | 86 void ArcTo(const ArcToParam& param);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_wrapper_paint_method.cpp | 102 path.ArcTo(borderRadius, borderRadius, 0.0f, RSPathDirection::CW_DIRECTION, sheetRadius + targetOffset.GetX(), in GetBorderDrawPath() 108 path.ArcTo(ARROW_RADIUS.ConvertToPx() + borderOffset, ARROW_RADIUS.ConvertToPx() + borderOffset, 0.0f, in GetBorderDrawPath() 116 path.ArcTo(borderRadius, borderRadius, 0.0f, RSPathDirection::CW_DIRECTION, in GetBorderDrawPath() 121 path.ArcTo(borderRadius, borderRadius, 0.0f, RSPathDirection::CW_DIRECTION, in GetBorderDrawPath() 124 path.ArcTo(borderRadius, borderRadius, 0.0f, RSPathDirection::CW_DIRECTION, targetOffset.GetX() - borderOffset, in GetBorderDrawPath()
|
/foundation/arkui/ui_lite/test/uitest/test_canvas/ |
H A D | ui_test_canvas.cpp | 473 canvas->ArcTo({CENTER_X, CENTER_Y}, RADIUS, START_ANGLE, END_ANGLE); in UIKitCanvasTestDrawPath003() 531 canvas->ArcTo({CENTER_X, CENTER_Y}, RADIUS, START_ANGLE, END_ANGLE); in UIKitCanvasTestDrawPath007() 614 canvas->ArcTo({CENTER_X, CENTER_Y}, RADIUS, START_ANGLE, END_ANGLE); in UIKitCanvasTestDrawPath012() 630 canvas->ArcTo({CENTER_X, CENTER_Y}, RADIUS, START_ANGLE, END_ANGLE); in UIKitCanvasTestDrawPath013() 710 canvas->ArcTo({CENTER_X, CENTER_Y}, RADIUS, START_ANGLE, END_ANGLE); in UIKitCanvasTestDrawPath018() 724 canvas->ArcTo({CENTER_X, CENTER_Y}, RADIUS, START_ANGLE, END_ANGLE); in UIKitCanvasTestDrawPath019() 740 canvas->ArcTo({CENTER_X, CENTER_Y}, RADIUS, START_ANGLE, END_ANGLE); in UIKitCanvasTestDrawPath020() 756 canvas->ArcTo({CENTER_X, CENTER_Y}, RADIUS, START_ANGLE, END_ANGLE); in UIKitCanvasTestDrawPath021() 773 canvas->ArcTo({CENTER_X, CENTER_Y}, RADIUS, START_ANGLE, END_ANGLE); in UIKitCanvasTestDrawPath022() 839 canvas->ArcTo({CENTER_ in UIKitCanvasTestDrawPath026() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/tip/ |
H A D | rosen_render_tip.cpp | 168 path_.ArcTo(NormalizeToPx(border_.BottomRightRadius().GetX()), NormalizeToPx(border_.BottomRightRadius().GetY()), in PaintTopTip() 173 path_.ArcTo(NormalizeToPx(border_.TopRightRadius().GetX()), NormalizeToPx(border_.TopRightRadius().GetY()), 0.0f, in PaintTopTip() 179 path_.ArcTo(NormalizeToPx(border_.TopLeftRadius().GetX()), NormalizeToPx(border_.TopLeftRadius().GetY()), 0.0f, in PaintTopTip() 184 path_.ArcTo(NormalizeToPx(border_.BottomLeftRadius().GetX()), NormalizeToPx(border_.BottomLeftRadius().GetY()), in PaintTopTip() 291 path_.ArcTo(NormalizeToPx(border_.TopRightRadius().GetX()), NormalizeToPx(border_.TopRightRadius().GetY()), 0.0f, in PaintLeftTip() 298 path_.ArcTo(NormalizeToPx(border_.TopLeftRadius().GetX()), NormalizeToPx(border_.TopLeftRadius().GetY()), 0.0f, in PaintLeftTip() 303 path_.ArcTo(NormalizeToPx(border_.BottomLeftRadius().GetX()), NormalizeToPx(border_.BottomLeftRadius().GetY()), in PaintLeftTip() 309 path_.ArcTo(NormalizeToPx(border_.BottomRightRadius().GetX()), NormalizeToPx(border_.BottomRightRadius().GetY()), in PaintLeftTip()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_path_test.cpp | 54 skiaPath.ArcTo(0, 0, 100, 100, 90, 90); // 100: pt2X and pt2Y, 90: startAngle and sweepAngle in HWTEST_F() 55 skiaPath.ArcTo(0, 0, 90, PathDirection::CW_DIRECTION, 90, 90); // 90: angle, 90: endX and endY in HWTEST_F() 56 skiaPath.ArcTo(0, 0, 90, 90, 10); // 90: x2 and y2, 10: radius in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | path_impl.h | 53 virtual void ArcTo(scalar pt1X, scalar pt1Y, scalar pt2X, scalar pt2Y, scalar startAngle, scalar sweepAngle) = 0; 54 virtual void ArcTo(scalar rx, scalar ry, scalar angle, PathDirection direction, scalar endX, scalar endY) = 0; 55 virtual void ArcTo(scalar x1, scalar y1, scalar x2, scalar y2, scalar radius) = 0;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_path.h | 52 void ArcTo(scalar pt1X, scalar pt1Y, scalar pt2X, scalar pt2Y, scalar startAngle, scalar sweepAngle) override; 53 void ArcTo(scalar rx, scalar ry, scalar angle, PathDirection direction, scalar endX, scalar endY) override; 54 void ArcTo(scalar x1, scalar y1, scalar x2, scalar y2, scalar radius) override;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | path.h | 117 * and positive sweeps extends arc clockwise. ArcTo() adds line connecting Path last Point to initial arc Point if 128 virtual void ArcTo(scalar pt1X, scalar pt1Y, scalar pt2X, scalar pt2Y, scalar startAngle, scalar sweepAngle); 129 virtual void ArcTo(const Point& pt1, const Point& pt2, scalar startAngle, scalar sweepAngle); 134 * less than 360 degrees. ArcTo() appends line to (endX, endY) if either radii are zero, or if last Path Point 135 * equals (endX, endY). ArcTo() scales radii (rx, ry) to fit last Path Point and (endX, endY) if both are greater 145 virtual void ArcTo(scalar rx, scalar ry, scalar angle, PathDirection direction, scalar endX, scalar endY); 151 * If last Path Point does not start Arc, ArcTo appends connecting Line to Path. The length of Vector from 153 * or if tangents are nearly parallel, ArcTo appends Line from last Path Point to (x1, y1). 161 virtual void ArcTo(scalar x1, scalar y1, scalar x2, scalar y2, scalar radius);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_modifier.cpp | 1017 path.ArcTo(centerPt.GetX() + cosPointStart - halfThickness, centerPt.GetY() + sinPointStart - halfThickness, in PaintWhole() 1020 path.ArcTo(centerPt.GetX() - radius - halfThickness, centerPt.GetY() - radius - halfThickness, in PaintWhole() 1022 path.ArcTo(halfThickness, halfThickness, 0.0f, RSPathDirection::CW_DIRECTION, centerPt.GetX() + cosPointOutside, in PaintWhole() 1024 path.ArcTo(centerPt.GetX() - radius + halfThickness, centerPt.GetY() - radius + halfThickness, in PaintWhole() 1065 beginPath.ArcTo(centerPt.GetX() + radius - halfThickness, centerPt.GetY() - halfThickness, in PaintBeginHalf() 1067 beginPath.ArcTo(centerPt.GetX() - radius - halfThickness, centerPt.GetY() - radius - halfThickness, in PaintBeginHalf() 1070 beginPath.ArcTo(centerPt.GetX() - radius + halfThickness, centerPt.GetY() - radius + halfThickness, in PaintBeginHalf() 1116 endPath.ArcTo(centerPt.GetX() - radius - halfThickness, centerPt.GetY() - radius - halfThickness, in PaintEndHalf() 1119 endPath.ArcTo(halfThickness, halfThickness, 0.0f, RSPathDirection::CW_DIRECTION, centerPt.GetX() - cosPointOutside, in PaintEndHalf() 1121 endPath.ArcTo(centerP in PaintEndHalf() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | rosen_render_bubble.cpp | 328 path_.ArcTo(NormalizeToPx(border_.BottomRightRadius().GetX()), NormalizeToPx(border_.BottomRightRadius().GetY()), in PaintTopBubbleInJs() 333 path_.ArcTo(NormalizeToPx(border_.TopRightRadius().GetX()), NormalizeToPx(border_.TopRightRadius().GetY()), 0.0f, in PaintTopBubbleInJs() 339 path_.ArcTo(NormalizeToPx(border_.TopLeftRadius().GetX()), NormalizeToPx(border_.TopLeftRadius().GetY()), 0.0f, in PaintTopBubbleInJs() 344 path_.ArcTo(NormalizeToPx(border_.BottomLeftRadius().GetX()), NormalizeToPx(border_.BottomLeftRadius().GetY()), in PaintTopBubbleInJs() 454 path_.ArcTo(NormalizeToPx(border_.TopRightRadius().GetX()), NormalizeToPx(border_.TopRightRadius().GetY()), 0.0f, in PaintBottomBubbleInJs() 459 path_.ArcTo(NormalizeToPx(border_.BottomRightRadius().GetX()), NormalizeToPx(border_.BottomRightRadius().GetY()), in PaintBottomBubbleInJs() 465 path_.ArcTo(NormalizeToPx(border_.BottomLeftRadius().GetX()), NormalizeToPx(border_.BottomLeftRadius().GetY()), in PaintBottomBubbleInJs() 470 path_.ArcTo(NormalizeToPx(border_.TopLeftRadius().GetX()), NormalizeToPx(border_.TopLeftRadius().GetY()), 0.0f, in PaintBottomBubbleInJs() 570 path_.ArcTo(NormalizeToPx(border_.BottomRightRadius().GetX()), NormalizeToPx(border_.BottomRightRadius().GetY()), in PaintTopBubble() 574 path_.ArcTo(NormalizeToP in PaintTopBubble() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 882 rsPath_.ArcTo(point1, point2, static_cast<RSScalar>(startAngle), static_cast<RSScalar>(half)); in Arc() 883 rsPath_.ArcTo(point1, point2, static_cast<RSScalar>(half + startAngle), static_cast<RSScalar>(half)); in Arc() 886 rsPath_.ArcTo(point1, point2, static_cast<RSScalar>(startAngle), static_cast<RSScalar>(half)); in Arc() 887 rsPath_.ArcTo(point1, point2, static_cast<RSScalar>(half + startAngle), static_cast<RSScalar>(half)); in Arc() 888 rsPath_.ArcTo( in Arc() 891 rsPath_.ArcTo(point1, point2, static_cast<RSScalar>(startAngle), static_cast<RSScalar>(sweepAngle)); in Arc() 895 void CustomPaintPaintMethod::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::NG::CustomPaintPaintMethod 897 rsPath_.ArcTo(static_cast<RSScalar>(param.x1), static_cast<RSScalar>(param.y1), static_cast<RSScalar>(param.x2), in ArcTo() 940 rsPath_.ArcTo(point1, point2, static_cast<RSScalar>(startAngle), static_cast<RSScalar>(half)); in Ellipse() 941 rsPath_.ArcTo(point in Ellipse() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/ |
H A D | mock_canvas_paint.h | 64 MOCK_METHOD4(ArcTo, void(const TestingPoint& pt1, const TestingPoint& pt2, float startAngle, float sweepAngle));
|
H A D | canvas_custom_paint_method_test_ng.cpp | 962 EXPECT_CALL(path, ArcTo(_, _, _, _)).WillRepeatedly(Return()); in HWTEST_F() 965 EXPECT_CALL(path, ArcTo(_, _, _, _)).WillRepeatedly(Return()); in HWTEST_F() 968 EXPECT_CALL(path, ArcTo(_, _, _, _)).WillRepeatedly(Return()); in HWTEST_F() 1002 EXPECT_CALL(path, ArcTo(_, _, _, _)).WillRepeatedly(Return()); in HWTEST_F() 1005 EXPECT_CALL(path, ArcTo(_, _, _, _)).WillRepeatedly(Return()); in HWTEST_F() 1085 EXPECT_CALL(path, ArcTo(_, _, _, _)).WillRepeatedly(Return()); in HWTEST_F() 1088 EXPECT_CALL(path, ArcTo(_, _, _, _)).WillRepeatedly(Return()); in HWTEST_F() 1091 EXPECT_CALL(path, ArcTo(_, _, _, _)).WillRepeatedly(Return()); in HWTEST_F() 1120 EXPECT_CALL(path, ArcTo(_, _, _, _)).WillRepeatedly(Return()); in HWTEST_F() 1124 EXPECT_CALL(path, ArcTo( in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_paint_method.cpp | 533 path.ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, in BuildTopDoubleBorderPath() 551 path.ArcTo(radius, radius, 0.0f, RSPathDirection::CW_DIRECTION, in BuildCornerPath() 555 path.ArcTo(radius, radius, 0.0f, RSPathDirection::CW_DIRECTION, in BuildCornerPath() 559 path.ArcTo(radius, radius, 0.0f, RSPathDirection::CW_DIRECTION, in BuildCornerPath() 564 path.ArcTo(radius, radius, 0.0f, RSPathDirection::CW_DIRECTION, in BuildCornerPath() 620 path.ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, in BuildRightDoubleBorderPath() 695 path.ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, in BuildBottomDoubleBorderPath() 720 path.ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, in BuildLeftDoubleBorderPath()
|
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 1860 path += ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, 0, in BuildTopLinePath() 1910 path += ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, 0, in BuildRightLinePath() 1961 path += ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, 0, in BuildBottomLinePath() 2014 path += ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, 0, in BuildLeftLinePath() 2045 path += ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, 0, in ReplaceArrowTopLeft() 2069 path += ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, 0, in ReplaceArrowTopRight() 2092 path += ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, 0, in ReplaceArrowRightTop() 2115 path += ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, 0, in ReplaceArrowRightBottom() 2138 path += ArcTo(ARROW_RADIU in ReplaceArrowBottomLeft() [all...] |
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/path_fuzzer/ |
H A D | path_fuzzer.cpp | 123 path.ArcTo(ptOneX, ptOneY, ptTwoX, ptTwoY, startAngle, sweepAngle); in PathFuzzTest002() 126 path.ArcTo(ptOne, ptTwo, startAngle, sweepAngle); in PathFuzzTest002() 128 path.ArcTo(ptOneX, ptOneY, startAngle, static_cast<PathDirection>(direction % DIRECTION_SIZE), ptTwoX, ptTwoY); in PathFuzzTest002()
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_offscreen_canvas.cpp | 1282 path_.ArcTo(point1, point2, static_cast<RSScalar>(startAngle), static_cast<RSScalar>(half)); in Arc() 1283 path_.ArcTo(point1, point2, static_cast<RSScalar>(half + startAngle), static_cast<RSScalar>(half)); in Arc() 1286 path_.ArcTo(point1, point2, static_cast<RSScalar>(startAngle), static_cast<RSScalar>(half)); in Arc() 1287 path_.ArcTo(point1, point2, static_cast<RSScalar>(half + startAngle), static_cast<RSScalar>(half)); in Arc() 1288 path_.ArcTo(point1, point2, static_cast<RSScalar>(half + half + startAngle), static_cast<RSScalar>(sweepAngle)); in Arc() 1290 path_.ArcTo(point1, point2, static_cast<RSScalar>(startAngle), static_cast<RSScalar>(sweepAngle)); in Arc() 1621 path2d_.ArcTo(point1, point2, startAngle, HALF_CIRCLE_ANGLE); in Path2DArc() 1622 path2d_.ArcTo(point1, point2, startAngle + HALF_CIRCLE_ANGLE, HALF_CIRCLE_ANGLE); in Path2DArc() 1624 path2d_.ArcTo(point1, point2, startAngle, HALF_CIRCLE_ANGLE); in Path2DArc() 1625 path2d_.ArcTo(point in Path2DArc() 1917 void RosenRenderOffscreenCanvas::ArcTo(const ArcToParam& param) ArcTo() function in OHOS::Ace::RosenRenderOffscreenCanvas [all...] |
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/ |
H A D | path_test.cpp | 188 path->ArcTo(1.0f, 3.0f, 2.2f, 2.3f, 0.0f, 5.0f); in HWTEST_F() 202 path->ArcTo(1.0f, 3.0f, 2.5f, 2.4f, 1.0f, 3.0f); in HWTEST_F() 214 path.ArcTo(1.0f, 3.0f, 2.5f, PathDirection::CCW_DIRECTION, 1.0f, 3.0f); in HWTEST_F() 230 path->ArcTo(point1, point2, 2.5f, 2.4f); in HWTEST_F() 246 path->ArcTo(point1, point2, 2.5f, 2.0f); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/ |
H A D | data_panel_modifier.cpp | 711 path.ArcTo(point1, point2, startAngle, HALF_CIRCLE); in Path2DArc() 712 path.ArcTo(point1, point2, startAngle + HALF_CIRCLE, HALF_CIRCLE); in Path2DArc() 714 path.ArcTo(point1, point2, startAngle, HALF_CIRCLE); in Path2DArc() 715 path.ArcTo(point1, point2, startAngle + HALF_CIRCLE, HALF_CIRCLE); in Path2DArc() 716 path.ArcTo(point1, point2, startAngle + HALF_CIRCLE + HALF_CIRCLE, sweepAngle); in Path2DArc() 718 path.ArcTo(point1, point2, startAngle, sweepAngle); in Path2DArc()
|