index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
/
draw-affine.c
Age
Commit message (
Expand
)
Author
2016-11-08
Clean up braces and indentation in fz_paint_affine_near/lerp.
Tor Andersson
2016-06-14
Fix typos in various parts of the code.
Sebastian Rasmussen
2016-05-30
Fix some "defined but not used" when FZ_PLOTTERS_RGB is 0.
Robin Watts
2016-05-30
Ensure that we can use FZ_PLOTTERS_N instead of FZ_PLOTTERS_RGB.
Robin Watts
2016-05-30
Add config.h include file.
Robin Watts
2016-05-29
Tweak plotter code slightly for speed.
Robin Watts
2016-05-27
Improve speed of fz_paint_affine_N_near and friends.
Robin Watts
2016-05-27
Rejig draw-affine.c for improved profiling.
Robin Watts
2016-05-27
Add facility to track usage of functions.
Robin Watts
2016-05-26
Optimisations in draw-affine for 0 alpha pixels.
Robin Watts
2016-05-26
Cope better when asked to plot alpha only pixmaps.
Robin Watts
2016-05-24
Fix plotters; alpha being dropped.
Robin Watts
2016-05-24
Fix optimisation in fz_paint_affine_N_near
Robin Watts
2016-05-24
Sprinkle some consts and restricts in plotters.
Robin Watts
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-05-23
Bug 696795: Proper fix.
Robin Watts
2016-05-20
Remove voodoo from draw-affine.
Robin Watts
2016-03-25
Add optimised cmyk image plotters.
Robin Watts
2015-09-14
Remove unused functions.
Tor Andersson
2015-07-20
Improve Grid fitting of images for .gproof files.
Robin Watts
2014-07-01
Remove some trailing space.
Matt Holgate
2013-09-30
Disable image interpolation with a hint.
Robin Watts
2013-08-26
Optimise fz_paint_affine_near and similar fns
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson