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