summaryrefslogtreecommitdiff
path: root/fitz/dev_draw.c
AgeCommit message (Expand)Author
2010-05-19Clip the bounding box returned from the global edge list against the scissor,...Tor Andersson
2010-05-19Treat rectangular clip paths as a special case using scissoring rectangles.Tor Andersson
2010-05-14Add workaround to clip image blits against the unit rectangle.Tor Andersson
2010-05-13Various fixes to avoid relying on C99. Move definitions of variables back to ...Robin Watts
2010-05-11Accumulate text to be clipped in text render mode 7.Tor Andersson
2010-05-02Whitespace fix.Sebastian Rasmussen
2010-04-25Move stroking state to a separate struct in preparation for stroked text rend...Tor Andersson
2010-04-24Only pass non-pre-multiplied color to the w4i1o4 functions.Tor Andersson
2010-04-19Convert colors before rendering the shade mesh instead of converting the pixmap.Tor Andersson
2010-04-19Add support for patterns in stroked paths and text.Tor Andersson
2010-04-16Plug memory leaks in dev_draw.Tor Andersson
2010-04-16Rewrite glyph cache to use fz_hashtable without a fixed size buffer.Tor Andersson
2010-04-15Make the glyph cache an input to fz_newdrawdevice so that it can be shared be...Tor Andersson
2010-04-11Rename functions fz_intersectirects and fz_transformaabb.Tor Andersson
2010-04-11Rename fz_irect to fz_bbox.Tor Andersson
2010-04-11Remove unused functions.Tor Andersson
2010-04-08Add display list device.Tor Andersson
2010-04-06Support rendering alpha mask only with the device colorspace set to NULL. Use...Tor Andersson
2010-04-06Use the calculated flatness.Tor Andersson
2010-03-14Image mask clipping.Tor Andersson
2010-03-10Tiling patterns.Tor Andersson
2010-03-09Add text extraction device.Tor Andersson
2010-02-09Use fz_pixmap instead of fz_image and remove the subclassing in pdf_image.Tor Andersson
2010-02-09Don't exit early when encountering an empty clip path.Tor Andersson
2010-01-08Take expansion factor in consideration when checking for hairline strokes.Tor Andersson
2010-01-08Make unsupported features be fz_warn(), so as not to pollute stdout.Sebastian Rasmussen
2010-01-07Reenable x11pdf viewer.Tor Andersson
2010-01-07Shadings with background fill.Tor Andersson
2010-01-07Clipping paths.Tor Andersson
2010-01-07Draw images and shadings.Tor Andersson
2010-01-07Render text.Tor Andersson
2010-01-07Fix typos in stroking code and pass the device matrix to the interpreter. Now...Tor Andersson
2009-12-07Add dev_draw.Tor Andersson