Searched refs:lv_anim_path_cb_t (Results 1 – 6 of 6) sorted by relevance
39 lv_anim_path_cb_t path_cb;
89 typedef int32_t (*lv_anim_path_cb_t)(const lv_anim_t *); typedef134 lv_anim_path_cb_t path_cb; /**< Provides path (curve) of animation */254 void lv_anim_set_path_cb(lv_anim_t * a, lv_anim_path_cb_t path_cb);
354 lv_anim_path_cb_t path_xcb; /**< A path for the animation.*/481 … lv_anim_path_cb_t path_cb, uint32_t time, uint32_t delay, void * user_data);
356 … lv_anim_path_cb_t path_cb, uint32_t time, uint32_t delay, void * user_data) in lv_style_transition_dsc_init()
390 void lv_anim_set_path_cb(lv_anim_t * a, lv_anim_path_cb_t path_cb) in lv_anim_set_path_cb()
287 …Both ``lv_anim_set_path_cb`` and :cpp:type:`lv_anim_path_cb_t` receive :cpp:type:`lv_anim_t` as th…289 …which contains ``user_data`` field, and :cpp:type:`lv_anim_path_cb_t` receive :cpp:type:`lv_anim_t…