Home
last modified time | relevance | path

Searched defs:cmds (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSvgPath.cpp103 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
DtvgSwShape.cpp280 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
DtvgLottieCommon.h36 PathCommand* cmds = nullptr; member
DtvgShape.cpp92 Result Shape::appendPath(const PathCommand *cmds, uint32_t cmdCnt, const Point* pts, uint32_t ptsCn… in appendPath()
DtvgLottieModifier.cpp33 static void _roundCorner(Array<PathCommand>& cmds, Array<Point>& pts, const Point& prev, const Poin… in _roundCorner()
DtvgRender.h187 Array<PathCommand> cmds; member
DtvgCapi.cpp336 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()