Searched refs:LottieOffsetModifier (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieModifier.h | 47 struct LottieOffsetModifier struct 53 …LottieOffsetModifier(float offset, float miter = 4.0f, StrokeJoin join = StrokeJoin::Round) : offs… in offset() argument
|
D | tvgLottieExpressions.h | 36 struct LottieOffsetModifier; 118 …atrix* transform, const LottieRoundnessModifier* roundness, const LottieOffsetModifier* offsetPath… in result() 163 …form, TVG_UNUSED const LottieRoundnessModifier*, TVG_UNUSED const LottieOffsetModifier*, TVG_UNUSE… in result()
|
D | tvgLottieModifier.cpp | 102 void LottieOffsetModifier::corner(const Line& line, const Line& nextLine, uint32_t movetoOutIndex, … in corner() 133 void LottieOffsetModifier::line(const PathCommand* inCmds, uint32_t inCmdsCnt, const Point* inPts, … in line() 308 bool LottieOffsetModifier::modifyPath(const PathCommand* inCmds, uint32_t inCmdsCnt, const Point* i… in modifyPath() 382 bool LottieOffsetModifier::modifyPolystar(const Array<PathCommand>& inCmds, const Array<Point>& inP… in modifyPolystar() 387 bool LottieOffsetModifier::modifyRect(const PathCommand* inCmds, uint32_t inCmdsCnt, const Point* i… in modifyRect() 393 bool LottieOffsetModifier::modifyEllipse(float& rx, float& ry) const in modifyEllipse()
|
D | tvgLottieBuilder.h | 63 LottieOffsetModifier* offsetPath = nullptr; 89 …if (rhs.offsetPath) this->offsetPath = new LottieOffsetModifier(rhs.offsetPath->offset, rhs.offset…
|
D | tvgLottieBuilder.cpp | 386 …(Shape* shape, float x, float y, float w, float h, float r, const LottieOffsetModifier* offsetPath… in _appendRect() 497 …ircle(Shape* shape, float cx, float cy, float rx, float ry, const LottieOffsetModifier* offsetPath… in _appendCircle() 576 …atrix* transform, const LottieRoundnessModifier* roundness, const LottieOffsetModifier* offsetPath… in _updateStar() 704 …atrix* transform, const LottieRoundnessModifier* roundness, const LottieOffsetModifier* offsetPath… in _updatePolygon() 834 …if (!ctx->offsetPath) ctx->offsetPath = new LottieOffsetModifier(offsetPath->offset(frameNo, exps)… in updateOffsetPath() 1153 auto offset = LottieOffsetModifier(pMask->expand(frameNo)); in updateMaskings()
|
D | tvgLottieProperty.h | 414 …atrix* transform, const LottieRoundnessModifier* roundness, const LottieOffsetModifier* offsetPath) in operator() 490 …atrix* transform, const LottieRoundnessModifier* roundness, const LottieOffsetModifier* offsetPath… in operator()
|