Home
last modified time | relevance | path

Searched refs:lv_anim_custom_exec_cb_t (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/misc/
Dlv_anim.h101 typedef void (*lv_anim_custom_exec_cb_t)(lv_anim_t *, int32_t); typedef
127 lv_anim_custom_exec_cb_t custom_exec_cb; /**< Function to execute to animate,
247 void lv_anim_set_custom_exec_cb(lv_anim_t * a, lv_anim_custom_exec_cb_t exec_cb);
424 bool lv_anim_custom_delete(lv_anim_t * a, lv_anim_custom_exec_cb_t exec_cb);
435 lv_anim_t * lv_anim_custom_get(lv_anim_t * a, lv_anim_custom_exec_cb_t exec_cb);
Dlv_anim.c385 void lv_anim_set_custom_exec_cb(lv_anim_t * a, lv_anim_custom_exec_cb_t exec_cb) in lv_anim_set_custom_exec_cb()
480 bool lv_anim_custom_delete(lv_anim_t * a, lv_anim_custom_exec_cb_t exec_cb) in lv_anim_custom_delete()
485 lv_anim_t * lv_anim_custom_get(lv_anim_t * a, lv_anim_custom_exec_cb_t exec_cb) in lv_anim_custom_get()
/lvgl-latest/docs/
DROADMAP.rst92 - |uncheck| Use dedicated `lv_anim_custom_exec_cb_t`.