Home
last modified time | relevance | path

Searched refs:endPath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_modifier.cpp184 RSPath endPath; in PaintCircle() local
187 RSRecordingPath endPath; in PaintCircle() local
190 GetPaintPath(arcData, path, endPath); in PaintCircle()
191 PaintProgress(canvas, arcData, path, endPath, true); in PaintCircle()
218 RSPath endPath; in PaintCircle() local
221 RSRecordingPath endPath; in PaintCircle() local
224 GetPaintPath(arcData, path, endPath); in PaintCircle()
225 PaintProgress(canvas, arcData, path, endPath, false); in PaintCircle()
333 endPath.Close(); in GetPaintPath()
705 canvas.DrawPath(endPath); in PaintProgress()
[all …]
H A Ddata_panel_modifier.h193 …void PaintProgress(RSCanvas& canvas, ArcData arcData, RSPath& path, RSPath& endPath, bool isShadow…
194 void GetPaintPath(ArcData& arcData, RSPath& path, RSPath& endPath) const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_modifier.cpp1113 RSPath endPath; in PaintEndHalf() local
1121 endPath.MoveTo(centerPt.GetX() - radius + halfThickness, centerPt.GetY()); in PaintEndHalf()
1122 endPath.LineTo(centerPt.GetX() - radius - halfThickness, centerPt.GetY()); in PaintEndHalf()
1123endPath.ArcTo(centerPt.GetX() - radius - halfThickness, centerPt.GetY() - radius - halfThickness, in PaintEndHalf()
1126endPath.ArcTo(halfThickness, halfThickness, 0.0f, RSPathDirection::CW_DIRECTION, centerPt.GetX() -… in PaintEndHalf()
1128endPath.ArcTo(centerPt.GetX() - radius + halfThickness, centerPt.GetY() - radius + halfThickness, in PaintEndHalf()
1130 endPath.Close(); in PaintEndHalf()
1134 canvas.DrawPath(endPath); in PaintEndHalf()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/data_panel/
H A Ddata_panel_test_ng.cpp829 RSPath endPath; variable
831 dataPanelModifier.PaintProgress(rsCanvas, arcData, path, endPath, true);
834 dataPanelModifier.PaintProgress(rsCanvas, arcData, path, endPath, false);