Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/lottie/
Dlv_lottie.c90 tvg_animation_get_frame(lottie->tvg_anim, &f_current); in lv_lottie_set_buffer()
113 tvg_animation_get_frame(lottie->tvg_anim, &f_current); in lv_lottie_set_draw_buf()
/lvgl-latest/src/libs/thorvg/
Dthorvg_capi.h2476 TVG_API Tvg_Result tvg_animation_get_frame(Tvg_Animation* animation, float* no);
DtvgCapi.cpp838 TVG_API Tvg_Result tvg_animation_get_frame(Tvg_Animation* animation, float* no) in tvg_animation_get_frame() function