summaryrefslogtreecommitdiff
path: root/src/cairo-spans.c
Commit message (Expand)AuthorAgeFilesLines
* svg-font: return SVG_FONT_ERROR on errorAdrian Johnson2023-01-201-0/+2
* dwrite: add color font supportAdrian Johnson2022-02-271-0/+2
* pdf: structured text and hyperlink supportAdrian Johnson2016-10-011-0/+2
* Add CAIRO_STATUS_WIN32_GDI_ERROR for GDI errorsAdrian Johnson2016-03-261-0/+2
* Add CAIRO_STATUS_FREETYPE_ERROR for errors returned by libfreetypeAdrian Johnson2016-03-261-0/+2
* Add CAIRO_STATUS_PNG_ERROR for errors returned by libpngAdrian Johnson2016-03-261-0/+2
* pdf: support JBIG2 mime dataAdrian Johnson2013-09-151-0/+2
* Introduce a new compositor architectureChris Wilson2011-09-121-108/+0
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-0/+29
* Handle CAIRO_STATUS_DEVICE_FINISHED in switchesUli Schlachter2011-07-091-0/+2
* mesh: Add mesh pattern type and enum valuesAdrian Johnson2011-01-011-0/+2
* Remove _cairo_surface_composite_trapezoids_as_polygon()Benjamin Otte2010-06-071-75/+0
* spans: Initialise rects->is_bounded for polygon compat.Chris Wilson2010-03-111-0/+2
* Alter definition of cairo_composite_rectangles_tChris Wilson2010-01-221-10/+19
* spans: Pass multiple rows of identical spans to the renders.Chris Wilson2010-01-221-2/+4
* Add cairo_device_tChris Wilson2010-01-221-0/+4
* [spans] Correct offsets for trapezoidsChris Wilson2009-09-081-2/+2
* traps-as-spansChris Wilson2009-08-291-0/+82
* Eliminate self-intersecting strokes.Chris Wilson2009-08-291-143/+36
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-10/+10
* [spans] Squash a compiler warning when creating error objects.M Joonas Pihlaja2009-06-191-0/+2
* Silence compiler warnings for CAIRO_STATUS_LAST_STATUSChris Wilson2009-03-291-0/+2
* [surface] add CAIRO_STATUS_INVALID_SIZEPaolo Bonzini2009-01-291-0/+2
* [spans] Close open subpaths when filling with a scan converter.M Joonas Pihlaja2008-12-231-22/+31
* [path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson2008-12-121-11/+7
* [cairo-spans] New cairo_tor_scan_converter_t.M Joonas Pihlaja2008-12-061-5/+13
* [cairo-spans] New _cairo_path_fixed_fill_using_spans().M Joonas Pihlaja2008-12-061-0/+145
* [cairo-spans] New abstract types for scan converting polygons.M Joonas Pihlaja2008-12-061-0/+242