summaryrefslogtreecommitdiff
path: root/src/cairo-path-in-fill.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-15stroke: Convert the outlines into contour and then into a polygonChris Wilson1-1/+1
2010-12-10path: Always interpret in forward directionAndrea Canciani1-1/+0
2010-10-29path: Do not access flags directlyAndrea Canciani1-1/+1
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-11/+16
2009-05-25[in-fill] Fix typo in on-vertex test.Chris Wilson1-5/+5
2009-05-22[in-fill] Treat on-edge queries as inside.Chris Wilson1-1/+20
2009-03-26[in_fill] Correctly track current point in curve_to.Bertram Felgenhauer1-2/+6
2009-02-27[in-fill] Close the path, cf fill()Chris Wilson1-0/+2
2008-12-12[path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson1-5/+7
2008-12-12[spline] Propagate errors during add point.Chris Wilson1-5/+2
2008-11-25[in-fill] Add the implicit close-path during move-to.Chris Wilson1-10/+13
2008-11-16[spline] Eliminate intermediate allocations during spline decomposition.Chris Wilson1-13/+8
2008-11-13[in-fill] Fixup boundary insideness testingChris Wilson1-1/+1
2008-11-06[in-fill] Fix transposed arguments.Chris Wilson1-1/+1
2008-11-06[in-fill] Avoid tessellation by counting number of edge crossing to -∞Chris Wilson1-0/+264