Home
last modified time | relevance | path

Searched defs:offsetPath (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieBuilder.h63 LottieOffsetModifier* offsetPath = nullptr; member
DtvgLottieBuilder.cpp386 …ape* shape, float x, float y, float w, float h, float r, const LottieOffsetModifier* offsetPath, M… in _appendRect()
497 …le(Shape* shape, float cx, float cy, float rx, float ry, const LottieOffsetModifier* offsetPath, M… in _appendCircle()
576 …ix* transform, const LottieRoundnessModifier* roundness, const LottieOffsetModifier* offsetPath, f… in _updateStar()
704 …ix* transform, const LottieRoundnessModifier* roundness, const LottieOffsetModifier* offsetPath, f… in _updatePolygon()
833 auto offsetPath = static_cast<LottieOffsetPath*>(*child); in updateOffsetPath() local
DtvgLottieParser.cpp870 auto offsetPath = new LottieOffsetPath; in parseOffsetPath() local