summaryrefslogtreecommitdiff
path: root/source/fitz/draw-paint.c
AgeCommit message (Expand)Author
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
2013-08-26Remove conditional code from draw-paint.cRobin Watts
2013-08-26Optimise fz_paint_span_with_color and fz_paint_solid_colorRobin Watts
2013-06-20Rearrange source files.Tor Andersson