Home
last modified time | relevance | path

Searched refs:_lv_obj_style_t (Results 1 – 4 of 4) 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);
92 obj->styles = lv_mem_realloc(obj->styles, obj->style_cnt * sizeof(_lv_obj_style_t)); in lv_obj_add_style()
99 lv_memset_00(&obj->styles[i], sizeof(_lv_obj_style_t)); in lv_obj_add_style()
142 obj->styles = lv_mem_realloc(obj->styles, obj->style_cnt * sizeof(_lv_obj_style_t)); in lv_obj_remove_style()
342 _lv_obj_style_t * style_trans = get_trans_style(obj, part); in _lv_obj_style_create_transition()
551 obj->styles = lv_mem_realloc(obj->styles, obj->style_cnt * sizeof(_lv_obj_style_t)); in get_local_style()
561 lv_memset_00(&obj->styles[i], sizeof(_lv_obj_style_t)); in get_local_style()
576 static _lv_obj_style_t * get_trans_style(lv_obj_t * obj, lv_style_selector_t selector) in get_trans_style()
587 obj->styles = lv_mem_realloc(obj->styles, obj->style_cnt * sizeof(_lv_obj_style_t)); in get_trans_style()
593 lv_memset_00(&obj->styles[0], sizeof(_lv_obj_style_t)); in get_trans_style()
[all …]
Dlv_obj.h177 _lv_obj_style_t * styles;
Dlv_obj_style.h44 } _lv_obj_style_t; typedef
Dlv_obj.c901 _lv_obj_style_t * obj_style = &obj->styles[i]; in lv_obj_set_state()