Home
last modified time | relevance | path

Searched refs:modifyPath (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieModifier.h41 …bool modifyPath(const PathCommand* inCmds, uint32_t inCmdsCnt, const Point* inPts, uint32_t inPtsC…
55 …bool modifyPath(const PathCommand* inCmds, uint32_t inCmdsCnt, const Point* inPts, uint32_t inPtsC…
DtvgLottieProperty.h443 … roundness->modifyPath(path->cmds, path->cmdsCnt, path->pts, path->ptsCnt, cmds1, pts1, transform); in operator()
444 … return offsetPath->modifyPath(cmds1.data, cmds1.count, pts1.data, pts1.count, cmds, pts); in operator()
446 …return roundness->modifyPath(path->cmds, path->cmdsCnt, path->pts, path->ptsCnt, cmds, pts, transf… in operator()
448 …if (offsetPath) return offsetPath->modifyPath(path->cmds, path->cmdsCnt, path->pts, path->ptsCnt, … in operator()
479 …roundness->modifyPath(frame->value.cmds, frame->value.cmdsCnt, interpPts, frame->value.ptsCnt, cmd… in operator()
480 offsetPath->modifyPath(cmds1.data, cmds1.count, pts1.data, pts1.count, cmds, pts); in operator()
481 …} else roundness->modifyPath(frame->value.cmds, frame->value.cmdsCnt, interpPts, frame->value.ptsC… in operator()
482 …} else if (offsetPath) offsetPath->modifyPath(frame->value.cmds, frame->value.cmdsCnt, interpPts, … in operator()
DtvgLottieModifier.cpp178 bool LottieRoundnessModifier::modifyPath(const PathCommand* inCmds, uint32_t inCmdsCnt, const Point… in modifyPath() function in LottieRoundnessModifier
308 bool LottieOffsetModifier::modifyPath(const PathCommand* inCmds, uint32_t inCmdsCnt, const Point* i… in modifyPath() function in LottieOffsetModifier
383 return modifyPath(inCmds.data, inCmds.count, inPts.data, inPts.count, outCmds, outPts); in modifyPolystar()
389 return modifyPath(inCmds, inCmdsCnt, inPts, inPtsCnt, outCmds, outPts); in modifyRect()