summaryrefslogtreecommitdiff
path: root/src/cairo-path-stroke-polygon.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-02stroke: Fix calling '_cairo_spline_intersect' for in-bounds checking of splinesChris Wilson1-1/+1
2012-08-26stroke: Convert a very small round-join into a miterChris Wilson1-1/+1
2012-08-26stroke: Precompute the line half-widthChris Wilson1-44/+38
2012-08-26stroke: Use new pen vertex range findersChris Wilson1-66/+27
2012-08-26stroke: Skip spline evaluation when stroking to a polygonChris Wilson1-0/+37
2012-06-24stroke: Skip inserting a round-join if within toleranceChris Wilson1-5/+9
2012-06-24stroke: Use round-joins near inflection points of splinesChris Wilson1-3/+14
2012-05-14stroke: Don't drop clockwise==0 linesChris Wilson1-11/+3
2012-05-05Remove some unused functionsUli Schlachter1-44/+0
2012-04-19Split cairo-contour-privates into struct+inlinesChris Wilson1-0/+1
2012-04-19Split cairo-box-privates into struct+inlinesChris Wilson1-1/+1
2012-03-10stroke: Do not initialise the pen if will not use itChris Wilson1-11/+19
2011-11-02stroke: Fix typosAndrea Canciani1-2/+2
2011-09-12Introduce a new compositor architectureChris Wilson1-12/+59
2011-08-15stroke: Convert the outlines into contour and then into a polygonChris Wilson1-422/+783
2011-08-15stroke: move normal stroker to new fileChris Wilson1-0/+1002