Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/misc/
Dlv_style.h534 lv_style_set_pad_bottom(style, value); in lv_style_set_pad_all()
546 lv_style_set_pad_bottom(style, value); in lv_style_set_pad_ver()
Dlv_style_gen.c147 void lv_style_set_pad_bottom(lv_style_t * style, lv_coord_t value) in lv_style_set_pad_bottom() function
Dlv_style_gen.h19 void lv_style_set_pad_bottom(lv_style_t * style, lv_coord_t value);
/lvgl-3.5.0/src/extra/themes/default/
Dlv_theme_default.c576 lv_style_set_pad_bottom(&styles->calendar_header, PAD_TINY); in style_init()