Searched defs:cmds (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSvgPath.cpp | 103 void _pathAppendArcTo(Array<PathCommand>* cmds, Array<Point>* pts, Point* cur, Point* curCtl, float… in _pathAppendArcTo() 317 static bool _processCommand(Array<PathCommand>* cmds, Array<Point>* pts, char cmd, float* arr, int … in _processCommand() 562 auto& cmds = P(shape)->rs.path.cmds; in svgPathToShape() local
|
D | tvgSwShape.cpp | 280 const PathCommand* cmds = rshape->path.cmds.data + shiftCmds; in _outlineLength() local 331 const PathCommand* cmds = rshape->path.cmds.data; in _genDashOutline() local 445 const PathCommand* cmds = rshape->path.cmds.data; in _genOutline() local
|
D | tvgLottieCommon.h | 36 PathCommand* cmds = nullptr; member
|
D | tvgShape.cpp | 92 Result Shape::appendPath(const PathCommand *cmds, uint32_t cmdCnt, const Point* pts, uint32_t ptsCn… in appendPath()
|
D | tvgLottieModifier.cpp | 33 static void _roundCorner(Array<PathCommand>& cmds, Array<Point>& pts, const Point& prev, const Poin… in _roundCorner()
|
D | tvgRender.h | 187 Array<PathCommand> cmds; member
|
D | tvgCapi.cpp | 336 TVG_API Tvg_Result tvg_shape_append_path(Tvg_Paint* paint, const Tvg_Path_Command* cmds, uint32_t c… in tvg_shape_append_path() 351 …vg_Result tvg_shape_get_path_commands(const Tvg_Paint* paint, const Tvg_Path_Command** cmds, uint3… in tvg_shape_get_path_commands()
|