summaryrefslogtreecommitdiff
path: root/source/fitz/draw-paint.c
AgeCommit message (Expand)Author
2018-09-20Be consistent in use of #if FZ_ENABLE_...Robin Watts
2018-09-13Make naming of effective overprint argument consistent.Sebastian Rasmussen
2018-09-13Bug 699750: Check for overprinting correctly.Sebastian Rasmussen
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-11-01Use int64_t for public file API offsets.Tor Andersson
2017-10-24Fix fz_paint_pixmap alpha blending.Robin Watts
2017-10-24Move to be more like Ghostscript in the handling of shapes.Robin Watts
2017-10-24Avoid using overprinting routines unnecessarily.Robin Watts
2017-10-24Fix overprint with shadings.Robin Watts
2017-10-24Add FZ_ENABLE_SPOT_RENDERING define.Robin Watts
2017-10-24Overprint support.Robin Watts
2017-09-27Bug 698588: Short circuit plotting of images if alpha == 0.Robin Watts
2017-09-08Update draw device to cope with spots.Robin Watts
2017-09-08Remove unnecessary conditional.Robin Watts
2017-07-27Fix issue in alpha indexingMichael Vrhel
2017-06-29Fix typos in blend mode maths comment.Robin Watts
2017-05-09Fix plotter bug.Robin Watts
2017-05-09Fix incorrect sa value passed in a plotter.Robin Watts
2017-04-27Include required system headers.Tor Andersson
2016-11-07Bug 697241: Fix blending through clips.Robin Watts
2016-10-07More SWAR optimisation in plotters.Robin Watts
2016-10-07SWAR optimisation in plotters.Robin Watts
2016-10-07Correct maths error in painters.Robin Watts
2016-10-07Optimise painters: Use SWAR to accelerate plotting.Robin Watts
2016-10-07Tweak painters: If painting 0 alpha, skip it.Robin Watts
2016-10-07Tweak painters.Robin Watts
2016-07-20Fix missing alpha only plotter.Robin Watts
2016-07-08Bug 696872: Avoid trying to paint with zero alpha.Robin Watts
2016-06-16Silence warnings.Tor Andersson
2016-06-06Fix problem with FZ_PLOTTER_G only builds.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-29Accelerate common n=3 color case.Robin Watts
2016-05-29Tweak plotter code slightly for speed.Robin Watts
2016-05-29Improve speed of fz_paint_solid_color and friends.Robin Watts
2016-05-29Split draw-paint.c plotters out into separate functions.Robin Watts
2016-05-27Add facility to track usage of functions.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-16Fit another mistake in cmyk plotters.Robin Watts
2016-05-13Fix error in CMYK plotters.Robin Watts
2016-03-25Optimise fz_paint_solid_color_5Robin Watts
2016-03-22Remove dead code.Robin Watts
2016-03-16glyph plotter; Use repeated inclusion of headerRobin Watts
2016-03-16Add optimised CMYK plotters.Robin Watts
2013-08-30Use RLE coding scheme for glyph bitmaps.Robin Watts
2013-08-28Fix big endian operation of paint code.Robin Watts
2013-08-26Optimise fz_paint_scan_with_color and fz_paint_spanRobin Watts