Searched refs:pad_small (Results 1 – 1 of 1) sorted by relevance
| /lvgl-latest/src/themes/default/ |
| D | lv_theme_default.c | 68 lv_style_t pad_small; member 331 style_init_reset(&theme->styles.pad_small); in style_init() 332 lv_style_set_pad_all(&theme->styles.pad_small, PAD_SMALL); in style_init() 333 lv_style_set_pad_gap(&theme->styles.pad_small, PAD_SMALL); in style_init() 951 lv_obj_add_style(obj, &theme->styles.pad_small, 0); in theme_apply() 976 lv_obj_add_style(obj, &theme->styles.pad_small, 0); in theme_apply() 1018 lv_obj_add_style(obj, &theme->styles.pad_small, 0); in theme_apply() 1051 …lv_obj_add_style(obj, theme->disp_size == DISP_LARGE ? &theme->styles.pad_small : &theme->styles.p… in theme_apply() 1175 lv_obj_add_style(obj, &theme->styles.pad_small, 0); in theme_apply()
|