summaryrefslogtreecommitdiff
path: root/src/cairo-clip.c
Commit message (Expand)AuthorAgeFilesLines
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-4/+4
* clip: Transform clip path in _cairo_clip_intersect_clip_path_transformed()Henry (Yu) Song - SISA2012-07-241-0/+2
* Split cairo-clip-privates into struct+inlinesChris Wilson2012-04-191-0/+1
* spans+image: Fix clipping with polygons and spansChris Wilson2012-02-281-0/+18
* Merge branch 'master' of git://cairographics.org/git/cairoChris Wilson2011-10-151-1/+6
|\
| * clip: Replace the original clip when transformingChris Wilson2011-10-121-1/+5
| * clip: Free the freed clip pool on resetChris Wilson2011-10-121-0/+1
* | backends: Adds a new Cogl based backendRobert Bragg2011-10-111-1/+1
|/
* wrapper: transform the clip into device spaceChris Wilson2011-09-201-0/+107
* Introduce a new compositor architectureChris Wilson2011-09-121-13/+7
* clip: Fix copy of clip rectangles listAndrea Canciani2011-07-301-0/+3
* clip: Fix clip-equal to handle one or the other being NULL/all-clippedChris Wilson2011-07-291-0/+10
* clip: Fix cairo_clip_equal()Chris Wilson2011-07-291-1/+35
* record: Store the untransformed operation extents along with the commandChris Wilson2011-07-261-7/+0
* wrapper: Correct translation of clip for wrapper extentsChris Wilson2011-07-241-0/+36
* clip: Embed a single box to avoid a common allocationChris Wilson2011-07-241-10/+23
* image: replay the recording surface directly onto the targetChris Wilson2011-07-231-2/+65
* xcb: Take advantage of clip-boxesChris Wilson2011-07-201-0/+32
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-1235/+179
* pattern: Add observer hooksChris Wilson2011-07-151-0/+1
* Implement cairo_backend_tChris Wilson2011-07-151-2/+5
* Remove conditional compilation of freed-poolsAndrea Canciani2011-07-051-2/+0
* clip: Fix boxes extents computation in intersect_with_boxesAndrea Canciani2011-06-251-12/+14
* Fix intersect_with_boxes() to produce tight clip extentsTaekyun Kim2011-06-211-2/+3
* Do not warn when ignoring the return value of _cairo_rectangle_intersect()Andrea Canciani2011-03-191-6/+4
* Improve cairo_rectangle_list_t error handlingAndrea Canciani2011-03-181-3/+2
* clip: Improve _cairo_clip_contains_*Andrea Canciani2011-01-221-4/+2
* doc: Fix some broken references and gtk-doc warningsMaarten Bosmans2011-01-161-1/+1
* polygon: Merge _cairo_polygon_init and _cairo_polygon_limitAndrea Canciani2010-12-101-2/+1
* path: Do not access flags directlyAndrea Canciani2010-10-291-9/+9
* clip: consider gstate target extents in _cairo_gstate_copy_clip_rectangle_listKarl Tomlinson2010-07-171-46/+26
* clip: consider all_clipped in _cairo_clip_get_extentsKarl Tomlinson2010-07-171-0/+5
* clip: return empty clip from _cairo_clip_copy_rectangle_list when all_clippedKarl Tomlinson2010-07-171-1/+4
* clip: Do the NULL check before the dereference.Chris Wilson2010-07-121-1/+2
* Differentiate between reducing clip to composite extents and a rectangleChris Wilson2010-07-121-7/+15
* gstate: Track whether the combination of ctm * device is identity.Chris Wilson2010-06-101-0/+1
* clip: Fill instead of creating intermediate surfaces.Chris Wilson2010-05-121-1/+3
* clip: Propagate failure from retrieving the previous clip surface.Chris Wilson2010-05-061-1/+2
* clip: Trivial compiler warningChris Wilson2010-05-051-1/+2
* clip: Propagate memfault from translating clip regionChris Wilson2010-05-051-0/+6
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* clip: Skip combining with solid pixel aligned boxes.Chris Wilson2010-04-251-0/+6
* clip: Fix sign reverse when combining with the clip surface.Chris Wilson2010-04-251-22/+2
* clip: Report the surface offset when retrieving the clip maskChris Wilson2010-04-251-6/+20
* clip: Compile fix for previous clip.Chris Wilson2010-04-101-3/+0
* clip: Compare the whole clip when testing for equality.Chris Wilson2010-04-101-3/+37
* clip: propagate the no-clip through the copy.Chris Wilson2010-03-241-0/+1
* clip: Don't reduce all-clip to no-clip.Chris Wilson2010-03-241-1/+2
* clip: Remove the redundant _cairo_clip_init_rectangle()Chris Wilson2010-03-231-19/+11
* clip: Restrict composite extents to clip extentsChris Wilson2010-02-121-0/+84