summaryrefslogtreecommitdiff
path: root/source/fitz/draw-blend.c
AgeCommit message (Expand)Author
2018-10-23Remove extra blank lines.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-24Use abort instead of NULL function to crash.Robin Watts
2017-10-24Fix spot blend routine forgetting to complement in RGB process spaces.Robin Watts
2017-10-24Fix knockout operation.Robin Watts
2017-09-12Update draw-blend.c to support spot blending.Michael Vrhel
2017-09-12Fix whitespace in draw-blend.cRobin Watts
2017-07-17Debug blendingRobin Watts
2017-07-17Complement subtractive colors before applying blend modes.Tor Andersson
2017-07-17Support non-separable blending in gray color spacesMichael Vrhel
2017-07-17Fix softlight blend mode. Make nonseparable blends work with CMYKMichael Vrhel
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-04-27Include required system headers.Tor Andersson
2016-07-08git stripspaceTor Andersson
2016-05-29Tweak plotter code slightly for speed.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
2015-03-26Avoid division by 0 in blend calls.Robin Watts
2015-03-24Don't pass interpreter context to pdf_processor opcode callbacks.Tor Andersson
2013-06-20Rearrange source files.Tor Andersson