Home
last modified time | relevance | path

Searched refs:LottieRoundnessModifier (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieModifier.h34 struct LottieRoundnessModifier struct
39 LottieRoundnessModifier(float r) : r(r) {}; in LottieRoundnessModifier() function
DtvgLottieExpressions.h35 struct LottieRoundnessModifier;
118 …<PathCommand>& cmds, Array<Point>& pts, Matrix* transform, const LottieRoundnessModifier* roundnes… in result()
163 …ED Array<Point>&, TVG_UNUSED Matrix* transform, TVG_UNUSED const LottieRoundnessModifier*, TVG_UNU… in result()
DtvgLottieBuilder.h62 LottieRoundnessModifier* roundness = nullptr;
88 if (rhs.roundness) this->roundness = new LottieRoundnessModifier(rhs.roundness->r);
DtvgLottieModifier.cpp178 bool LottieRoundnessModifier::modifyPath(const PathCommand* inCmds, uint32_t inCmdsCnt, const Point… in modifyPath()
234 bool LottieRoundnessModifier::modifyPolystar(TVG_UNUSED const Array<PathCommand>& inCmds, const Arr… in modifyPolystar()
301 bool LottieRoundnessModifier::modifyRect(const Point& size, float& r) const in modifyRect()
DtvgLottieProperty.h414 …<PathCommand>& cmds, Array<Point>& pts, Matrix* transform, const LottieRoundnessModifier* roundnes… in operator()
490 …<PathCommand>& cmds, Array<Point>& pts, Matrix* transform, const LottieRoundnessModifier* roundnes… in operator()
DtvgLottieBuilder.cpp576 …tieGroup* parent, LottiePolyStar* star, Matrix* transform, const LottieRoundnessModifier* roundnes… in _updateStar()
704 …tieGroup* parent, LottiePolyStar* star, Matrix* transform, const LottieRoundnessModifier* roundnes… in _updatePolygon()
824 if (r < LottieRoundnessModifier::ROUNDNESS_EPSILON) return; in updateRoundedCorner()
826 if (!ctx->roundness) ctx->roundness = new LottieRoundnessModifier(r); in updateRoundedCorner()