summaryrefslogtreecommitdiff
path: root/source/fitz/glyph.c
AgeCommit message (Expand)Author
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2016-10-18Internal drop functions don't need to check for NULL.Sebastian Rasmussen
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-02-22Remove pointless casts from void*.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2013-08-30Use RLE coding scheme for glyph bitmaps.Robin Watts