summaryrefslogtreecommitdiff
path: root/draw
AgeCommit message (Expand)Author
2010-07-25Apply decode array for image masks.Tor Andersson
2010-07-25Use a separate decodetile function for non-indexed images.Tor Andersson
2010-07-25Never scale the components of indexed images. Let decodetile use maxval for s...Tor Andersson
2010-07-23Fix typo in grayscale image sampling.Tor Andersson
2010-07-23Fix to stop the asserts in smoothscale.Robin Watts
2010-07-22Grid fit images rather than just prevent dropouts.Tor Andersson
2010-07-22Prevent dropouts of small images.Tor Andersson
2010-07-21Only initialise the 1-bit image unpacking tables when we encounter a monobit ...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-21Clear glyph cache key struct with memset to make sure we don't hash uninitial...Tor Andersson
2010-07-20Replace explicit comparisons with MIN/MAX/ABS macros.Sebastian Rasmussen
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-17Minor edits of multi-line comments.Tor Andersson
2010-07-17Move device colorspace contants into the fitz namespace.Tor Andersson
2010-07-17Support SMasks for general graphics (incomplete).Tor Andersson
2010-07-15Check page for transparency to install a page-level transparency group.Tor Andersson
2010-07-15Implement correct blend mode functions and blending.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-11Always use 255 to pad alpha since it is not affected by scale.Tor Andersson
2010-07-11Reinsert Robin Watts' specialized pixel unpacking loops.Tor Andersson
2010-07-11Refactor image pixel unpacking.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-10Refactor colorspace and PDF image parsing code.Tor Andersson
2010-07-09Fix up restrict keyword in prototypes to remove warnings on MSVC.Tor Andersson
2010-07-09Rearrange and merge some files in the fitz directory.Tor Andersson
2010-07-08Simplify #ifdef labyrinth and make some source more c89 compatible.Tor Andersson
2010-07-08Remove unmaintained MMX optimized function and runtime detection.Tor Andersson
2010-07-07Rename private functions to add fz prefix.Tor Andersson
2010-07-01Remove unnecessary (and invalid) assert.Tor Andersson
2010-07-01Remove silly warnings from MSVC.Tor Andersson
2010-07-01Remove unused blendover functions.Tor Andersson
2010-07-01Fix typo and rename some variables.Tor Andersson
2010-07-01Fix typo that caused shadings using functions to clobber the destination colors.Tor Andersson
2010-06-30Fix typo in duff_1i1o1 where the strides were not being adjusted.Tor Andersson
2010-06-30Fix typo in text_w4i1o4_32bit that picked up the wrong color components.Tor Andersson
2010-06-30Refactor and clean up shading code a bit.Tor Andersson
2010-06-29Reformat to remove all instances of double spaces (to easier spot indentation...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-23Remove some stray spaces.Tor Andersson
2010-06-23Add special case loops for loadtile8 when pad is 1 and 3 (grayscale and rgb).Tor Andersson
2010-06-23Fix asserts in blit().Tor Andersson
2010-06-23Fix typo.Tor Andersson
2010-06-22Add support for greyscale rendering to the mupdf core and pdfdraw.Robin Watts