diff options
Diffstat (limited to 'pixman/test/fetch-test.c')
-rw-r--r-- | pixman/test/fetch-test.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pixman/test/fetch-test.c b/pixman/test/fetch-test.c index 60bc765f6..feb98d9b7 100644 --- a/pixman/test/fetch-test.c +++ b/pixman/test/fetch-test.c @@ -34,6 +34,16 @@ static testcase_t testcases[] = NULL, }, { + PIXMAN_r8g8b8a8, + 2, 2, + 8, + { 0x11223300, 0x55667744, + 0x99aabb88, 0xddeeffcc }, + { 0x00112233, 0x44556677, + 0x8899aabb, 0xccddeeff }, + NULL, + }, + { PIXMAN_g1, 8, 2, 4, |