Home
last modified time | relevance | path

Searched refs:obj_set_margin (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/tests/src/test_cases/
Dtest_margin_align.c29 void obj_set_margin(lv_obj_t * obj, int32_t left, int32_t top, int32_t right, int32_t bottom) in obj_set_margin() function
62 obj_set_margin(obj0s[0], 20, 50, 60, 50); in test_align()
64 obj_set_margin(obj0s[1], 15, 12, 50, 20); in test_align()
65 obj_set_margin(obj0s[2], 25, 25, 100, 20); in test_align()
66 obj_set_margin(obj0s[3], 12, 50, 100, 100); in test_align()
69 obj_set_margin(obj0s[4], 6, 100, 100, 100); in test_align()
Dtest_margin_flex.c29 void obj_set_margin(lv_obj_t * obj, int32_t left, int32_t top, int32_t right, int32_t bottom) in obj_set_margin() function
66 obj_set_margin(obj0s[0], 50, 3, 10, 50); in test_flex()
67 obj_set_margin(obj0s[1], 25, 6, 20, 50); in test_flex()
68 obj_set_margin(obj0s[2], 12, 12, 30, 50); in test_flex()
69 obj_set_margin(obj0s[3], 12, 25, 30, 50); in test_flex()
70 obj_set_margin(obj0s[4], 24, 50, 50, 50); in test_flex()
Dtest_margin_grid.c29 void obj_set_margin(lv_obj_t * obj, int32_t left, int32_t top, int32_t right, int32_t bottom) in obj_set_margin() function