summaryrefslogtreecommitdiff
path: root/src/cairoint.h
AgeCommit message (Expand)AuthorFilesLines
2009-09-11[xlib] Discard clip if larger than glyph extentsChris Wilson1-0/+6
2009-09-01[ps/pdf] Trim patterns to operation extentsChris Wilson1-0/+49
2009-09-01[pattern] Remove unused hidden symbol for cairo_pattern_status()Chris Wilson1-1/+0
2009-08-29[gl] Use spans for trapezois.Chris Wilson1-4/+14
2009-08-29[cairoint.h] Add missing cairo_private to debug prototypes.Chris Wilson1-2/+2
2009-08-29[tessellate] Rectangular special caseChris Wilson1-0/+5
2009-08-29[clip] Cache intermediate clip masks.Chris Wilson1-0/+3
2009-08-29[gstate] Convert simple mask() into a paint()Chris Wilson1-4/+5
2009-08-29[debug] Path printerChris Wilson1-0/+3
2009-08-29[fill] Use trivial rectilinear_to_trapsChris Wilson1-0/+5
2009-08-29[polygon] Return status from path opsChris Wilson1-3/+3
2009-08-29[slope] Inline _cairo_slope_init()Chris Wilson1-17/+0
2009-08-29[clip] Use geometric clipping for unaligned clipsChris Wilson1-7/+21
2009-08-29[tessellator] Special case rectilinear tessellationChris Wilson1-6/+12
2009-08-29[fallback] Avoid going through traps for trivial regions.Chris Wilson1-0/+5
2009-08-29[traps] Increase exponential expansion factor.Chris Wilson1-5/+3
2009-08-29[traps] Compute extents on demand.Chris Wilson1-9/+0
2009-08-29Eliminate self-intersecting strokes.Chris Wilson1-42/+60
2009-08-06[path] Extend identical lines.Chris Wilson1-0/+7
2009-07-31Merge branch 'gl-glyph-cache'Chris Wilson1-1/+2
2009-07-28[gl] Fallback for overlapping glyphs.Chris Wilson1-1/+2
2009-07-28PDF: Only Type 3 fonts should include glyph 0 in /ToUnicodeAdrian Johnson1-0/+1
2009-07-24[image] Discard redundant clearsChris Wilson1-0/+1
2009-07-23[drm] Add an accelerated image surface.Chris Wilson1-0/+8
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-200/+125
2009-07-05[path] Evaluate is_box && is_region during constructionChris Wilson1-3/+0
2009-07-04[meta] Cache replays when used as a pattern sourceChris Wilson1-1/+2
2009-06-27[cairo] Report true error via pattern from cairo_pop_group()Chris Wilson1-1/+3
2009-06-27[gstate] Avoid temporary allocation for transformed patternsChris Wilson1-0/+4
2009-06-19[ft] Substitute twin if there are no fontsChris Wilson1-0/+3
2009-06-19[pattern] Add _cairo_pattern_fini_snapshotChris Wilson1-0/+3
2009-06-18Factor out _cairo_image_surface_span_render_row()Jeff Muizelaar1-0/+6
2009-06-15Reinstate cairo_region_create_rectangles()Søren Sandmann Pedersen1-0/+1
2009-06-07[ft] Support font_face->get_implementationChris Wilson1-3/+6
2009-06-04valgrindify init/fini routinesChris Wilson1-0/+4
2009-06-02[cairo] PLT symbols for cairo_set_source_rgbChris Wilson1-0/+1
2009-06-02Add a generic cow-snapshotting frameworkChris Wilson1-0/+12
2009-06-02[pattern] Pass flags to _cairo_pattern_acquire_surface()Chris Wilson1-0/+6
2009-06-02Markup a few more functions as const/pureChris Wilson1-28/+31
2009-06-01[surface] Speed up cairo_surface_get_mime_data().Chris Wilson1-0/+6
2009-05-17Correct the comment for the index_to_ucs4 font backend functionAdrian Johnson1-1/+2
2009-05-15[debug] Check image contents using memcheck.Chris Wilson1-0/+11
2009-05-15[xlib] Use minimal depth for similar clones.Chris Wilson1-0/+4
2009-05-08[cairo] Protect typeof against -ansiChris Wilson1-1/+1
2009-05-08[cairo] Remove stray semi-colonChris Wilson1-1/+1
2009-05-08[cairo] Convert C99 comments to /* ... */Chris Wilson1-1/+1
2009-04-16[xlib] Allocate bounded region on stack.Chris Wilson1-0/+10
2009-03-31[region] Change name of cairo_region_empty() to cairo_region_is_empty()Søren Sandmann Pedersen1-1/+1
2009-03-28[region] Add cairo_region_intersect_rectangle() and _subtract_rectangle()Søren Sandmann1-0/+2
2009-03-28[region] Expand rect to rectangle in a couple of namesSøren Sandmann Pedersen1-3/+2