summaryrefslogtreecommitdiff
path: root/test/aliasing.c
Commit message (Collapse)AuthorAgeFilesLines
* test: Cleanup macrosAndrea Canciani2011-03-171-4/+2
| | | | | | | | The ARRAY_LENGTH macro is used by many tests, although sometimes it is named ARRAY_SIZE. Define it just once in cairo-test.h and reuse it. In a similar way, MAX() and MIN() are currently defined in some specific tests, while they could be reused.
* test/aliasing: Add a few more colour combinations.Chris Wilson2010-06-151-1/+5
| | | | In particular, compare red against its inverse, cyan. Etc.
* test: Add an aliasing test case.Chris Wilson2010-06-141-0/+98
Just a simple test in drawing neighbouring edges and looking for the effects of aliasing.