/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_tip_modifier.cpp | 151 path.ArcTo(circularRadius, circularRadius, 0.0f, RSPathDirection::CW_DIRECTION, in PaintHorizontalBubble() 154 path.ArcTo(circularRadius, circularRadius, 0.0f, RSPathDirection::CW_DIRECTION, 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() 190 path.ArcTo(circularRadius, circularRadius, 0.0f, RSPathDirection::CW_DIRECTION, in PaintVerticalBubble() 194 path.ArcTo(circularRadius, circularRadius, 0.0f, RSPathDirection::CW_DIRECTION, in PaintVerticalBubble() 207 path.ArcTo(circularRadius, circularRadius, 0.0f, RSPathDirection::CW_DIRECTION, in PaintVerticalBubble() 211 path.ArcTo(circularRadius, circularRadius, 0.0f, RSPathDirection::CW_DIRECTION, in PaintVerticalBubble() 238 path.ArcTo(circularRadius, circularRadius, 0.0f, RSPathDirection::CW_DIRECTION, in PaintHorizontalBubbleSuitableAging() 243 path.ArcTo(circularRadius, circularRadius, 0.0f, RSPathDirection::CW_DIRECTION, in PaintHorizontalBubbleSuitableAging() [all …]
|
/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 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 e… 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()
|
/ohos5.0/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_X, CENTER_Y}, RADIUS, START_ANGLE, END_ANGLE); in UIKitCanvasTestDrawPath026() [all …]
|
/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tip/ |
H A D | rosen_render_tip.cpp | 172 …path_.ArcTo(NormalizeToPx(border_.BottomRightRadius().GetX()), NormalizeToPx(border_.BottomRightRa… in PaintTopTip() 177 …path_.ArcTo(NormalizeToPx(border_.TopRightRadius().GetX()), NormalizeToPx(border_.TopRightRadius()… in PaintTopTip() 183 …path_.ArcTo(NormalizeToPx(border_.TopLeftRadius().GetX()), NormalizeToPx(border_.TopLeftRadius().G… in PaintTopTip() 188 …path_.ArcTo(NormalizeToPx(border_.BottomLeftRadius().GetX()), NormalizeToPx(border_.BottomLeftRadi… in PaintTopTip() 295 …path_.ArcTo(NormalizeToPx(border_.TopRightRadius().GetX()), NormalizeToPx(border_.TopRightRadius()… in PaintLeftTip() 302 …path_.ArcTo(NormalizeToPx(border_.TopLeftRadius().GetX()), NormalizeToPx(border_.TopLeftRadius().G… in PaintLeftTip() 307 …path_.ArcTo(NormalizeToPx(border_.BottomLeftRadius().GetX()), NormalizeToPx(border_.BottomLeftRadi… in PaintLeftTip() 313 …path_.ArcTo(NormalizeToPx(border_.BottomRightRadius().GetX()), NormalizeToPx(border_.BottomRightRa… in PaintLeftTip()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | path.h | 128 …virtual void ArcTo(scalar pt1X, scalar pt1Y, scalar pt2X, scalar pt2Y, scalar startAngle, scalar s… 129 virtual void ArcTo(const Point& pt1, const Point& pt2, scalar startAngle, scalar sweepAngle); 145 …virtual void ArcTo(scalar rx, scalar ry, scalar angle, PathDirection direction, scalar endX, scala… 161 virtual void ArcTo(scalar x1, scalar y1, scalar x2, scalar y2, scalar radius);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | rosen_render_bubble.cpp | 328 …path_.ArcTo(NormalizeToPx(border_.BottomRightRadius().GetX()), NormalizeToPx(border_.BottomRightRa… in PaintTopBubbleInJs() 333 …path_.ArcTo(NormalizeToPx(border_.TopRightRadius().GetX()), NormalizeToPx(border_.TopRightRadius()… in PaintTopBubbleInJs() 339 …path_.ArcTo(NormalizeToPx(border_.TopLeftRadius().GetX()), NormalizeToPx(border_.TopLeftRadius().G… in PaintTopBubbleInJs() 344 …path_.ArcTo(NormalizeToPx(border_.BottomLeftRadius().GetX()), NormalizeToPx(border_.BottomLeftRadi… in PaintTopBubbleInJs() 454 …path_.ArcTo(NormalizeToPx(border_.TopRightRadius().GetX()), NormalizeToPx(border_.TopRightRadius()… in PaintBottomBubbleInJs() 465 …path_.ArcTo(NormalizeToPx(border_.BottomLeftRadius().GetX()), NormalizeToPx(border_.BottomLeftRadi… in PaintBottomBubbleInJs() 470 …path_.ArcTo(NormalizeToPx(border_.TopLeftRadius().GetX()), NormalizeToPx(border_.TopLeftRadius().G… in PaintBottomBubbleInJs() 578 …path_.ArcTo(NormalizeToPx(border_.TopLeftRadius().GetX()), NormalizeToPx(border_.TopLeftRadius().G… in PaintTopBubble() 581 …path_.ArcTo(NormalizeToPx(border_.BottomLeftRadius().GetX()), NormalizeToPx(border_.BottomLeftRadi… in PaintTopBubble() 688 …path_.ArcTo(NormalizeToPx(border_.BottomLeftRadius().GetX()), NormalizeToPx(border_.BottomLeftRadi… in PaintBottomBubble() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 884 … rsPath_.ArcTo(point1, point2, static_cast<RSScalar>(startAngle), static_cast<RSScalar>(half)); in Arc() 888 … rsPath_.ArcTo(point1, point2, static_cast<RSScalar>(startAngle), static_cast<RSScalar>(half)); in Arc() 890 rsPath_.ArcTo( in Arc() 897 void CustomPaintPaintMethod::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::NG::CustomPaintPaintMethod 942 … rsPath_.ArcTo(point1, point2, static_cast<RSScalar>(startAngle), static_cast<RSScalar>(half)); in Ellipse() 948 rsPath_.ArcTo( in Ellipse() 1063 rsPath2d_.ArcTo( in Path2DArc() 1066 rsPath2d_.ArcTo(point1, point2, startAngle, sweepAngle); in Path2DArc() 1072 rsPath2d_.ArcTo(static_cast<RSScalar>(args.para1), static_cast<RSScalar>(args.para2), in Path2DArcTo() 1111 rsPath2d_.ArcTo( in Path2DEllipse() [all …]
|
/ohos5.0/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 55 skiaPath.ArcTo(0, 0, 90, PathDirection::CW_DIRECTION, 90, 90); // 90: angle, 90: endX and endY 56 skiaPath.ArcTo(0, 0, 90, 90, 10); // 90: x2 and y2, 10: radius
|
/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 68 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);
|
/ohos5.0/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 s… 54 …virtual void ArcTo(scalar rx, scalar ry, scalar angle, PathDirection direction, scalar endX, scala… 55 virtual void ArcTo(scalar x1, scalar y1, scalar x2, scalar y2, scalar radius) = 0;
|
/ohos5.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 sweepAngl… 53 …void ArcTo(scalar rx, scalar ry, scalar angle, PathDirection direction, scalar endX, scalar endY) … 54 void ArcTo(scalar x1, scalar y1, scalar x2, scalar y2, scalar radius) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_modifier.cpp | 1027 path.ArcTo(centerPt.GetX() - radius - halfThickness, centerPt.GetY() - radius - halfThickness, in PaintWhole() 1031 path.ArcTo(centerPt.GetX() - radius + halfThickness, centerPt.GetY() - radius + halfThickness, in PaintWhole() 1072 beginPath.ArcTo(centerPt.GetX() + radius - halfThickness, centerPt.GetY() - halfThickness, in PaintBeginHalf() 1074 …beginPath.ArcTo(centerPt.GetX() - radius - halfThickness, centerPt.GetY() - radius - halfThickness, in PaintBeginHalf() 1123 … endPath.ArcTo(centerPt.GetX() - radius - halfThickness, centerPt.GetY() - radius - halfThickness, in PaintEndHalf() 1128 … endPath.ArcTo(centerPt.GetX() - radius + halfThickness, centerPt.GetY() - radius + halfThickness, in PaintEndHalf() 1203 path.ArcTo(centerPt.GetX() - halfThickness, centerPt.GetY() - radius - halfThickness, in PaintRingSweeping() 1238 path.ArcTo(halfThickness, halfThickness, 0.0f, RSPathDirection::CW_DIRECTION, in PaintRingSweeping() 1247 … path.ArcTo(centerPt.GetX() - radius - halfThickness, centerPt.GetY() - radius - halfThickness, in PaintRingSweeping() 1250 path.ArcTo(halfThickness, halfThickness, 0.0f, RSPathDirection::CW_DIRECTION, in PaintRingSweeping() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/ |
H A D | canvas_custom_paint_method_test_ng.cpp | 828 EXPECT_CALL(path, ArcTo(_, _, _, _)).WillRepeatedly(Return()); 831 EXPECT_CALL(path, ArcTo(_, _, _, _)).WillRepeatedly(Return()); 834 EXPECT_CALL(path, ArcTo(_, _, _, _)).WillRepeatedly(Return()); 868 EXPECT_CALL(path, ArcTo(_, _, _, _)).WillRepeatedly(Return()); 871 EXPECT_CALL(path, ArcTo(_, _, _, _)).WillRepeatedly(Return()); 951 EXPECT_CALL(path, ArcTo(_, _, _, _)).WillRepeatedly(Return()); 954 EXPECT_CALL(path, ArcTo(_, _, _, _)).WillRepeatedly(Return()); 957 EXPECT_CALL(path, ArcTo(_, _, _, _)).WillRepeatedly(Return()); 986 EXPECT_CALL(path, ArcTo(_, _, _, _)).WillRepeatedly(Return()); 990 EXPECT_CALL(path, ArcTo(_, _, _, _)).WillRepeatedly(Return()); [all …]
|
H A D | mock_canvas_paint.h | 64 …MOCK_METHOD4(ArcTo, void(const TestingPoint& pt1, const TestingPoint& pt2, float startAngle, float…
|
/ohos5.0/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); 202 path->ArcTo(1.0f, 3.0f, 2.5f, 2.4f, 1.0f, 3.0f); 214 path.ArcTo(1.0f, 3.0f, 2.5f, PathDirection::CCW_DIRECTION, 1.0f, 3.0f); 231 path->ArcTo(point1, point2, 2.5f, 2.4f); 247 path->ArcTo(point1, point2, 2.5f, 2.0f);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_paint_method.cpp | 519 path.ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, in BuildTopDoubleBorderPath() 537 path.ArcTo(radius, radius, 0.0f, RSPathDirection::CW_DIRECTION, in BuildCornerPath() 541 path.ArcTo(radius, radius, 0.0f, RSPathDirection::CW_DIRECTION, in BuildCornerPath() 545 path.ArcTo(radius, radius, 0.0f, RSPathDirection::CW_DIRECTION, in BuildCornerPath() 550 path.ArcTo(radius, radius, 0.0f, RSPathDirection::CW_DIRECTION, in BuildCornerPath() 606 path.ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, in BuildRightDoubleBorderPath() 681 path.ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, in BuildBottomDoubleBorderPath() 706 path.ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, in BuildLeftDoubleBorderPath()
|
H A D | bubble_layout_algorithm.cpp | 1702 path += ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, 0, in BuildTopLinePath() 1752 path += ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, 0, in BuildRightLinePath() 1803 path += ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, 0, in BuildBottomLinePath() 1887 path += ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, 0, in ReplaceArrowTopLeft() 1911 path += ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, 0, in ReplaceArrowTopRight() 1934 path += ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, 0, in ReplaceArrowRightTop() 1957 path += ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, 0, in ReplaceArrowRightBottom() 1980 path += ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, 0, in ReplaceArrowBottomLeft() 2003 path += ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, 0, in ReplaceArrowBottomRight() 2026 path += ArcTo(ARROW_RADIUS.ConvertToPx(), ARROW_RADIUS.ConvertToPx(), 0.0f, 0, in ReplaceArrowLeftTop() [all …]
|
/ohos5.0/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), ptT… in PathFuzzTest002()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_border.cpp | 634 … topBorder.ArcTo(rs.GetLeft(), rs.GetTop(), rs.GetRight(), rs.GetBottom(), TOP_START, SWEEP_ANGLE); in DrawTopBorder() 635 topBorder.ArcTo(re.GetLeft(), re.GetTop(), re.GetRight(), re.GetBottom(), TOP_END, SWEEP_ANGLE); in DrawTopBorder() 661 …rightBorder.ArcTo(rs.GetLeft(), rs.GetTop(), rs.GetRight(), rs.GetBottom(), RIGHT_START, SWEEP_ANG… in DrawRightBorder() 662 …rightBorder.ArcTo(re.GetLeft(), re.GetTop(), re.GetRight(), re.GetBottom(), RIGHT_END, SWEEP_ANGLE… in DrawRightBorder() 689 …bottomBorder.ArcTo(rs.GetLeft(), rs.GetTop(), rs.GetRight(), rs.GetBottom(), BOTTOM_START, SWEEP_A… in DrawBottomBorder() 690 …bottomBorder.ArcTo(re.GetLeft(), re.GetTop(), re.GetRight(), re.GetBottom(), BOTTOM_END, SWEEP_ANG… in DrawBottomBorder() 717 …leftBorder.ArcTo(rs.GetLeft(), rs.GetTop(), rs.GetRight(), rs.GetBottom(), LEFT_START, SWEEP_ANGLE… in DrawLeftBorder() 718 … leftBorder.ArcTo(re.GetLeft(), re.GetTop(), re.GetRight(), re.GetBottom(), LEFT_END, SWEEP_ANGLE); in DrawLeftBorder()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/ |
H A D | data_panel_modifier.cpp | 726 path.ArcTo(point1, point2, startAngle, HALF_CIRCLE); in Path2DArc() 727 path.ArcTo(point1, point2, startAngle + HALF_CIRCLE, HALF_CIRCLE); in Path2DArc() 729 path.ArcTo(point1, point2, startAngle, HALF_CIRCLE); in Path2DArc() 730 path.ArcTo(point1, point2, startAngle + HALF_CIRCLE, HALF_CIRCLE); in Path2DArc() 731 path.ArcTo(point1, point2, startAngle + HALF_CIRCLE + HALF_CIRCLE, sweepAngle); in Path2DArc() 733 path.ArcTo(point1, point2, startAngle, sweepAngle); in Path2DArc()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 1186 drawingPath_.ArcTo( in Arc() 1194 void RosenRenderCustomPaint::ArcTo(const Offset& offset, const ArcToParam& param) in ArcTo() function in OHOS::Ace::RosenRenderCustomPaint 1265 drawingPath_.ArcTo(point1, point2, startAngle, HALF_CIRCLE_ANGLE); in Ellipse() 1266 drawingPath_.ArcTo(point1, point2, startAngle + HALF_CIRCLE_ANGLE, HALF_CIRCLE_ANGLE); in Ellipse() 1268 drawingPath_.ArcTo(point1, point2, startAngle, sweepAngle); in Ellipse() 1618 drawingPath2d_.ArcTo(point1, point2, startAngle, HALF_CIRCLE_ANGLE); in Path2DArc() 1619 drawingPath2d_.ArcTo(point1, point2, startAngle + HALF_CIRCLE_ANGLE, HALF_CIRCLE_ANGLE); in Path2DArc() 1621 drawingPath2d_.ArcTo(point1, point2, startAngle, HALF_CIRCLE_ANGLE); in Path2DArc() 1625 drawingPath2d_.ArcTo(point1, point2, startAngle, sweepAngle); in Path2DArc() 1730 drawingPath2d_.ArcTo(point1, point2, startAngle, HALF_CIRCLE_ANGLE); in Path2DEllipse() [all …]
|
H A D | rosen_render_offscreen_canvas.cpp | 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(point1, point2, startAngle + HALF_CIRCLE_ANGLE, HALF_CIRCLE_ANGLE); in Path2DArc() 1628 path2d_.ArcTo(point1, point2, startAngle, sweepAngle); in Path2DArc() 1732 path2d_.ArcTo(point1, point2, startAngle, HALF_CIRCLE_ANGLE); in Path2DEllipse() 1735 path2d_.ArcTo(point1, point2, startAngle, sweepAngle); in Path2DEllipse() 1917 void RosenRenderOffscreenCanvas::ArcTo(const ArcToParam& param) in ArcTo() function in OHOS::Ace::RosenRenderOffscreenCanvas 2493 path_.ArcTo(point1, point2, startAngle, HALF_CIRCLE_ANGLE); in UpdateTextStyleForeground() 2494 path_.ArcTo(point1, point2, startAngle + HALF_CIRCLE_ANGLE, HALF_CIRCLE_ANGLE); in UpdateTextStyleForeground() [all …]
|