Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_style.h208 lv_obj_set_style_pad_right(obj, value, selector); in lv_obj_set_style_pad_all()
216 lv_obj_set_style_pad_right(obj, value, selector); in lv_obj_set_style_pad_hor()
Dlv_refr.c372 lv_obj_set_style_pad_right(perf_label, 3, 0); in _lv_disp_refr_timer()
429 lv_obj_set_style_pad_right(mem_label, 3, 0); in _lv_disp_refr_timer()
Dlv_obj_style_gen.c163 void lv_obj_set_style_pad_right(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t selec… in lv_obj_set_style_pad_right() function
Dlv_obj_style_gen.h591 void lv_obj_set_style_pad_right(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t selec…
/lvgl-3.7.0/demos/widgets/
Dlv_demo_widgets.c985 lv_obj_set_style_pad_right(color_cont, disp_size == DISP_SMALL ? LV_DPX(47) : LV_DPX(55), 0); in color_changer_create()