Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_style.c46 static _lv_obj_style_t * get_trans_style(lv_obj_t * obj, uint32_t part);
342 _lv_obj_style_t * style_trans = get_trans_style(obj, part); in _lv_obj_style_create_transition()
576 static _lv_obj_style_t * get_trans_style(lv_obj_t * obj, lv_style_selector_t selector) in get_trans_style() function
831 _lv_obj_style_t * style_trans = get_trans_style(tr->obj, tr->selector); in trans_anim_start_cb()