summaryrefslogtreecommitdiff
path: root/draw/porterduff.c
AgeCommit message (Expand)Author
2011-04-04draw: Rename files in draw directory.Tor Andersson
2011-04-04Add device interface functions to draw tiled patterns.Tor Andersson
2011-01-06Make several functions static, removing them from the public interface.Sebastian Rasmussen
2010-12-04The FZ_COMBINE2 rounding fix doesn't work. Implement it the other way (round ...Tor Andersson
2010-12-01Fix rounding behaviour when using FZ_COMBINE2.Robin Watts
2010-10-23Change do/while(--w) back into while(w--).Tor Andersson
2010-10-13Use EXPAND/BLEND/COMBINE macros for more plotting functions. Patch by Robin W...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-21Replace text blending with general blending functions.Tor Andersson
2010-07-21Reorganize pixmap blending functions.Tor Andersson
2010-07-09Fix up restrict keyword in prototypes to remove warnings on MSVC.Tor Andersson
2010-07-01Remove unused blendover functions.Tor Andersson
2010-07-01Fix typo and rename some variables.Tor Andersson
2010-06-30Fix typo in duff_1i1o1 where the strides were not being adjusted.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-23Fix typo.Tor Andersson
2010-06-22Add support for greyscale rendering to the mupdf core and pdfdraw.Robin Watts
2010-06-17Fix a handful typos reported in bug 691398.Tor Andersson
2010-06-15Remove all use of the fz_mul255 macro in the porterduff/imagedraw code in fav...Robin Watts
2010-05-20Draw images with anti-aliased edges.Tor Andersson
2010-05-20Use more accurate fz_mul255.Tor Andersson
2010-04-24Only pass non-pre-multiplied color to the w4i1o4 functions.Tor Andersson
2010-03-15Rename fitzdraw directory to draw.Tor Andersson