summaryrefslogtreecommitdiff
path: root/src/cairo-type3-glyph-surface.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07Use _cairo_malloc instead of mallocAdrian Johnson1-1/+1
2016-06-05pdf: change from pdf coordinates to cairo coordinatesAdrian Johnson1-16/+7
2015-10-17Don't cull very thin lines on vector surfacesAdrian Johnson1-1/+2
2014-10-31pdf-operators: only wrap text strings for PS outputAdrian Johnson1-2/+4
2012-02-09Replace the ad-hoc surface unwrappers with a function pointerChris Wilson1-0/+1
2011-09-12Introduce a new compositor architectureChris Wilson1-21/+14
2011-08-13image: move surface definition to new header for subclassingChris Wilson1-0/+1
2011-07-26API: map-to-image and create-similar-imageChris Wilson1-1/+6
2011-07-19clip: Rudimentary support for clip-polygon extractionChris Wilson1-20/+20
2011-07-15Implement cairo_backend_tChris Wilson1-0/+3
2010-05-04type3: Minor tweaks to remove a redundant check.Chris Wilson1-6/+2
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-02-23image: split cairo_image_surface_coerce()Benjamin Otte1-1/+1
2010-01-25Fix printing of rotated user fontsAdrian Johnson1-4/+5
2010-01-24Fix incorrect font scale and glyph position in Type 3 fontsAdrian Johnson1-16/+5
2010-01-22Add cairo_device_tChris Wilson1-1/+3
2010-01-22Constify stroke style and matrices.Chris Wilson1-3/+3
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2009-10-22[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja1-7/+7
2009-09-30[API] Make _cairo_meta_surface_replay() private againBenjamin Otte1-2/+2
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-35/+59
2009-07-03Export meta-surfaceChris Wilson1-4/+4
2009-04-16[type3] Propagate error from font creation.Chris Wilson1-0/+2
2009-04-16[type3] Add status checks.Chris Wilson1-3/+23
2009-04-16[type3] Check error status before emit_image().Chris Wilson1-2/+6
2008-12-18[image] Eliminate the short-lived context used for coercing.Chris Wilson1-16/+4
2008-12-06[cairo-spans] Add a check/create_span_renderer backend methods.M Joonas Pihlaja1-0/+2
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-1/+1
2008-11-29Mark if(status) as being unlikely.Chris Wilson1-5/+5
2008-11-02Add an extents argument to the high level surface backend functionsAdrian Johnson1-6/+11
2008-10-31[type3] Whitespace.Chris Wilson1-1/+2
2008-10-30[pattern] Avoid needless copying of patterns.Chris Wilson1-9/+9
2008-10-22Don't add a notdef glyph to Type 3 font subsetsAdrian Johnson1-16/+0
2008-10-22Ensure that the scaled font is frozen for the lifetime of the scaled glyph.Chris Wilson1-9/+9
2008-10-19[type3] Acquire scaled_font mutex whilst looking up glyphs.Chris Wilson1-20/+30
2008-09-26Fix bitmap-font XFAILAdrian Johnson1-7/+3
2008-09-16Fix scaling of glyphs in type3 subset glyphsAdrian Johnson1-3/+9
2008-09-11Enable show_glyphs inside of in user-font glyphsAdrian Johnson1-5/+48
2008-09-11Add _cairo_type3_glyph_surface_analyze_glyph()Adrian Johnson1-0/+39
2008-09-02Revamp the build system.Behdad Esfahbod1-0/+5
2008-08-17[type3-glyph] Propagate error from image emission.Chris Wilson1-1/+1
2008-06-08Implement PS Type 3 font image supportAdrian Johnson1-26/+6
2008-06-08Implement PDF Type 3 font subsetting of user fontsAdrian Johnson1-0/+465