Lines Matching refs:roundness
480 if (ctx->roundness) ctx->roundness->modifyRect(size, r); in updateRect()
565 …No, P(shape)->rs.path.cmds, P(shape)->rs.path.pts, ctx->transform, ctx->roundness, ctx->offsetPath… in updatePath()
569 …ging)->rs.path.cmds, P(ctx->merging)->rs.path.pts, ctx->transform, ctx->roundness, ctx->offsetPath… in updatePath()
576 …LottiePolyStar* star, Matrix* transform, const LottieRoundnessModifier* roundness, const LottieOff… in _updateStar() argument
595 bool roundedCorner = roundness && (tvg::zero(innerRoundness) || tvg::zero(outerRoundness)); in _updateStar()
695 …roundness->modifyPolystar(P(shape)->rs.path.cmds, P(shape)->rs.path.pts, P(intermediate)->rs.path.… in _updateStar()
698 …roundness->modifyPolystar(P(shape)->rs.path.cmds, P(shape)->rs.path.pts, P(merging)->rs.path.cmds,… in _updateStar()
704 …LottiePolyStar* star, Matrix* transform, const LottieRoundnessModifier* roundness, const LottieOff… in _updatePolygon() argument
716 bool roundedCorner = roundness && !hasRoundness; in _updatePolygon()
781 …roundness->modifyPolystar(P(shape)->rs.path.cmds, P(shape)->rs.path.pts, P(intermediate)->rs.path.… in _updatePolygon()
784 …roundness->modifyPolystar(P(shape)->rs.path.cmds, P(shape)->rs.path.pts, P(merging)->rs.path.cmds,… in _updatePolygon()
808 …tar::Star) _updateStar(parent, star, identity ? nullptr : &matrix, ctx->roundness, ctx->offsetPath… in updatePolystar()
809 …else _updatePolygon(parent, star, identity ? nullptr : &matrix, ctx->roundness, ctx->offsetPath, … in updatePolystar()
813 …tar::Star) _updateStar(parent, star, identity ? nullptr : &matrix, ctx->roundness, ctx->offsetPath… in updatePolystar()
814 …else _updatePolygon(parent, star, identity ? nullptr : &matrix, ctx->roundness, ctx->offsetPath, … in updatePolystar()
826 if (!ctx->roundness) ctx->roundness = new LottieRoundnessModifier(r); in updateRoundedCorner()
827 else if (ctx->roundness->r < r) ctx->roundness->r = r; in updateRoundedCorner()