summaryrefslogtreecommitdiff
path: root/src/cairo-spans.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-01pdf: structured text and hyperlink supportAdrian Johnson1-0/+2
2016-03-26Add CAIRO_STATUS_WIN32_GDI_ERROR for GDI errorsAdrian Johnson1-0/+2
2016-03-26Add CAIRO_STATUS_FREETYPE_ERROR for errors returned by libfreetypeAdrian Johnson1-0/+2
2016-03-26Add CAIRO_STATUS_PNG_ERROR for errors returned by libpngAdrian Johnson1-0/+2
2013-09-15pdf: support JBIG2 mime dataAdrian Johnson1-0/+2
2011-09-12Introduce a new compositor architectureChris Wilson1-108/+0
2011-07-19clip: Rudimentary support for clip-polygon extractionChris Wilson1-0/+29
2011-07-09Handle CAIRO_STATUS_DEVICE_FINISHED in switchesUli Schlachter1-0/+2
2011-01-01mesh: Add mesh pattern type and enum valuesAdrian Johnson1-0/+2
2010-06-07Remove _cairo_surface_composite_trapezoids_as_polygon()Benjamin Otte1-75/+0
2010-03-11spans: Initialise rects->is_bounded for polygon compat.Chris Wilson1-0/+2
2010-01-22Alter definition of cairo_composite_rectangles_tChris Wilson1-10/+19
2010-01-22spans: Pass multiple rows of identical spans to the renders.Chris Wilson1-2/+4
2010-01-22Add cairo_device_tChris Wilson1-0/+4
2009-09-08[spans] Correct offsets for trapezoidsChris Wilson1-2/+2
2009-08-29traps-as-spansChris Wilson1-0/+82
2009-08-29Eliminate self-intersecting strokes.Chris Wilson1-143/+36
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-10/+10
2009-06-19[spans] Squash a compiler warning when creating error objects.M Joonas Pihlaja1-0/+2
2009-03-29Silence compiler warnings for CAIRO_STATUS_LAST_STATUSChris Wilson1-0/+2
2009-01-29[surface] add CAIRO_STATUS_INVALID_SIZEPaolo Bonzini1-0/+2
2008-12-23[spans] Close open subpaths when filling with a scan converter.M Joonas Pihlaja1-22/+31
2008-12-12[path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson1-11/+7
2008-12-06[cairo-spans] New cairo_tor_scan_converter_t.M Joonas Pihlaja1-5/+13
2008-12-06[cairo-spans] New _cairo_path_fixed_fill_using_spans().M Joonas Pihlaja1-0/+145
2008-12-06[cairo-spans] New abstract types for scan converting polygons.M Joonas Pihlaja1-0/+242