Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_style.c612 _lv_obj_style_t * obj_style = &obj->styles[i]; in get_prop_core() local
613 if(obj_style->is_trans == false) break; in get_prop_core()
619 if((obj_style->style->has_group & group) == 0) continue; in get_prop_core()
620 found = lv_style_get_prop(obj_style->style, prop, &value_tmp); in get_prop_core()
632 _lv_obj_style_t * obj_style = &obj->styles[i]; in get_prop_core() local
644 found = lv_style_get_prop(obj_style->style, prop, &value_tmp); in get_prop_core()
861 _lv_obj_style_t * obj_style = &obj->styles[i]; in trans_anim_ready_cb() local
862 lv_style_remove_prop(obj_style->style, prop); in trans_anim_ready_cb()
865 lv_obj_remove_style(obj, obj_style->style, obj_style->selector); in trans_anim_ready_cb()
Dlv_obj.c901 _lv_obj_style_t * obj_style = &obj->styles[i]; in lv_obj_set_state() local
905 if(obj_style->is_trans) continue; in lv_obj_set_state()
908 …if(lv_style_get_prop_inlined(obj_style->style, LV_STYLE_TRANSITION, &v) != LV_STYLE_RES_FOUND) con… in lv_obj_set_state()
931 ts[tsi].selector = obj_style->selector; in lv_obj_set_state()
/lvgl-3.7.0/docs/
DCHANGELOG.md464 - fix(obj_style): prevent access to class null pointer [`3252`](https://github.com/lvgl/lvgl/pull/3…