Lines Matching refs:offsetPath

386 …oat x, float y, float w, float h, float r, const LottieOffsetModifier* offsetPath, Matrix* transfo…  in _appendRect()  argument
413 …if (offsetPath) offsetPath->modifyRect(commands, 5, points, 4, P(shape)->rs.path.cmds, P(shape)->r… in _appendRect()
466 …if (offsetPath) offsetPath->modifyRect(commands, cmdCnt, points, ptsCnt, P(shape)->rs.path.cmds, P… in _appendRect()
488 …x - size.x * 0.5f, position.y - size.y * 0.5f, size.x, size.y, r, ctx->offsetPath, ctx->transform,… in updateRect()
492 …x - size.x * 0.5f, position.y - size.y * 0.5f, size.x, size.y, r, ctx->offsetPath, ctx->transform,… in updateRect()
497 …e, float cx, float cy, float rx, float ry, const LottieOffsetModifier* offsetPath, Matrix* transfo… in _appendCircle() argument
499 if (offsetPath) offsetPath->modifyEllipse(rx, ry); in _appendCircle()
549 …_appendCircle(shape, position.x, position.y, size.x * 0.5f, size.y * 0.5f, ctx->offsetPath, ctx->t… in updateEllipse()
553 …x->merging, position.x, position.y, size.x * 0.5f, size.y * 0.5f, ctx->offsetPath, ctx->transform,… in updateEllipse()
565 …hape)->rs.path.cmds, P(shape)->rs.path.pts, ctx->transform, ctx->roundness, ctx->offsetPath, exps); in updatePath()
569 ….path.cmds, P(ctx->merging)->rs.path.pts, ctx->transform, ctx->roundness, ctx->offsetPath, exps)) { in updatePath()
576 … const LottieRoundnessModifier* roundness, const LottieOffsetModifier* offsetPath, float frameNo, … in _updateStar() argument
598 if (roundedCorner || offsetPath) { in _updateStar()
693 if (offsetPath) { in _updateStar()
696offsetPath->modifyPolystar(P(intermediate)->rs.path.cmds, P(intermediate)->rs.path.pts, P(merging)… in _updateStar()
700 …} else if (offsetPath) offsetPath->modifyPolystar(P(shape)->rs.path.cmds, P(shape)->rs.path.pts, P… in _updateStar()
704 … const LottieRoundnessModifier* roundness, const LottieOffsetModifier* offsetPath, float frameNo, … in _updatePolygon() argument
723 if (roundedCorner || offsetPath) { in _updatePolygon()
779 if (offsetPath) { in _updatePolygon()
782offsetPath->modifyPolystar(P(intermediate)->rs.path.cmds, P(intermediate)->rs.path.pts, P(merging)… in _updatePolygon()
786 …} else if (offsetPath) offsetPath->modifyPolystar(P(shape)->rs.path.cmds, P(shape)->rs.path.pts, P… in _updatePolygon()
808 …eStar(parent, star, identity ? nullptr : &matrix, ctx->roundness, ctx->offsetPath, frameNo, shape,… in updatePolystar()
809 …ygon(parent, star, identity ? nullptr : &matrix, ctx->roundness, ctx->offsetPath, frameNo, shape,… in updatePolystar()
813 …eStar(parent, star, identity ? nullptr : &matrix, ctx->roundness, ctx->offsetPath, frameNo, ctx->m… in updatePolystar()
814 …ygon(parent, star, identity ? nullptr : &matrix, ctx->roundness, ctx->offsetPath, frameNo, ctx->m… in updatePolystar()
833 auto offsetPath = static_cast<LottieOffsetPath*>(*child); in updateOffsetPath() local
834 …(!ctx->offsetPath) ctx->offsetPath = new LottieOffsetModifier(offsetPath->offset(frameNo, exps), o… in updateOffsetPath()