summaryrefslogtreecommitdiff
path: root/fitz/dev_draw.c
AgeCommit message (Expand)Author
2010-07-24Slower but slightly more accurate CMYK to RGB conversion.Tor Andersson
2010-07-23Support constant alpha for shadings, images and transparency groups.Tor Andersson
2010-07-21Add Robin Watts' smooth image scaling code.Tor Andersson
2010-07-21Replace path blending with general blending functions. Rewrite image renderin...Tor Andersson
2010-07-21Replace text blending with general blending functions.Tor Andersson
2010-07-21Reorganize pixmap blending functions.Tor Andersson
2010-07-17Remove all trailing whitespace.Tor Andersson
2010-07-17Move device colorspace contants into the fitz namespace.Tor Andersson
2010-07-17Parse and warn about constant alpha values being ignored.Tor Andersson
2010-07-17Support SMasks for general graphics (incomplete).Tor Andersson
2010-07-16Set scissor after replacing dest with the transparency buffer. Pop the transp...Tor Andersson
2010-07-15Check page for transparency to install a page-level transparency group.Tor Andersson
2010-07-14Add transparency group/mask device calls and implement basic blend modes when...Tor Andersson
2010-07-13Implement stroked text.Tor Andersson
2010-07-11Refactor image pixel unpacking.Tor Andersson
2010-07-02Compute the scaled image width and height with the right factors (so we don't...Tor Andersson
2010-07-01Remove stray debugging printf and comments.Tor Andersson
2010-07-01Remove unused blendover functions.Tor Andersson
2010-07-01Compute shading bounding box using the triangle mesh.Tor Andersson
2010-06-29Move over to RGBA instead of ARGB. Add missing gray-alpha 'duff' functions.Robin Watts
2010-06-23Implement ARM version of loadtile8.Robin Watts
2010-06-23Support grayscale and other colorspaces in shade->usebackground case.Tor Andersson
2010-06-22Make the color conversions in dev_draw general for n-component colors.Tor Andersson
2010-06-22Add support for greyscale rendering to the mupdf core and pdfdraw.Robin Watts
2010-06-21Prepare for searching by implementing the UI for entering a search string. Ch...Tor Andersson
2010-06-19Floats everywhere!Tor Andersson
2010-06-15Use scissor bbox to clip shadings instead of using scratch buffers.Tor Andersson
2010-05-25Support one-to-many glyph/character mappings.Tor Andersson
2010-05-20Draw images with anti-aliased edges.Tor Andersson
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