Searched refs:_lv_obj_style_t (Results 1 – 4 of 4) sorted by relevance
/lvgl-3.7.0/src/core/ |
D | lv_obj_style.c | 46 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 …]
|
D | lv_obj.h | 177 _lv_obj_style_t * styles;
|
D | lv_obj_style.h | 44 } _lv_obj_style_t; typedef
|
D | lv_obj.c | 901 _lv_obj_style_t * obj_style = &obj->styles[i]; in lv_obj_set_state()
|