Searched refs:pad_small (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.7.0/src/extra/themes/default/ |
D | lv_theme_default.c | 61 lv_style_t pad_small; member 321 style_init_reset(&styles->pad_small); in style_init() 322 lv_style_set_pad_all(&styles->pad_small, PAD_SMALL); in style_init() 323 lv_style_set_pad_gap(&styles->pad_small, PAD_SMALL); in style_init() 920 lv_obj_add_style(obj, &styles->pad_small, 0); in theme_apply() 946 lv_obj_add_style(obj, &styles->pad_small, 0); in theme_apply() 995 lv_obj_add_style(obj, &styles->pad_small, 0); in theme_apply() 1028 lv_obj_add_style(obj, disp_size == DISP_LARGE ? &styles->pad_small : &styles->pad_tiny, 0); in theme_apply() 1114 lv_obj_add_style(obj, &styles->pad_small, 0); in theme_apply()
|