Home
last modified time | relevance | path

Searched refs:modifyRect (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieModifier.h43 bool modifyRect(const Point& size, float& r) const;
57 …bool modifyRect(const PathCommand* inCmds, uint32_t inCmdsCnt, const Point* inPts, uint32_t inPtsC…
DtvgLottieModifier.cpp301 bool LottieRoundnessModifier::modifyRect(const Point& size, float& r) const in modifyRect() function in LottieRoundnessModifier
387 bool LottieOffsetModifier::modifyRect(const PathCommand* inCmds, uint32_t inCmdsCnt, const Point* i… in modifyRect() function in LottieOffsetModifier
DtvgLottieBuilder.cpp413 …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()
480 if (ctx->roundness) ctx->roundness->modifyRect(size, r); in updateRect()