Home
last modified time | relevance | path

Searched refs:LottieOffsetPath (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieParser.h97 LottieOffsetPath* parseOffsetPath();
DtvgLottieParser.cpp868 LottieOffsetPath* LottieParser::parseOffsetPath() in parseOffsetPath()
870 auto offsetPath = new LottieOffsetPath; in parseOffsetPath()
DtvgLottieModel.h699 struct LottieOffsetPath : LottieObject struct
DtvgLottieBuilder.cpp833 auto offsetPath = static_cast<LottieOffsetPath*>(*child); in updateOffsetPath()