Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/draw/
Dtest_bg_image.c21 LV_IMAGE_DECLARE(test_RGB565_RLE_align64); in test_func_1()
27 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1()
32 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1()
38 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1()
43 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1()
49 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1()
55 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1()
62 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1()
69 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1()
Dtest_image_formats.c108 LV_IMAGE_DECLARE(test_RGB565_RLE_align64);
201 &test_RGB565_RLE_align64,
/lvgl-latest/tests/test_images/stride_align64/RLE/
Dtest_RGB565_RLE_align64.c414 const lv_image_dsc_t test_RGB565_RLE_align64 = { variable