summaryrefslogtreecommitdiff
path: root/src/cairo-fixed-private.h
AgeCommit message (Expand)AuthorFilesLines
2012-04-19dash: Use a epsilon compare for stepping the dashChris Wilson1-0/+2
2011-07-19clip: Rudimentary support for clip-polygon extractionChris Wilson1-0/+6
2010-06-17fixed: Refactor code to use more inlines and less duplication of logic.Chris Wilson1-3/+15
2010-06-16correct rounding computationAndrea Canciani1-1/+1
2010-05-12drm: code dump, sorry.Chris Wilson1-1/+17
2010-05-06Update license blocks to use "Mozilla Foundation" instead of "Mozilla Corpora...Metal Sonic1-1/+1
2010-04-29image: Round down when rendering antialiased boxesBenjamin Otte1-0/+6
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-01-22spans: Add a Bentley-Ottmann variant on the Tor scan converterChris Wilson1-2/+20
2009-11-04[xlib] Fix new Composite testBenjamin Otte1-0/+9
2009-08-29Eliminate self-intersecting strokes.Chris Wilson1-3/+49
2008-05-15[cairo-fixed] Implement _cairo_fixed_mul_div()Behdad Esfahbod1-0/+11
2008-02-28Fix typo in commentCarl Worth1-1/+1
2008-01-20[cairo-fixed/wideint-private.h] Split out typedefs from prototypesBehdad Esfahbod1-31/+3
2007-11-09Handle overflow/underflow gracefully when converting to 16.16 fixedVladimir Vukicevic1-3/+19
2007-08-23Remove include of cairoint.h from *-private.h header files.Carl Worth1-1/+0
2007-08-22[Makefile.am] Add target sparse to run sparse static source code analyzerBehdad Esfahbod1-0/+1
2007-07-18[fixpt] Let the compiler calculate the magic double-to-fixed valueVladimir Vukicevic1-12/+2
2007-07-18[fixpt] Use _cairo_fixed_mul insted of manual multiplicationVladimir Vukicevic1-1/+0
2007-07-18[fixpt] Make fixed point methods static inline and genericVladimir Vukicevic1-0/+256