summaryrefslogtreecommitdiff
path: root/test/extend-pad-similar.c
Commit message (Collapse)AuthorAgeFilesLines
* test: fix include order for AIX, bug#89354Michael Haubenwallner2015-03-051-1/+1
|
* [test] Update extend-pad.Chris Wilson2008-11-031-0/+82
| | | | | | | | | extend-pad was not a clear demonstration of the EXTEND_PAD mode, so revamp it to show the filter extending a 4 pixel surface to cover the entire output. However, this hides a discrepancy with the vector surfaces that we cannot prevent the external renders from applying an interpolation to the border pixels, so we copy the original test to extend-pad-border to check the desired behaviour on boundary pixels.
* Remove extend-pad-similar test caseCarl Worth2008-01-301-105/+0
| | | | | | | This seems redundant with the recent testing of all test cases against similar surfaces. Plus, it hasn't had a reference image anyway which was causing problems with the recent extra checks for missing reference images.
* [test/extend-*] Add various cairo_pattern_set_extend() test cases.Chris Wilson2008-01-171-0/+105
Add various test cases to exercise _cairo_pattern_acquire_surface_for_surface(), most notably using similar source surfaces to provide coverage of the non-image surface branch.