Searched refs:lv_obj_set_style_margin_left (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/tests/src/test_cases/ |
D | test_margin_grid.c | 31 lv_obj_set_style_margin_left(obj, left, LV_PART_MAIN); in obj_set_margin() 95 lv_obj_set_style_margin_left(o, i * 5 + j * 5, LV_PART_MAIN); in test_grid()
|
D | test_margin_align.c | 31 lv_obj_set_style_margin_left(obj, left, LV_PART_MAIN); in obj_set_margin()
|
D | test_margin_flex.c | 31 lv_obj_set_style_margin_left(obj, left, LV_PART_MAIN); in obj_set_margin()
|
/lvgl-latest/src/core/ |
D | lv_obj_style.h | 218 lv_obj_set_style_margin_left(obj, value, selector); in lv_obj_set_style_margin_all() 226 lv_obj_set_style_margin_left(obj, value, selector); in lv_obj_set_style_margin_hor()
|
D | lv_obj_style_gen.c | 261 void lv_obj_set_style_margin_left(lv_obj_t * obj, int32_t value, lv_style_selector_t selector) in lv_obj_set_style_margin_left() function
|
D | lv_obj_style_gen.h | 797 void lv_obj_set_style_margin_left(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_home.c | 167 lv_obj_set_style_margin_left(label, 32, 0); in info_box_create()
|