Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/draw/
Dtest_draw_sw_post_process.c324 uint8_t expected_buf_lsb[8] = {0x3C, 0x42, 0x89, 0x81, 0x81, 0x89, 0x42, 0x3C}; in test_vtile_small() local
330 TEST_ASSERT_EQUAL_UINT8_ARRAY(expected_buf_lsb, dst_buf, 8); in test_vtile_small()
397 uint8_t expected_buf_lsb[80] = { in test_vtile_rectangular() local
444 TEST_ASSERT_EQUAL_UINT8_ARRAY(expected_buf_lsb, dst_buf, 8); in test_vtile_rectangular()