summaryrefslogtreecommitdiff
path: root/source/fitz/draw-imp.h
AgeCommit message (Expand)Author
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-13Make naming of effective overprint argument consistent.Sebastian Rasmussen
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
2018-03-14Bug 699110: Fix Antialiased renderer to look at correct scale factor.Robin Watts
2017-10-24Fix knockout operation.Robin Watts
2017-10-24Add group_alpha plane to draw device and painters.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-24Overprint support.Robin Watts
2017-07-17Complement subtractive colors before applying blend modes.Tor Andersson
2017-06-22Move rasterizer/anti-alias choices into the draw device.Robin Watts
2017-06-13Add edgebuffer based rasterizerRobin Watts
2017-06-13Introduce fz_rasterizer encapsulationRobin Watts
2017-04-13Scan converter; simplify API.Robin Watts
2017-04-13Scan converter; simplify API.Robin Watts
2016-06-13Add missing restrict.Robin Watts
2016-05-29Split draw-paint.c plotters out into separate functions.Robin 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-01-13Add lots of consts.Robin Watts
2015-07-20Improve Grid fitting of images for .gproof files.Robin Watts
2015-04-06Bug 694367: Attempt to avoid dropouts of rectangles.Robin Watts
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2013-09-30Disable image interpolation with a hint.Robin Watts
2013-09-30Bug 694526: Fix hang in stroking path.Robin Watts
2013-08-30Use RLE coding scheme for glyph bitmaps.Robin Watts
2013-06-20Rearrange source files.Tor Andersson