Home
last modified time | relevance | path

Searched refs:parseDirection (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieParser.h103 bool parseDirection(LottieShape* shape, const char* key);
DtvgLottieParser.cpp528 bool LottieParser::parseDirection(LottieShape* shape, const char* key) in parseDirection() function in LottieParser
551 else if (parseDirection(rect, key)) continue; in parseRect()
569 else if (parseDirection(ellipse, key)) continue; in parseEllipse()
708 else if (parseDirection(path, key)) continue; in parsePath()
732 else if (parseDirection(star, key)) continue; in parsePolyStar()