Home
last modified time | relevance | path

Searched refs:lv_obj_style_transition_dsc_t (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/core/
Dlv_obj_style_private.h69 lv_state_t new_state, const lv_obj_style_transition_dsc_t * tr);
Dlv_obj.c919lv_obj_style_transition_dsc_t * ts = lv_malloc_zeroed(sizeof(lv_obj_style_transition_dsc_t) * STYL… in update_obj_state()
Dlv_obj_style.c426 const lv_obj_style_transition_dsc_t * tr_dsc) in lv_obj_style_create_transition()
/lvgl-latest/src/misc/
Dlv_types.h166 typedef struct _lv_obj_style_transition_dsc_t lv_obj_style_transition_dsc_t; typedef