Lines Matching refs:anim
128 lv_anim_set_duration(lottie->anim, (int32_t)f_total * 1000 / 60); /*60 FPS*/ in lv_lottie_set_src_data()
129 lottie->anim->act_time = 0; in lv_lottie_set_src_data()
130 lottie->anim->end_value = (int32_t)f_total; in lv_lottie_set_src_data()
131 lottie->anim->reverse_play_in_progress = false; in lv_lottie_set_src_data()
146 lv_anim_set_duration(lottie->anim, (int32_t)f_total * 1000 / 60); /*60 FPS*/ in lv_lottie_set_src_file()
147 lottie->anim->act_time = 0; in lv_lottie_set_src_file()
148 lottie->anim->end_value = (int32_t)f_total; in lv_lottie_set_src_file()
149 lottie->anim->reverse_play_in_progress = false; in lv_lottie_set_src_file()
158 return lottie->anim; in lv_lottie_get_anim()
184 lottie->anim = lv_anim_start(&a); in lv_lottie_constructor()
205 if(lottie->anim) { in anim_exec_cb()
206 lottie->last_rendered_time = lottie->anim->act_time; in anim_exec_cb()
212 if(lottie->anim) { in anim_exec_cb()
213 lottie->anim->act_time = lottie->last_rendered_time; in anim_exec_cb()