Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Drosen_render_chart.cpp438 SkPath edgePath; in PaintLinearGraph() local
440 edgePath.moveTo(previousPosition.GetX(), previousPosition.GetY()); in PaintLinearGraph()
444 RSRecordingPath edgePath; in PaintLinearGraph() local
446 edgePath.MoveTo(previousPosition.GetX(), previousPosition.GetY()); in PaintLinearGraph()
459 AddCubicPath(edgePath, paintRect, line.GetData(), index, isEnd); in PaintLinearGraph()
463 edgePath.lineTo(currentPosition.GetX(), currentPosition.GetY()); in PaintLinearGraph()
466 edgePath.LineTo(currentPosition.GetX(), currentPosition.GetY()); in PaintLinearGraph()
479 edgePath.reset(); in PaintLinearGraph()
490 edgePath.Reset(); in PaintLinearGraph()
515 edgePath.reset(); in PaintLinearGraph()
[all …]