Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/draw/
Dtest_draw_sw_post_process.c19 uint16_t srcArray[3 * 2] = { in test_rotate90_RGB565() local
31 lv_draw_sw_rotate(srcArray, dstArray, in test_rotate90_RGB565()
43 uint16_t srcArray[3 * 2] = { in test_rotate180_RGB565() local
52 lv_draw_sw_rotate(srcArray, dstArray, in test_rotate180_RGB565()
64 uint16_t srcArray[3 * 2] = { in test_rotate270_RGB565() local
76 lv_draw_sw_rotate(srcArray, dstArray, in test_rotate270_RGB565()
88 uint8_t srcArray[3 * 2 * 3] = { in test_rotate90_RGB888() local
100 lv_draw_sw_rotate(srcArray, dstArray, in test_rotate90_RGB888()
112 uint8_t srcArray[3 * 2 * 3] = { in test_rotate180_RGB888() local
123 lv_draw_sw_rotate(srcArray, dstArray, in test_rotate180_RGB888()
[all …]