Home
last modified time | relevance | path

Searched refs:markers (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieLoader.cpp389 return ready() ? comp->markers.count : 0; in markersCnt()
393 const char* LottieLoader::markers(uint32_t index) in markers() function in LottieLoader
395 if (!ready() || index >= comp->markers.count) return nullptr; in markers()
396 auto marker = comp->markers.begin() + index; in markers()
403 if (!ready() || comp->markers.count == 0) return false; in segment()
405 for (auto m = comp->markers.begin(); m < comp->markers.end(); ++m) { in segment()
DtvgLottieLoader.h74 const char* markers(uint32_t index);
DtvgLottieAnimation.cpp84 return static_cast<LottieLoader*>(loader)->markers(idx); in marker()
DtvgLottieModel.cpp500 for (auto m = markers.begin(); m < markers.end(); ++m) { in ~LottieComposition()
DtvgLottieModel.h897 Array<LottieMarker*> markers; member
DtvgLottieParser.cpp1044 comp->markers.push(parseMarker()); in parseMarkers()
/lvgl-latest/docs/
DDoxyfile1119 # of the possible markers and block names see the documentation.
1164 # files will be copied as-is; there are no commands or markers available.
1729 # markers available.