Home
last modified time | relevance | path

Searched refs:pad_normal (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/themes/default/
Dlv_theme_default.c69 lv_style_t pad_normal; member
326 style_init_reset(&theme->styles.pad_normal); in style_init()
327 lv_style_set_pad_all(&theme->styles.pad_normal, PAD_DEF); in style_init()
328 lv_style_set_pad_row(&theme->styles.pad_normal, PAD_DEF); in style_init()
329 lv_style_set_pad_column(&theme->styles.pad_normal, PAD_DEF); in style_init()
755 lv_obj_add_style(obj, &theme->styles.pad_normal, 0); in theme_apply()
773 lv_obj_add_style(obj, &theme->styles.pad_normal, 0); in theme_apply()
904 lv_obj_add_style(obj, &theme->styles.pad_normal, LV_PART_ITEMS); in theme_apply()