summaryrefslogtreecommitdiff
path: root/src/cairo-meta-surface.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-18Query the backend to see if we can repaint the solid pattern.Chris Wilson1-0/+1
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-12/+12
2008-11-29Mark if(status) as being unlikely.Chris Wilson1-21/+21
2008-11-02Make meta-surface store and replay extents of each operationAdrian Johnson1-6/+27
2008-11-02Add an extents argument to the high level surface backend functionsAdrian Johnson1-11/+16
2008-10-30[pattern] Avoid needless copying of patterns.Chris Wilson1-6/+6
2008-10-22Ensure that the scaled font is frozen for the lifetime of the scaled glyph.Chris Wilson1-2/+0
2008-10-19[meta] Acquire scaled_font mutex for glyph_path().Chris Wilson1-0/+2
2008-10-16Use correct inverse ctm for stroke in meta surface replayAdrian Johnson1-1/+1
2008-09-18[show_text_glyphs] Replace the bool backward with cairo_text_cluster_flagsBehdad Esfahbod1-3/+3
2008-09-10Rename _init_pattern_with_snapshot to _cairo_pattern_init_snapshotCarl Worth1-32/+6
2008-08-07[meta] Use the pre-computed device_transform_inverse.Chris Wilson1-10/+6
2008-08-07[meta] Remove debugging assert.Chris Wilson1-1/+0
2008-06-26[meta-surface] Implement show_text_glyphs; Remove show_glyphsBehdad Esfahbod1-39/+92
2008-06-01Fix now-detected doc formatting issuesBehdad Esfahbod1-1/+1
2008-06-01Fix newly detected doc syntax issuesBehdad Esfahbod1-1/+1
2008-05-23[cairo-xlib] Fix show_glyphs when failing to upload a glyphBehdad Esfahbod1-1/+2
2008-05-23Revert "BUGGY: Add surface_backend->acquire_source_image_transformed"Carl Worth1-34/+6
2008-05-21BUGGY: Add surface_backend->acquire_source_image_transformedCarl Worth1-6/+34
2008-05-13[cairo-path-fixed] Implement full-matrix _cairo_path_fixed_transform()Behdad Esfahbod1-1/+1
2008-05-09[cairo-meta-surface] Add _cairo_meta_surface_get_path()Behdad Esfahbod1-0/+71
2008-05-09[cairo-meta/analysis-surface] Make width/height of -1,-1 mean unbounded surfaceBehdad Esfahbod1-0/+3
2008-04-21[cairo-meta-surface] Save and restore the original clip.Chris Wilson1-2/+6
2008-03-15Don't use fill-stroke during analysisAdrian Johnson1-9/+5
2008-03-04[meta] always copy glyph array before passing to _cairo_surface_show_glyphsVladimir Vukicevic1-9/+15
2008-02-20Revert "[meta-surface] Adjust tolerance when replaying to surfaces with devic...Carl Worth1-6/+5
2008-02-17Implement PDF fill-strokeAdrian Johnson1-1/+14
2008-01-28[doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod1-3/+3
2008-01-16[cairo-surface] Introduce _cairo_surface_create_in_error().Chris Wilson1-8/+4
2007-12-29Fix PS/PDF meta surface patternsAdrian Johnson1-17/+1
2007-12-20[cairo-meta-surface] Remove redundant _cairo_error().Chris Wilson1-1/+1
2007-11-05[meta-surface] Adjust tolerance when replaying to surfaces with device scaleBehdad Esfahbod1-5/+6
2007-10-04[cairo-meta-surface] Propagate errors during replay to the surface.Chris Wilson1-1/+4
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-31/+17
2007-10-04[malloc/error] Fixup _cairo_error (CAIRO_STATUS_SUCCESS)!Chris Wilson1-5/+5
2007-10-04[malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson1-6/+20
2007-09-05Create meta-surface source image with same content type as theAdrian Johnson1-3/+3
2007-09-05Eliminate unclipped CLEAR from meta-surface playbackAdrian Johnson1-6/+6
2007-09-05Add support for PDF meta-surface patternsAdrian Johnson1-6/+37
2007-08-31Revert "[cairo-gstate] Avoid copying untransformed glyphs."Chris Wilson1-1/+1
2007-08-31[cairo-gstate] Avoid copying untransformed glyphs.Chris Wilson1-1/+1
2007-08-25Add a new fill_stroke surface backend method.Emmanuel Pacaud1-7/+47
2007-08-21PS: Add finer-grained image fallback supportAdrian Johnson1-13/+65
2007-07-18[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_tVladimir Vukicevic1-1/+1
2007-06-29[fix] Avoid int overflow when allocating large buffersVladimir Vukicevic1-2/+2
2007-05-10[cairo-meta-surface] Add a surface->status guard to meta_surface_replay()Chris Wilson1-0/+3
2007-05-09[cairo-pattern] Return status from _cairo_pattern_init_copy()Chris Wilson1-1/+5
2007-04-10Make _cairo_clip_reset voidCarl Worth1-1/+1
2007-04-09cairo-meta-surface - propagate trivial status returnChris Wilson1-1/+3