Home
last modified time | relevance | path

Searched refs:markersCnt (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieAnimation.cpp72 uint32_t LottieAnimation::markersCnt() noexcept in markersCnt() function in LottieAnimation
76 return static_cast<LottieLoader*>(loader)->markersCnt(); in markersCnt()
Dthorvg_lottie.h71 uint32_t markersCnt() noexcept;
DtvgLottieLoader.h73 uint32_t markersCnt();
DtvgLottieLoader.cpp387 uint32_t LottieLoader::markersCnt() in markersCnt() function in LottieLoader
DtvgCapi.cpp938 *cnt = reinterpret_cast<LottieAnimation*>(animation)->markersCnt(); in tvg_lottie_animation_get_markers_cnt()