Lines Matching refs:roundness
414 …s, Array<Point>& pts, Matrix* transform, const LottieRoundnessModifier* roundness, const LottieOff… in operator()
439 if (roundness) { 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()
458 if (!roundness && !offsetPath) { in operator()
475 if (roundness) { 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()
490 …s, Array<Point>& pts, Matrix* transform, const LottieRoundnessModifier* roundness, const LottieOff… in operator()
494 …if (exps->result<LottiePathSet>(frameNo, cmds, pts, transform, roundness, offsetPath, exp)) return… in operator()
496 return operator()(frameNo, cmds, pts, transform, roundness, offsetPath); in operator()