summaryrefslogtreecommitdiff
path: root/src/cairo-rectangle.c
Commit message (Expand)AuthorAgeFilesLines
* stroke: Make the incremental trapezoid stroker optionally available againChris Wilson2013-01-031-1/+1
* stroke: Remove redundant code for computing culling extentsChris Wilson2012-10-031-14/+2
* Split cairo-box-privates into struct+inlinesChris Wilson2012-04-191-1/+1
* rectangle: Fix warningAndrea Canciani2011-10-261-1/+2
* API: map-to-image and create-similar-imageChris Wilson2011-07-261-0/+10
* record: Store the untransformed operation extents along with the commandChris Wilson2011-07-261-0/+7
* box: Add _cairo_box_add_curve_toAndrea Canciani2010-10-291-0/+29
* box: Add box headerAndrea Canciani2010-10-291-9/+2
* Add _cairo_rectangle_unionAndrea Canciani2010-10-121-0/+23
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Alter definition of cairo_composite_rectangles_tChris Wilson2010-01-221-21/+0
* [clip] Use geometric clipping for unaligned clipsChris Wilson2009-08-291-0/+23
* [path] Separate the approx. bounds into 3 distinct functionsChris Wilson2008-12-181-10/+0
* [path] Return the fixed-point bounds of the pathChris Wilson2008-12-181-0/+10
* [path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson2008-12-121-3/+3
* [cairo-spans] Introduce a type to track which pixels combine in a compositing...M Joonas Pihlaja2008-12-061-0/+21
* Review users of cairo_rectangle_int_t for incorrect unsigned promotion.Chris Wilson2008-10-301-1/+5
* [rectangle] Fix unsigned promotion whilst computing intersect.Chris Wilson2008-10-301-14/+17
* [cairo-rectangle] Add new convenience functions for working with cairo_box_tBehdad Esfahbod2008-05-091-1/+34
* Quiet a more subtle potentially-uninitialized warningCarl Worth2008-04-011-1/+1
* Do correct calculation of pen dimensions for stroke optimizationVladimir Vukicevic2008-02-061-1/+1
* Followup patch to dashed stroke optimizationVladimir Vukicevic2008-02-051-2/+8
* Optimize dashed strokes, part 2Vladimir Vukicevic2008-02-051-0/+94
* [doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod2008-01-281-4/+4
* [fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_tVladimir Vukicevic2007-07-181-5/+5
* Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth2006-06-061-5/+5
* Remove trailing whitespace from lines with a single brace.Carl Worth2006-06-061-1/+1
* Move rectangle functions to new cairo-rectangle.cCarl Worth2006-06-051-0/+85