Searched refs:dest_frame (Results 1 – 2 of 2) sorted by relevance
91 if(rlottie->task && (rlottie->dest_frame != rlottie->current_frame || in lv_rlottie_set_play_mode()146 …rlottie->dest_frame = rlottie->total_frames; /* invalid destination frame so it's possible to paus… in lv_rlottie_constructor()171 rlottie->dest_frame = 0; in lv_rlottie_destructor()231 if(rlottie->current_frame == rlottie->dest_frame) { in next_frame_task_cb()236 rlottie->dest_frame = rlottie->current_frame; in next_frame_task_cb()
48 size_t dest_frame; member