summaryrefslogtreecommitdiff
path: root/src/cairo-rectangle.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-22Alter definition of cairo_composite_rectangles_tChris Wilson1-21/+0
2009-08-29[clip] Use geometric clipping for unaligned clipsChris Wilson1-0/+23
2008-12-18[path] Separate the approx. bounds into 3 distinct functionsChris Wilson1-10/+0
2008-12-18[path] Return the fixed-point bounds of the pathChris Wilson1-0/+10
2008-12-12[path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson1-3/+3
2008-12-06[cairo-spans] Introduce a type to track which pixels combine in a compositing...M Joonas Pihlaja1-0/+21
2008-10-30Review users of cairo_rectangle_int_t for incorrect unsigned promotion.Chris Wilson1-1/+5
2008-10-30[rectangle] Fix unsigned promotion whilst computing intersect.Chris Wilson1-14/+17
2008-05-09[cairo-rectangle] Add new convenience functions for working with cairo_box_tBehdad Esfahbod1-1/+34
2008-04-01Quiet a more subtle potentially-uninitialized warningCarl Worth1-1/+1
2008-02-06Do correct calculation of pen dimensions for stroke optimizationVladimir Vukicevic1-1/+1
2008-02-05Followup patch to dashed stroke optimizationVladimir Vukicevic1-2/+8
2008-02-05Optimize dashed strokes, part 2Vladimir Vukicevic1-0/+94
2008-01-28[doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod1-4/+4
2007-07-18[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_tVladimir Vukicevic1-5/+5
2006-06-06Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth1-5/+5
2006-06-06Remove trailing whitespace from lines with a single brace.Carl Worth1-1/+1
2006-06-05Move rectangle functions to new cairo-rectangle.cCarl Worth1-0/+85