Searched defs:offsetPath (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieBuilder.h | 63 LottieOffsetModifier* offsetPath = nullptr; member
|
D | tvgLottieBuilder.cpp | 386 …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
|
D | tvgLottieParser.cpp | 870 auto offsetPath = new LottieOffsetPath; in parseOffsetPath() local
|