Home
last modified time | relevance | path

Searched refs:LottieParser (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieParser.cpp63 LottieEffect* LottieParser::getEffect(int type) in getEffect()
72 CompositeMethod LottieParser::getMaskMethod(bool inversed) in getMaskMethod()
92 RGB24 LottieParser::getColor(const char *str) in getColor()
120 FillRule LottieParser::getFillRule() in getFillRule()
129 CompositeMethod LottieParser::getMatteType() in getMatteType()
141 StrokeCap LottieParser::getStrokeCap() in getStrokeCap()
151 StrokeJoin LottieParser::getStrokeJoin() in getStrokeJoin()
161 void LottieParser::getValue(TextDocument& doc) in getValue()
183 void LottieParser::getValue(PathSet& path) in getValue()
256 void LottieParser::getValue(ColorStop& color) in getValue()
[all …]
DtvgLottieParser.h33 struct LottieParser : LookaheadParserHandler struct
36 LottieParser(const char *str, const char* dirName) : LookaheadParserHandler(str) in LottieParser() argument
DtvgLottieLoader.cpp43 LottieParser parser(content, dirName); in run()
304 LottieParser parser(temp, dirName); in override()