summaryrefslogtreecommitdiff
path: root/src/cairo-fixed-private.h
Commit message (Expand)AuthorAgeFilesLines
* Clamp path coordinatesAdrian Johnson2022-05-281-0/+16
* Fix undefined-behavior with integer mathBehdad Esfahbod2017-09-111-1/+1
* Revert "stroker: Check for scaling overflow in computing half line widths"Uli Schlachter2017-05-131-13/+0
* stroker: Check for scaling overflow in computing half line widthsChris Wilson2017-05-041-0/+13
* Correct spelling of "tessellator" throughout codeBryce Harrington2014-02-261-1/+1
* Add comment to explain _cairo_edge_compute_intersection_*Bryce Harrington2014-02-261-1/+2
* Fix "make check" standalone header checkUli Schlachter2013-03-221-0/+1
* stroke: Fix large line widths for fallback stroke shaperMartin Robinson2013-03-141-0/+34
* dash: Use a epsilon compare for stepping the dashChris Wilson2012-04-191-0/+2
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-0/+6
* fixed: Refactor code to use more inlines and less duplication of logic.Chris Wilson2010-06-171-3/+15
* correct rounding computationAndrea Canciani2010-06-161-1/+1
* drm: code dump, sorry.Chris Wilson2010-05-121-1/+17
* Update license blocks to use "Mozilla Foundation" instead of "Mozilla Corpora...Metal Sonic2010-05-061-1/+1
* image: Round down when rendering antialiased boxesBenjamin Otte2010-04-291-0/+6
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* spans: Add a Bentley-Ottmann variant on the Tor scan converterChris Wilson2010-01-221-2/+20
* [xlib] Fix new Composite testBenjamin Otte2009-11-041-0/+9
* Eliminate self-intersecting strokes.Chris Wilson2009-08-291-3/+49
* [cairo-fixed] Implement _cairo_fixed_mul_div()Behdad Esfahbod2008-05-151-0/+11
* Fix typo in commentCarl Worth2008-02-281-1/+1
* [cairo-fixed/wideint-private.h] Split out typedefs from prototypesBehdad Esfahbod2008-01-201-31/+3
* Handle overflow/underflow gracefully when converting to 16.16 fixedVladimir Vukicevic2007-11-091-3/+19
* Remove include of cairoint.h from *-private.h header files.Carl Worth2007-08-231-1/+0
* [Makefile.am] Add target sparse to run sparse static source code analyzerBehdad Esfahbod2007-08-221-0/+1
* [fixpt] Let the compiler calculate the magic double-to-fixed valueVladimir Vukicevic2007-07-181-12/+2
* [fixpt] Use _cairo_fixed_mul insted of manual multiplicationVladimir Vukicevic2007-07-181-1/+0
* [fixpt] Make fixed point methods static inline and genericVladimir Vukicevic2007-07-181-0/+256