Searched refs:cmdsCnt (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieCommon.h | 38 uint16_t cmdsCnt = 0; member
|
D | tvgLottieProperty.h | 179 inCmds.count = pathset->cmdsCnt; in _copy() 441 Array<PathCommand> cmds1(path->cmdsCnt); in operator() 443 … roundness->modifyPath(path->cmds, path->cmdsCnt, path->pts, path->ptsCnt, cmds1, pts1, transform); 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() 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()
|
D | tvgLottieParser.cpp | 222 outCmds.reserved = path.cmdsCnt; in getValue() 249 path.cmdsCnt = outCmds.count; in getValue()
|
D | tvgLottieBuilder.cpp | 506 constexpr int cmdsCnt = 6; in _appendCircle() local 507 PathCommand commands[cmdsCnt] = { in _appendCircle() 535 shape->appendPath(commands, cmdsCnt, points, ptsCnt); in _appendCircle()
|