Home
last modified time | relevance | path

Searched refs:img_create (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_image.c21 static lv_obj_t * img_create(void) in img_create() function
37 img = img_create(); in test_image_rotated_pivot_center()
51 img = img_create(); in test_image_rotated_pivot_top_left()
65 img = img_create(); in test_image_scale_pivot_center()
79 img = img_create(); in test_image_scale_pivot_top_left()
93 img = img_create(); in test_image_scale_x_pivot_center()
107 img = img_create(); in test_image_scale_x_pivot_top_left()
121 img = img_create(); in test_image_scale_y_pivot_center()
135 img = img_create(); in test_image_scale_y_pivot_top_left()
149 img = img_create(); in test_image_rotate_and_scale_pivot_center()
[all …]
/lvgl-latest/tests/src/test_cases/draw/
Dtest_image_formats.c239 static void img_create(const char * name, const void * img_src, bool rotate, bool recolor) in img_create() function
267 img_create(name, path, rotate, recolor); in bin_image_create()
277 img_create(name, src, rotate, recolor); in c_array_image_create()