summaryrefslogtreecommitdiff
path: root/source/fitz/draw-scale-simple.c
AgeCommit message (Expand)Author
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-07-19Add spots to fz_pixmaps.Robin Watts
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-04-27Include required system headers.Tor Andersson
2017-03-01Bug 697395: Fix underflow in special case scaler.Robin Watts
2016-06-06Fix broken ARM implementation of scale_row_to_temp3.Robin Watts
2016-06-06Change ARM assembler to be compatible with Xcode/clangJoseph Heenan
2016-05-27Fix ARM code for bitmap scalingRobin Watts
2016-05-26Update bitmap scaler to cope with lack of alpha.Robin Watts
2016-05-24Fix ARM code in light of plotter changes.Robin Watts
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-03-25Rename ARCH_ARM_CAN_LOAD_UNALIGNED to be ARCH_UNALIGNED_OKRobin Watts
2016-01-13Add lots of consts.Robin Watts
2015-08-20Remove a few debug functions left behind.Sebastian Rasmussen
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2014-01-10Bug 694879: Fix SEGV in draw-simple-scale.Robin Watts
2013-09-13Fix various compile warnings spotted by the cluster.Robin Watts
2013-06-20Rearrange source files.Tor Andersson