Searched refs:lv_style_set_pad_bottom (Results 1 – 6 of 6) sorted by relevance
569 lv_style_set_pad_bottom(style, value); in lv_style_set_pad_all()581 lv_style_set_pad_bottom(style, value); in lv_style_set_pad_ver()
197 void lv_style_set_pad_bottom(lv_style_t * style, int32_t value) in lv_style_set_pad_bottom() function
40 void lv_style_set_pad_bottom(lv_style_t * style, int32_t value);
177 lv_style_set_pad_bottom(&style_card_cont, 10); in lv_demo_multilang()
87 lv_style_set_pad_bottom(&style_scrollbar, 2);
570 lv_style_set_pad_bottom(&theme->styles.calendar_header, PAD_TINY); in style_init()