Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/extra/libs/rlottie/
Dlv_rlottie.c97 void lv_rlottie_set_current_frame(lv_obj_t * obj, const size_t goto_frame) in lv_rlottie_set_current_frame() argument
100 …rlottie->current_frame = goto_frame < rlottie->total_frames ? goto_frame : rlottie->total_frames -… in lv_rlottie_set_current_frame()
Dlv_rlottie.h63 void lv_rlottie_set_current_frame(lv_obj_t * rlottie, const size_t goto_frame);