summaryrefslogtreecommitdiff
path: root/src/cairo-fixed-private.h
AgeCommit message (Expand)AuthorFilesLines
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