Searched refs:appendPath (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgShape.cpp | 92 Result Shape::appendPath(const PathCommand *cmds, uint32_t cmdCnt, const Point* pts, uint32_t ptsCn… in appendPath() function in Shape
|
D | thorvg.h | 992 …Result appendPath(const PathCommand* cmds, uint32_t cmdCnt, const Point* pts, uint32_t ptsCnt) noe…
|
D | tvgLottieBuilder.cpp | 414 else shape->appendPath(commands, 5, points, 4); in _appendRect() 467 else shape->appendPath(commands, cmdCnt, points, ptsCnt); in _appendRect() 535 shape->appendPath(commands, cmdsCnt, points, ptsCnt); in _appendCircle()
|
D | tvgCapi.cpp | 339 …return (Tvg_Result) reinterpret_cast<Shape*>(paint)->appendPath((const PathCommand*)cmds, cmdCnt, … in tvg_shape_append_path()
|