Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Drosen_render_chart.h74 void AddCubicPath(
105 void AddCubicPath(RSPath& path, const Rect& paintRect, const std::vector<LineInfo>& line,
H A Drosen_render_chart.cpp458 AddCubicPath(gradientPath, paintRect, line.GetData(), index, isEnd); in PaintLinearGraph()
459 AddCubicPath(edgePath, paintRect, line.GetData(), index, isEnd); in PaintLinearGraph()
744 AddCubicPath(path, paintRect, line, index, true); in PaintLine()
753 AddCubicPath(path, paintRect, line, index, true); in PaintLine()
765 AddCubicPath(path, paintRect, line, index, false); in PaintLine()
780 void RosenRenderChart::AddCubicPath( in AddCubicPath() function in OHOS::Ace::RosenRenderChart
783 void RosenRenderChart::AddCubicPath( in AddCubicPath()