Searched refs:lv_obj_style_t (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/core/ |
D | lv_obj_style.c | 55 static lv_obj_style_t * get_trans_style(lv_obj_t * obj, lv_part_t part); 126 obj->styles = lv_realloc(obj->styles, obj->style_cnt * sizeof(lv_obj_style_t)); in lv_obj_add_style() 134 lv_memzero(&obj->styles[i], sizeof(lv_obj_style_t)); in lv_obj_add_style() 189 lv_memzero(&obj->styles[i], sizeof(lv_obj_style_t)); in lv_obj_replace_style() 243 obj->styles = lv_realloc(obj->styles, obj->style_cnt * sizeof(lv_obj_style_t)); in lv_obj_remove_style() 443 lv_obj_style_t * style_trans = get_trans_style(obj, part); in lv_obj_style_create_transition() 666 obj->styles = lv_realloc(obj->styles, obj->style_cnt * sizeof(lv_obj_style_t)); in get_local_style() 676 lv_memzero(&obj->styles[i], sizeof(lv_obj_style_t)); in get_local_style() 692 static lv_obj_style_t * get_trans_style(lv_obj_t * obj, lv_style_selector_t selector) in get_trans_style() 704 obj->styles = lv_realloc(obj->styles, obj->style_cnt * sizeof(lv_obj_style_t)); in get_trans_style() [all …]
|
D | lv_obj_private.h | 56 lv_obj_style_t * styles;
|
D | lv_obj.c | 923 lv_obj_style_t * obj_style = &obj->styles[i]; in update_obj_state()
|
/lvgl-latest/src/misc/ |
D | lv_types.h | 164 typedef struct _lv_obj_style_t lv_obj_style_t; typedef
|