Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/draw/
Dtest_draw_sw_post_process.c25 uint16_t expectedArray[2 * 3] = { in test_rotate90_RGB565() local
38 TEST_ASSERT_EQUAL_UINT8_ARRAY(expectedArray, dstArray, sizeof(dstArray)); in test_rotate90_RGB565()
48 uint16_t expectedArray[3 * 2] = { in test_rotate180_RGB565() local
59 TEST_ASSERT_EQUAL_UINT8_ARRAY(expectedArray, dstArray, sizeof(dstArray)); in test_rotate180_RGB565()
71 uint16_t expectedArray[2 * 3] = { in test_rotate270_RGB565() local
83 TEST_ASSERT_EQUAL_UINT8_ARRAY(expectedArray, dstArray, sizeof(dstArray)); in test_rotate270_RGB565()
94 uint8_t expectedArray[2 * 3 * 3] = { in test_rotate90_RGB888() local
107 TEST_ASSERT_EQUAL_UINT8_ARRAY(expectedArray, dstArray, sizeof(dstArray)); in test_rotate90_RGB888()
118 uint8_t expectedArray[3 * 2 * 3] = { in test_rotate180_RGB888() local
130 TEST_ASSERT_EQUAL_UINT8_ARRAY(expectedArray, dstArray, sizeof(dstArray)); in test_rotate180_RGB888()
[all …]