summaryrefslogtreecommitdiff
path: root/src/cairo-path-stroke-boxes.c
Commit message (Expand)AuthorAgeFilesLines
* replace _BSD_SOURCE with _DEFAULT_SOURCEAdrian Johnson2017-09-161-1/+1
* Revert "stroker: Check for scaling overflow in computing half line widths"Uli Schlachter2017-05-131-20/+5
* stroker: Check for scaling overflow in computing half line widthsChris Wilson2017-05-041-5/+20
* stroker: Avoid emitting a miter join for across an elided degenerate segmentChris Wilson2012-08-201-7/+11
* path-stroke-boxes: Fix degenerate end-caps for anti-clockwise pathsChris Wilson2012-04-291-32/+28
* stroke(boxes): Convert the dash step back into device units before incrementingChris Wilson2012-04-211-1/+1
* Split cairo-box-privates into struct+inlinesChris Wilson2012-04-191-1/+1
* stroke(boxes): Apply user scale factors to dash segmentsChris Wilson2012-04-181-4/+7
* stroke: Fix misuse of half_line_x for vertical caps on dashesChris Wilson2012-04-081-4/+4
* stroke: Adapt rectilinear stroker to handle separable non-unity scalingChris Wilson2012-03-191-60/+65
* stroke: Use the tessellator to resolve overlapping strokesChris Wilson2011-09-291-1/+4
* Introduce a new compositor architectureChris Wilson2011-09-121-24/+66
* stroke: Rely on the tessellator to remove self-intersectionsChris Wilson2011-08-131-0/+658