Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/
Dtest_margin_align.c19 lv_obj_t * obj_create(lv_obj_t * parent, lv_color_t color) in obj_create() function
49 obj_create(obj0, lv_palette_main(LV_PALETTE_BLUE)), in test_align()
50 obj_create(obj0, lv_palette_main(LV_PALETTE_RED)), in test_align()
51 obj_create(obj0, lv_palette_main(LV_PALETTE_DEEP_PURPLE)), in test_align()
52 obj_create(obj0, lv_palette_main(LV_PALETTE_GREEN)), in test_align()
53 obj_create(obj0, lv_palette_main(LV_PALETTE_PINK)) in test_align()
Dtest_margin_flex.c19 lv_obj_t * obj_create(lv_obj_t * parent, lv_color_t color) in obj_create() function
48 obj_create(obj0, lv_palette_main(LV_PALETTE_BLUE)), in test_flex()
49 obj_create(obj0, lv_palette_main(LV_PALETTE_RED)), in test_flex()
50 obj_create(obj0, lv_palette_main(LV_PALETTE_PURPLE)), in test_flex()
51 obj_create(obj0, lv_palette_main(LV_PALETTE_GREEN)), in test_flex()
52 obj_create(obj0, lv_palette_main(LV_PALETTE_PINK)) in test_flex()
Dtest_margin_grid.c19 lv_obj_t * obj_create(lv_obj_t * parent, lv_color_t color) in obj_create() function
78 obj0s[i][j] = obj_create(obj0, in test_grid()