summaryrefslogtreecommitdiff
path: root/draw/pathscan.c
AgeCommit message (Expand)Author
2011-04-04draw: Rename files in draw directory.Tor Andersson
2011-01-27Add fz_calloc function to check for integer overflow when allocating arrays, ...Tor Andersson
2010-08-04Rearrange low level painting functions and add new functions for constant alp...Tor Andersson
2010-07-21Replace path blending with general blending functions. Rewrite image renderin...Tor Andersson
2010-07-20Replace explicit comparisons with MIN/MAX/ABS macros.Sebastian Rasmussen
2010-07-17Remove all trailing whitespace.Tor Andersson
2010-07-11Fix typo.Tor Andersson
2010-07-10Clamp floats to representable numbers before converting to int. Clip lines ag...Tor Andersson
2010-07-10Don't assert on edge list bbox size if the edge list is empty.Tor Andersson
2010-07-08Simplify #ifdef labyrinth and make some source more c89 compatible.Tor Andersson
2010-07-01Fix typo and rename some variables.Tor Andersson
2010-06-23Fix asserts in blit().Tor Andersson
2010-06-22Add support for greyscale rendering to the mupdf core and pdfdraw.Robin Watts
2010-06-19Floats everywhere!Tor Andersson
2010-05-20Draw images with anti-aliased edges.Tor Andersson
2010-05-19Treat rectangular clip paths as a special case using scissoring rectangles.Tor Andersson
2010-05-18Do not check return value from fz_malloc() and fz_realloc() in pdfinfo and Wi...Sebastian Rasmussen
2010-04-11Rename fz_irect to fz_bbox.Tor Andersson
2010-04-11Remove unused functions.Tor Andersson
2010-03-15Rename fitzdraw directory to draw.Tor Andersson