Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_obj_style.c443 lv_obj_style_t * style_trans = get_trans_style(obj, part); in lv_obj_style_create_transition() local
444 …lv_style_set_prop((lv_style_t *)style_trans->style, tr_dsc->prop, v1); /*Be sure `trans_style` ha… in lv_obj_style_create_transition()
937 lv_obj_style_t * style_trans = get_trans_style(tr->obj, tr->selector); in trans_anim_start_cb() local
939 lv_style_set_prop((lv_style_t *)style_trans->style, tr->prop, tr->start_value); in trans_anim_start_cb()