Searched refs:LottieRoundnessModifier (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieModifier.h | 34 struct LottieRoundnessModifier struct 39 LottieRoundnessModifier(float r) : r(r) {}; in LottieRoundnessModifier() function
|
D | tvgLottieExpressions.h | 35 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()
|
D | tvgLottieBuilder.h | 62 LottieRoundnessModifier* roundness = nullptr; 88 if (rhs.roundness) this->roundness = new LottieRoundnessModifier(rhs.roundness->r);
|
D | tvgLottieModifier.cpp | 178 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()
|
D | tvgLottieProperty.h | 414 …<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()
|
D | tvgLottieBuilder.cpp | 576 …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()
|