Searched refs:expected_buf_msb (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_draw_sw_post_process.c | 323 uint8_t expected_buf_msb[8] = {0x3C, 0x42, 0x91, 0x81, 0x81, 0x91, 0x42, 0x3C}; in test_vtile_small() local 327 TEST_ASSERT_EQUAL_UINT8_ARRAY(expected_buf_msb, dst_buf, 8); in test_vtile_small() 355 uint8_t expected_buf_msb[80] = { in test_vtile_rectangular() local 441 TEST_ASSERT_EQUAL_UINT8_ARRAY(expected_buf_msb, dst_buf, 8); in test_vtile_rectangular()
|