Searched refs:lv_obj_set_style_margin_right (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/tests/src/test_cases/ |
D | test_margin_grid.c | 33 lv_obj_set_style_margin_right(obj, right, LV_PART_MAIN); in obj_set_margin() 96 lv_obj_set_style_margin_right(o, i * 5, LV_PART_MAIN); in test_grid()
|
D | test_margin_align.c | 33 lv_obj_set_style_margin_right(obj, right, LV_PART_MAIN); in obj_set_margin()
|
D | test_margin_flex.c | 33 lv_obj_set_style_margin_right(obj, right, LV_PART_MAIN); in obj_set_margin()
|
/lvgl-latest/src/core/ |
D | lv_obj_style.h | 219 lv_obj_set_style_margin_right(obj, value, selector); in lv_obj_set_style_margin_all() 227 lv_obj_set_style_margin_right(obj, value, selector); in lv_obj_set_style_margin_hor()
|
D | lv_obj_style_gen.c | 269 void lv_obj_set_style_margin_right(lv_obj_t * obj, int32_t value, lv_style_selector_t selector) in lv_obj_set_style_margin_right() function
|
D | lv_obj_style_gen.h | 798 void lv_obj_set_style_margin_right(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
|