summaryrefslogtreecommitdiff
path: root/src/cairo-path-fill.c
Commit message (Expand)AuthorAgeFilesLines
* Fix cast between incompatible function types warningsAdrian Johnson2021-08-221-1/+9
* fill: Fix unantialiased rectilinear-fill-to-boxesChris Wilson2011-09-301-5/+11
* Introduce a new compositor architectureChris Wilson2011-09-121-21/+48
* stroke: Rely on the tessellator to remove self-intersectionsChris Wilson2011-08-131-245/+0
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-5/+107
* polygon: Merge _cairo_polygon_init and _cairo_polygon_limitAndrea Canciani2010-12-101-10/+6
* fill: Simplify path to polygon conversionAndrea Canciani2010-12-101-50/+41
* path: Always interpret in forward directionAndrea Canciani2010-12-101-1/+0
* path: Do not access flags directlyAndrea Canciani2010-10-291-4/+4
* region: _cairo_region_create_in_error()Chris Wilson2010-05-101-5/+2
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* fill: Convert rectilinear paths to boxes.Chris Wilson2010-01-221-1/+75
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* [path] Fix compiler warningsBenjamin Otte2009-10-181-4/+3
* [path] Return the canonical box.Chris Wilson2009-08-291-32/+0
* [clip] Use the rectangular tessellator to extract boxesChris Wilson2009-08-291-7/+22
* [tessellate] Rectangular special caseChris Wilson2009-08-291-26/+14
* [fill] Use trivial rectilinear_to_trapsChris Wilson2009-08-291-0/+74
* [polygon] Return status from path opsChris Wilson2009-08-291-22/+4
* [clip] Use geometric clipping for unaligned clipsChris Wilson2009-08-291-5/+3
* [fill] Early check for empty path/polygonChris Wilson2009-08-291-1/+4
* [clip] Eliminate redundant clipsChris Wilson2009-08-291-0/+3
* [clip] Use the rectilinear tessellatorChris Wilson2009-08-291-15/+64
* [tessellator] Special case rectilinear tessellationChris Wilson2009-08-291-91/+9
* [fallback] Avoid going through traps for trivial regions.Chris Wilson2009-08-291-0/+129
* Eliminate self-intersecting strokes.Chris Wilson2009-08-291-53/+56
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-3/+8
* [path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson2008-12-121-26/+7
* [spline] Propagate errors during add point.Chris Wilson2008-12-121-8/+3
* Mark if(status) as being unlikely.Chris Wilson2008-11-291-3/+3
* [fill] Allow rectangles to be implicitly closed.Chris Wilson2008-11-291-1/+1
* [fill] Emit rectangles for GdkRegionChris Wilson2008-11-251-17/+68
* [spline] Eliminate intermediate allocations during spline decomposition.Chris Wilson2008-11-161-15/+8
* [fill] Check for the most common rectilinear case first.Chris Wilson2008-09-231-7/+11
* [fill] Construct trap using rectangle directly.Chris Wilson2008-09-191-2/+14
* [quartz] Optimize path handling where possibleVladimir Vukicevic2008-02-251-64/+2
* [doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod2008-01-281-1/+1
* [cairo-path-fixed] Exponentially enlarge cairo_path_buf_t.Chris Wilson2007-11-051-1/+1
* Add a status field to cairo_polygon_tCarl Worth2007-04-101-25/+11
* cairo-path-fill - trivial missing unused resultChris Wilson2007-04-091-1/+1
* [cairo-path-fixed] Merge op and arg bufsBehdad Esfahbod2007-03-131-26/+25
* Optimize filling of a path that is a single device-axis-aligned rectangle.Carl Worth2007-03-051-0/+93
* Switch from old tessellator to new tessellatorCarl Worth2006-11-221-3/+3
* Remove initial, final, and duplicate blank lines.Carl Worth2006-06-061-1/+0
* Remove extraneous whitespace from "blank" lines.Carl Worth2006-06-061-1/+1
* New files. Move code for manipulating cairo_clip_t out into cairo_clip_* func...Kristian Høgsberg2005-08-041-11/+9
* Remove unneeded includes of cairo-path-fixed-private.h.Carl Worth2005-03-231-1/+0
* Rename cairo_path_real_t to cairo_path_fixed_t and fix all _cairo_path functi...Carl Worth2005-03-231-10/+10
* Begin the process of breaking up cairoint.h, moving structure definitions of ...Carl Worth2005-03-231-0/+3
* * src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path)...Carl Worth2005-03-181-1/+3