Searched defs:_lv_rlottie_t (Results 1 – 1 of 1) sorted by relevance
32 struct _lv_rlottie_t { struct33 lv_image_t img_ext;34 struct Lottie_Animation_S * animation;35 lv_timer_t * task;36 lv_image_dsc_t imgdsc;37 size_t total_frames;38 size_t current_frame;39 size_t framerate;40 uint32_t * allocated_buf;41 size_t allocated_buffer_size;[all …]