Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_style.c342 _lv_obj_style_t * style_trans = get_trans_style(obj, part); in _lv_obj_style_create_transition() local
343 …lv_style_set_prop(style_trans->style, tr_dsc->prop, v1); /*Be sure `trans_style` has a valid val… in _lv_obj_style_create_transition()
831 _lv_obj_style_t * style_trans = get_trans_style(tr->obj, tr->selector); in trans_anim_start_cb() local
832 …lv_style_set_prop(style_trans->style, tr->prop, tr->start_value); /*Be sure `trans_style` has a … in trans_anim_start_cb()