Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/misc/
Dlv_style.h303 lv_anim_path_cb_t path_xcb; /**< A path for the animation.*/ member
Dlv_style.c303 tr->path_xcb = path_cb == NULL ? lv_anim_path_linear : path_cb; in lv_style_transition_dsc_init()
/lvgl-3.7.0/src/core/
Dlv_obj.c926 ts[tsi].path_cb = tr->path_xcb; in lv_obj_set_state()