Searched refs:obj_style (Results 1 – 3 of 3) sorted by relevance
612 _lv_obj_style_t * obj_style = &obj->styles[i]; in get_prop_core() local613 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() local644 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() local862 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()
901 _lv_obj_style_t * obj_style = &obj->styles[i]; in lv_obj_set_state() local905 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()
464 - fix(obj_style): prevent access to class null pointer [`3252`](https://github.com/lvgl/lvgl/pull/3…