Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgShape.cpp92 Result Shape::appendPath(const PathCommand *cmds, uint32_t cmdCnt, const Point* pts, uint32_t ptsCn… in appendPath() function in Shape
Dthorvg.h992 …Result appendPath(const PathCommand* cmds, uint32_t cmdCnt, const Point* pts, uint32_t ptsCnt) noe…
DtvgLottieBuilder.cpp414 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()
DtvgCapi.cpp339 …return (Tvg_Result) reinterpret_cast<Shape*>(paint)->appendPath((const PathCommand*)cmds, cmdCnt, … in tvg_shape_append_path()