summaryrefslogtreecommitdiff
path: root/src/cairo-clip-boxes.c
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wunused-function warningsKhaled Hosny2023-02-061-13/+0
* Revert "clip-boxes: Drop too-early return"Bryce Harrington2019-03-031-0/+1
* clip-boxes: Drop too-early returnBryce Harrington2019-01-311-1/+0
* Fix various doxygen warnings found by check-doc-syntax.shBryce Harrington2017-12-071-6/+5
* core: fixed code duplicationEnrico Weigelt, metux IT consult2016-07-021-16/+34
* core: dropped actually unused parameter of _cairo_boxes_to_array()Enrico Weigelt, metux IT consult2016-07-021-2/+2
* core: helper inline for rect->box conversionEnrico Weigelt, metux IT consult2016-07-021-9/+2
* clip: Fix handling of special all-clipped cairo_clip_tUli Schlachter2014-03-061-0/+3
* clip: Do not modify the special all-clipped cairo_clip_tChris Wilson2014-03-061-3/+5
* Split cairo-clip-privates into struct+inlinesChris Wilson2012-04-191-0/+1
* Split cairo-box-privates into struct+inlinesChris Wilson2012-04-191-1/+1
* clip: Check whether an extents only clip contains the boxChris Wilson2012-02-091-0/+3
* rectangle: Implement _cairo_rectangle_contains_rectangle()Andrea Canciani2012-01-151-6/+1
* clip_intersect_boxes: Fix memleakUli Schlachter2011-10-091-5/+10
* clip: Fix clip-double-freeUli Schlachter2011-10-091-0/+1
* fill: Fix unantialiased rectilinear-fill-to-boxesChris Wilson2011-09-301-2/+4
* Introduce a new compositor architectureChris Wilson2011-09-121-32/+10
* clip: Short-cut the common condition of intersecting with a single boxChris Wilson2011-07-241-1/+4
* clip: Skip processing of rectangle-intersection if it wholly subsumes the clipChris Wilson2011-07-241-4/+20
* clip: Embed a single box to avoid a common allocationChris Wilson2011-07-241-25/+36
* image: replay the recording surface directly onto the targetChris Wilson2011-07-231-0/+17
* clip-boxes: Intersection with 0 boxes means clip-allChris Wilson2011-07-201-1/+4
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-0/+559