Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieModifier.h47 struct LottieOffsetModifier struct
53LottieOffsetModifier(float offset, float miter = 4.0f, StrokeJoin join = StrokeJoin::Round) : offs… in offset() argument
DtvgLottieExpressions.h36 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()
DtvgLottieModifier.cpp102 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()
DtvgLottieBuilder.h63 LottieOffsetModifier* offsetPath = nullptr;
89 …if (rhs.offsetPath) this->offsetPath = new LottieOffsetModifier(rhs.offsetPath->offset, rhs.offset…
DtvgLottieBuilder.cpp386 …(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()
DtvgLottieProperty.h414 …atrix* transform, const LottieRoundnessModifier* roundness, const LottieOffsetModifier* offsetPath) in operator()
490 …atrix* transform, const LottieRoundnessModifier* roundness, const LottieOffsetModifier* offsetPath… in operator()