summaryrefslogtreecommitdiff
path: root/src/cairo-shape-mask-compositor.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix -Wparentheses-equality warningsKhaled Hosny2023-02-041-3/+3
| | | | warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
* surface: Merge scratch construction into _cairo_surface_create_scratchAlexander Larsson2013-09-051-12/+15
| | | | | | | | | | | We merge _cairo_surface_create_similar_scratch and _cairo_surface_create_similar_solid into a single function named _cairo_surface_create_scratch, to avoid confusion with cairo_surface_create_similar which now will have a different behaviour wrt the sizes and the device-scale. _create_scratch assumes the width and height are in backend coordinates, while create_similar does not.
* spans+image: Fix clipping with polygons and spansChris Wilson2012-02-281-0/+337
Fixes: clip-source, random-clip Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>