Searched refs:dstArray (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_draw_sw_post_process.c | 23 uint16_t dstArray[2 * 3] = {0}; in test_rotate90_RGB565() local 31 lv_draw_sw_rotate(srcArray, dstArray, in test_rotate90_RGB565() 38 TEST_ASSERT_EQUAL_UINT8_ARRAY(expectedArray, dstArray, sizeof(dstArray)); in test_rotate90_RGB565() 47 uint16_t dstArray[3 * 2] = {0}; in test_rotate180_RGB565() local 52 lv_draw_sw_rotate(srcArray, dstArray, in test_rotate180_RGB565() 59 TEST_ASSERT_EQUAL_UINT8_ARRAY(expectedArray, dstArray, sizeof(dstArray)); in test_rotate180_RGB565() 69 uint16_t dstArray[2 * 3] = {0}; in test_rotate270_RGB565() local 76 lv_draw_sw_rotate(srcArray, dstArray, in test_rotate270_RGB565() 83 TEST_ASSERT_EQUAL_UINT8_ARRAY(expectedArray, dstArray, sizeof(dstArray)); in test_rotate270_RGB565() 92 uint8_t dstArray[2 * 3 * 3] = {0}; in test_rotate90_RGB888() local [all …]
|