Searched refs:pad_gap (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/themes/mono/ |
D | lv_theme_mono.c | 47 lv_style_t pad_gap; member 142 style_init_reset(&theme->styles.pad_gap); in style_init() 143 lv_style_set_pad_gap(&theme->styles.pad_gap, PAD_DEF); in style_init() 293 lv_obj_add_style(obj, &theme->styles.pad_gap, 0); in theme_apply() 304 lv_obj_add_style(obj, &theme->styles.pad_gap, 0); in theme_apply() 361 lv_obj_add_style(obj, &theme->styles.pad_gap, LV_PART_MAIN); in theme_apply()
|
/lvgl-latest/src/themes/default/ |
D | lv_theme_default.c | 70 lv_style_t pad_gap; member 335 style_init_reset(&theme->styles.pad_gap); in style_init() 336 lv_style_set_pad_row(&theme->styles.pad_gap, LV_DPX_CALC(theme->disp_dpi, 10)); in style_init() 337 lv_style_set_pad_column(&theme->styles.pad_gap, LV_DPX_CALC(theme->disp_dpi, 10)); in style_init() 913 lv_obj_add_style(obj, &theme->styles.pad_gap, 0); in theme_apply()
|
/lvgl-latest/src/others/xml/ |
D | lv_xml_style.c | 127 else SET_STYLE_IF(pad_gap, lv_xml_atoi(value)); in lv_xml_style_register()
|
/lvgl-latest/src/others/xml/parsers/ |
D | lv_xml_obj_parser.c | 142 else SET_STYLE_IF(pad_gap, lv_xml_atoi(value)); in apply_styles()
|