summaryrefslogtreecommitdiff
path: root/source/fitz/draw-edgebuffer.c
AgeCommit message (Collapse)Author
2017-10-24Overprint support.Robin Watts
Introduce an fz_overprint bitmap (currently just a uint32_t, but it'll grow to be an array of them if FZ_MAX_COLOR is increased). Pointers to this are passed into all our painting routines. NULL means "Do what you've always done before, with no overprint". non NULL, means that every set bit means "don't ever alter this component". We therefore set the overprint bitmap up according to the input color/colorspace/colorparams before calling each routine.
2017-06-22Remove unused static functions.Tor Andersson
2017-06-13Add edgebuffer based rasterizerRobin Watts