Home
last modified time | relevance | path

Searched defs:outCmds (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieModifier.cpp102 …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()
DtvgLottieParser.cpp216 Array<PathCommand> outCmds; in getValue() local
DtvgLottieProperty.h175 static void _copy(PathSet* pathset, Array<PathCommand>& outCmds) in _copy()