Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/lottie/
Dlv_lottie.c89 float f_current; in lv_lottie_set_buffer() local
90 tvg_animation_get_frame(lottie->tvg_anim, &f_current); in lv_lottie_set_buffer()
91 anim_exec_cb(obj, (int32_t) f_current); in lv_lottie_set_buffer()
112 float f_current; in lv_lottie_set_draw_buf() local
113 tvg_animation_get_frame(lottie->tvg_anim, &f_current); in lv_lottie_set_draw_buf()
114 anim_exec_cb(obj, (int32_t) f_current); in lv_lottie_set_draw_buf()