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 D | data_panel_modifier.cpp | 184 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 D | data_panel_modifier.h | 193 …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 D | progress_modifier.cpp | 1113 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() 1123 … endPath.ArcTo(centerPt.GetX() - radius - halfThickness, centerPt.GetY() - radius - halfThickness, in PaintEndHalf() 1126 …endPath.ArcTo(halfThickness, halfThickness, 0.0f, RSPathDirection::CW_DIRECTION, centerPt.GetX() -… in PaintEndHalf() 1128 … endPath.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 D | data_panel_test_ng.cpp | 829 RSPath endPath; variable 831 dataPanelModifier.PaintProgress(rsCanvas, arcData, path, endPath, true); 834 dataPanelModifier.PaintProgress(rsCanvas, arcData, path, endPath, false);
|