Searched refs:roundness (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieBuilder.h | 62 LottieRoundnessModifier* roundness = nullptr; member 78 delete(roundness); in ~RenderContext() 88 if (rhs.roundness) this->roundness = new LottieRoundnessModifier(rhs.roundness->r);
|
D | tvgLottieProperty.h | 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() [all …]
|
D | tvgLottieBuilder.cpp | 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() [all …]
|
D | tvgLottieExpressions.h | 118 …s, Array<Point>& pts, Matrix* transform, const LottieRoundnessModifier* roundness, const LottieOff… in result() 124 (*pathset)(frameNo, cmds, pts, transform, roundness, offsetPath); in result()
|