summaryrefslogtreecommitdiff
path: root/source/fitz/draw-affine.c
AgeCommit message (Expand)Author
2018-10-26Use 14 bits of precision for image drawing, to allow for larger images.Tor Andersson
2018-10-25Make fixed point math precision in image drawing a #define.Tor Andersson
2018-10-24Pass context to fz_paint_image to allow for printing warnings.Tor Andersson
2018-10-23Remove extra blank lines.Tor Andersson
2018-09-20Be consistent in use of #if FZ_ENABLE_...Robin Watts
2018-09-13Bug 699750: Check for overprinting correctly.Sebastian Rasmussen
2018-08-28Bug 699683: Skip painting too large images when using interpolation.Tor Andersson
2018-07-05Pass matrices by value: device and document interface.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-06-22Don't pollute namespace with our 'restrict' macro. Use FZ_RESTRICT instead.Tor Andersson
2017-10-24Add group_alpha plane to draw device and painters.Robin Watts
2017-10-24Avoid using overprinting routines unnecessarily.Robin Watts
2017-10-24Add FZ_ENABLE_SPOT_RENDERING define.Robin Watts
2017-10-24Overprint support.Robin Watts
2017-09-27Bug 698593: Fix assert in image painting.Robin Watts
2017-09-27Bug 698588: Short circuit plotting of images if alpha == 0.Robin Watts
2017-09-08Start to rework plotters.Robin Watts
2017-09-08Update draw device to cope with spots.Robin Watts
2017-07-27Fix upper bounds checks on lerp image painting.Robin Watts
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-04-27Include required system headers.Tor Andersson
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