summaryrefslogtreecommitdiff
path: root/src/cairo-path-in-fill.c
Commit message (Expand)AuthorAgeFilesLines
* Fix cast between incompatible function types warningsAdrian Johnson2021-08-221-1/+9
* stroke: Convert the outlines into contour and then into a polygonChris Wilson2011-08-151-1/+1
* path: Always interpret in forward directionAndrea Canciani2010-12-101-1/+0
* path: Do not access flags directlyAndrea Canciani2010-10-291-1/+1
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-11/+16
* [in-fill] Fix typo in on-vertex test.Chris Wilson2009-05-251-5/+5
* [in-fill] Treat on-edge queries as inside.Chris Wilson2009-05-221-1/+20
* [in_fill] Correctly track current point in curve_to.Bertram Felgenhauer2009-03-261-2/+6
* [in-fill] Close the path, cf fill()Chris Wilson2009-02-271-0/+2
* [path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson2008-12-121-5/+7
* [spline] Propagate errors during add point.Chris Wilson2008-12-121-5/+2
* [in-fill] Add the implicit close-path during move-to.Chris Wilson2008-11-251-10/+13
* [spline] Eliminate intermediate allocations during spline decomposition.Chris Wilson2008-11-161-13/+8
* [in-fill] Fixup boundary insideness testingChris Wilson2008-11-131-1/+1
* [in-fill] Fix transposed arguments.Chris Wilson2008-11-061-1/+1
* [in-fill] Avoid tessellation by counting number of edge crossing to -∞Chris Wilson2008-11-061-0/+264