Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_image.c275 int32_t h_array[] = {img_h / 2, img_h, img_h * 2}; in test_image_stretch() local
279 lv_obj_set_size(img, w_array[i / 3], h_array[i % 3]); in test_image_stretch()