Searched defs:outCmds (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieModifier.cpp | 102 …const Line& nextLine, uint32_t movetoOutIndex, bool nextClose, Array<PathCommand>& outCmds, Array<… in corner() 133 …urrentPt, uint32_t currentCmd, State& state, bool degenerated, Array<PathCommand>& outCmds, Array<… in line() 178 …ds, uint32_t inCmdsCnt, const Point* inPts, uint32_t inPtsCnt, Array<PathCommand>& outCmds, Array<… in modifyPath() 234 …D const Array<PathCommand>& inCmds, const Array<Point>& inPts, Array<PathCommand>& outCmds, Array<… in modifyPolystar() 308 …ds, uint32_t inCmdsCnt, const Point* inPts, uint32_t inPtsCnt, Array<PathCommand>& outCmds, Array<… in modifyPath() 382 …r(const Array<PathCommand>& inCmds, const Array<Point>& inPts, Array<PathCommand>& outCmds, Array<… in modifyPolystar() 387 …ds, uint32_t inCmdsCnt, const Point* inPts, uint32_t inPtsCnt, Array<PathCommand>& outCmds, Array<… in modifyRect()
|
D | tvgLottieParser.cpp | 216 Array<PathCommand> outCmds; in getValue() local
|
D | tvgLottieProperty.h | 175 static void _copy(PathSet* pathset, Array<PathCommand>& outCmds) in _copy()
|