summaryrefslogtreecommitdiff
path: root/src/cairo-clip-boxes.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-24clip: Short-cut the common condition of intersecting with a single boxChris Wilson1-1/+4
2011-07-24clip: Skip processing of rectangle-intersection if it wholly subsumes the clipChris Wilson1-4/+20
2011-07-24clip: Embed a single box to avoid a common allocationChris Wilson1-25/+36
2011-07-23image: replay the recording surface directly onto the targetChris Wilson1-0/+17
2011-07-20clip-boxes: Intersection with 0 boxes means clip-allChris Wilson1-1/+4
2011-07-19clip: Rudimentary support for clip-polygon extractionChris Wilson1-0/+559