index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
draw
/
porterduff.c
Age
Commit message (
Collapse
)
Author
2010-07-21
Replace path blending with general blending functions. Rewrite image ↵
Tor Andersson
rendering loops so they don't depend on the scan converter.
2010-07-21
Replace text blending with general blending functions.
Tor Andersson
2010-07-21
Reorganize pixmap blending functions.
Tor Andersson
2010-07-09
Fix up restrict keyword in prototypes to remove warnings on MSVC.
Tor Andersson
2010-07-01
Remove unused blendover functions.
Tor Andersson
2010-07-01
Fix typo and rename some variables.
Tor Andersson
2010-06-30
Fix typo in duff_1i1o1 where the strides were not being adjusted.
Tor Andersson
2010-06-29
Reformat to remove all instances of double spaces (to easier spot ↵
Tor Andersson
indentation errors in the future).
2010-06-29
Move over to RGBA instead of ARGB. Add missing gray-alpha 'duff' functions.
Robin Watts
2010-06-23
Fix typo.
Tor Andersson
2010-06-22
Add support for greyscale rendering to the mupdf core and pdfdraw.
Robin Watts
2010-06-17
Fix a handful typos reported in bug 691398.
Tor Andersson
2010-06-15
Remove all use of the fz_mul255 macro in the porterduff/imagedraw code in ↵
Robin Watts
favour of doing blending using some macros.
2010-05-20
Draw images with anti-aliased edges.
Tor Andersson
2010-05-20
Use more accurate fz_mul255.
Tor Andersson
2010-04-24
Only pass non-pre-multiplied color to the w4i1o4 functions.
Tor Andersson
2010-03-15
Rename fitzdraw directory to draw.
Tor Andersson