summaryrefslogtreecommitdiff
path: root/src/cairo-analysis-surface.c
Commit message (Expand)AuthorAgeFilesLines
* Make cairo_tag_begin/end work correctly in groupsAdrian Johnson2023-04-181-21/+91
* PDF Type 3 color fontsAdrian Johnson2023-01-291-1/+10
* Fix shared use of recording surface with paginated targetsAdrian Johnson2023-01-151-17/+96
* Fix ink extents of recording surfaces within recording surfacesAdrian Johnson2022-12-281-0/+36
* Remove all gstate from _cairo_surface_tagAdrian Johnson2021-07-181-12/+2
* build: Fix various compiler warningsGeorge Matsumura2020-11-071-51/+59
* tags: Don't ignore tag on empty pagesAdrian Johnson2019-02-011-2/+2
* cairo-analysis-surface: Quell invalid uninitialized variable warningFederico Mena Quintero2018-09-051-3/+4
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-3/+3
* pdf: fix mime-unique-id jpeg attached to recording testAdrian Johnson2017-11-091-75/+97
* Support tag operations in analysis and paginated surfaceAdrian Johnson2016-10-011-1/+36
* pattern: don't round extents to 0 on vector surfacesAdrian Johnson2016-07-161-2/+2
* Fix PS record-neg-extents test failureAdrian Johnson2016-06-051-46/+65
* pdf: fix record-replay-extend test failuresAdrian Johnson2016-06-051-1/+6
* Fix PDF record-neg-extents test failureAdrian Johnson2016-06-051-0/+16
* Use surface_transform in replay_and_create_regionsGuillaume Ayoub2016-04-121-2/+4
* Don't cull very thin lines on vector surfacesAdrian Johnson2015-10-171-3/+5
* snapshot: Perform the cow under a mutexChris Wilson2012-04-271-9/+3
* Split cairo-surface-subsurface-private into struct+inlinesChris Wilson2012-04-191-1/+1
* Split cairo-recording-surface-private into struct+inlinesChris Wilson2012-04-191-2/+2
* Split cairo-box-privates into struct+inlinesChris Wilson2012-04-191-1/+1
* analysis: Apply the integer translation to the bbox as wellChris Wilson2012-04-091-0/+8
* analysis: replace open-coded _cairo_box_add_box()Chris Wilson2012-02-101-10/+3
* Replace the ad-hoc surface unwrappers with a function pointerChris Wilson2012-02-091-0/+2
* analysis mask: unwrap recording surface snapshotAdrian Johnson2011-09-161-4/+8
* Introduce a new compositor architectureChris Wilson2011-09-121-50/+27
* snapshot: Assert that we do not generate a snapshot cloneChris Wilson2011-08-141-4/+2
* analysis: prevent recursion whilst analysing recording patternsChris Wilson2011-08-141-12/+61
* image: peek through a snapshot to the recording surface behindChris Wilson2011-08-141-1/+1
* snapshot: Defer acquisitionChris Wilson2011-08-141-0/+3
* API: map-to-image and create-similar-imageChris Wilson2011-07-261-2/+10
* analysis: CAIRO_INT_STATUS_NOTHING_TO_DO should not cause fallbackAdrian Johnson2011-07-201-2/+4
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-52/+46
* Implement cairo_backend_tChris Wilson2011-07-151-0/+4
* Do not warn when ignoring the return value of _cairo_rectangle_intersect()Andrea Canciani2011-03-191-14/+7
* PS: Fix regression - incorrect EPS bounding boxAdrian Johnson2010-11-211-30/+10
* subsurface: Make CAIRO_SURFACE_TYPE_SUBSURFACE publicBenjamin Otte2010-08-261-1/+1
* ps: Enable native encoding of subsurface patterns.Chris Wilson2010-04-301-3/+10
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Add cairo_device_tChris Wilson2010-01-221-2/+7
* Constify stroke style and matrices.Chris Wilson2010-01-221-6/+6
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* [meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja2009-10-221-24/+24
* [gl] Fallback for overlapping glyphs.Chris Wilson2009-07-281-2/+4
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-303/+236
* [analysis] Restore nops for the analysis null surfaceChris Wilson2009-06-191-51/+6
* Expose _cairo_null_surface_create() via a test surfaceChris Wilson2009-06-151-5/+51
* [analysis] Use _cairo_region_init()Chris Wilson2009-04-161-13/+13
* [region] Expand rect to rectangle in a couple of namesSøren Sandmann Pedersen2009-03-281-2/+2
* [region] Move region function prototypes to cairo.h along with helper types.Søren Sandmann2009-03-281-1/+0