Searched refs:total_frames (Results 1 – 3 of 3) sorted by relevance
107 …rlottie->current_frame = goto_frame < rlottie->total_frames ? goto_frame : rlottie->total_frames -… in lv_rlottie_set_current_frame()130 rlottie->total_frames = lottie_animation_get_totalframe(rlottie->animation); in lv_rlottie_constructor()152 …rlottie->dest_frame = rlottie->total_frames; /* invalid destination frame so it's possible to paus… in lv_rlottie_constructor()170 rlottie->total_frames = 0; in lv_rlottie_destructor()209 rlottie->current_frame = rlottie->total_frames - 1; in next_frame_task_cb()218 if(rlottie->current_frame < rlottie->total_frames) in next_frame_task_cb()
37 size_t total_frames; member
133 and inspect the ``current_frame`` and ``total_frames`` members.