Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_style.h55 } _lv_obj_style_transition_dsc_t; typedef
172 … lv_state_t new_state, const _lv_obj_style_transition_dsc_t * tr);
Dlv_obj.c896_lv_obj_style_transition_dsc_t * ts = lv_mem_buf_get(sizeof(_lv_obj_style_transition_dsc_t) * STYL… in lv_obj_set_state()
897 lv_memset_00(ts, sizeof(_lv_obj_style_transition_dsc_t) * STYLE_TRANSITION_MAX); in lv_obj_set_state()
Dlv_obj_style.c325 const _lv_obj_style_transition_dsc_t * tr_dsc) in _lv_obj_style_create_transition()