Lines Matching refs:offsetPath
414 …atrix* transform, const LottieRoundnessModifier* roundness, const LottieOffsetModifier* offsetPath) in operator()
440 if (offsetPath) { in operator()
444 … return offsetPath->modifyPath(cmds1.data, cmds1.count, pts1.data, pts1.count, cmds, pts); in operator()
448 …if (offsetPath) return offsetPath->modifyPath(path->cmds, path->cmdsCnt, path->pts, path->ptsCnt, … in operator()
458 if (!roundness && !offsetPath) { in operator()
476 if (offsetPath) { in operator()
480 offsetPath->modifyPath(cmds1.data, cmds1.count, pts1.data, pts1.count, cmds, pts); in operator()
482 …} else if (offsetPath) offsetPath->modifyPath(frame->value.cmds, frame->value.cmdsCnt, interpPts, … in operator()
490 … const LottieRoundnessModifier* roundness, const LottieOffsetModifier* offsetPath, LottieExpressio… 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()