Searched refs:lv_anim_custom_exec_cb_t (Results 1 – 3 of 3) sorted by relevance
101 typedef void (*lv_anim_custom_exec_cb_t)(lv_anim_t *, int32_t); typedef127 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);
385 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()
92 - |uncheck| Use dedicated `lv_anim_custom_exec_cb_t`.