Searched refs:AddCubicPath (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/ |
H A D | rosen_render_chart.h | 74 void AddCubicPath( 105 void AddCubicPath(RSPath& path, const Rect& paintRect, const std::vector<LineInfo>& line,
|
H A D | rosen_render_chart.cpp | 458 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()
|