summaryrefslogtreecommitdiff
path: root/src/cairo-path-stroke-polygon.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-06Fix -Wunused-function warningsKhaled Hosny1-11/+0
2022-12-28Round joins fix (spline_cusp_tolerance)Christian Rohlfs1-18/+77
2020-11-07build: Fix various compiler warningsGeorge Matsumura1-1/+1
2017-09-16replace _BSD_SOURCE with _DEFAULT_SOURCEAdrian Johnson1-1/+1
2017-05-13Revert "stroker: Check for scaling overflow in computing half line widths"Uli Schlachter1-1/+0
2017-05-04stroker: Check for scaling overflow in computing half line widthsChris Wilson1-0/+1
2014-05-06Remove some useless declarations found by scan-build, the LLVM/clang static a...Sylvestre Ledru1-10/+0
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