summaryrefslogtreecommitdiff
path: root/src/hb-ot-hdmx-table.hh
AgeCommit message (Expand)AuthorFilesLines
2019-01-29[subset] A few small fixes for the new subset plan api.Garret Rieger1-3/+3
2019-01-29[subset] Fix hdmx subsetting when retain gids is enabled.Garret Rieger1-8/+11
2019-01-22Convert tag enum class consts to static constexprBehdad Esfahbod1-1/+1
2018-12-21[array/vector] Rename len to lengthBehdad Esfahbod1-3/+3
2018-12-17Remove redundant void from C++ sources (#1486)Ebrahim Byagowi1-2/+2
2018-12-16Remove redundant 'inline' from methods (#1483)Ebrahim Byagowi1-20/+16
2018-12-12minor style fix, use void in methods on no argumentEbrahim Byagowi1-4/+2
2018-11-29Convert "static const hb_tag_t" constants to enumBehdad Esfahbod1-1/+1
2018-11-16[hdmx] Fix bounds checkingBehdad Esfahbod1-6/+5
2018-11-16[hdmx] MinorBehdad Esfahbod1-7/+7
2018-11-16[subset] minor, adjust spacesEbrahim Byagowi1-10/+10
2018-11-11[hdmx] RenamesBehdad Esfahbod1-23/+23
2018-09-11Port rest from VAR to UnsizedArrayOf<>Behdad Esfahbod1-17/+13
2018-09-05[subset] Fix hdmx subsetted size calculation.Garret Rieger1-4/+10
2018-09-05[subset] Hook up GSUB/GPOS, but still disabledBehdad Esfahbod1-1/+2
2018-08-31[subset] Add hb_subset_context_t<>Behdad Esfahbod1-1/+0
2018-08-31[subset] Add hb-subset-input.hh and make hb-subset.hh toplevel includeBehdad Esfahbod1-1/+1
2018-08-25Rename hb-*private.hh to hb-*.hhBehdad Esfahbod1-1/+1
2018-07-10Minor renamings of internal inline functionsBehdad Esfahbod1-1/+1
2018-05-30[subset] Switch to using hb_map_t inside of hb_subset_plan_t.Garret Rieger1-5/+5
2018-04-17Make some of implicit header uses explicit (#989)Ebrahim Byagowi1-0/+1
2018-04-12Add or update tables specifications linksEbrahim Byagowi1-5/+6
2018-03-26[subset] Couple of fixes for fuzzer discovered issues. (#924)Garret Rieger1-0/+1
2018-03-26[hdmx] MinorBehdad Esfahbod1-1/+1
2018-03-20[subset] Fixed out of bounds read when subsetting hdmx.Garret Rieger1-6/+24
2018-02-23[hdmx] Fix sanitize()Behdad Esfahbod1-16/+7
2018-02-23[hdmx] MinorBehdad Esfahbod1-10/+11
2018-02-23[hdmx] Move DeviceRecord to toplevel againBehdad Esfahbod1-55/+57
2018-02-22[subset] More complete sanitization implementation for hdmx.Garret Rieger1-4/+14
2018-02-22[subset] Formatting and comments in hdmx.Garret Rieger1-12/+19
2018-02-22[subset] In hb-ot-hdmx-table, s/glyf/hdmx.Garret Rieger1-1/+1
2018-02-22[subset] Move DeviceRecord inside of hdmx.Garret Rieger1-48/+50
2018-02-22[subset] Add hdmx subsetting implementation.Garret Rieger1-3/+26
2018-02-22[subset] In hdmx serialize set the correct value of sizeDeviceRecord.Garret Rieger1-13/+16
2018-02-22[subset] When serializing a DeviceRecord in hdmx pad to make 32 bit aligned.Garret Rieger1-6/+13
2018-02-22[subset] Begin implementing serialize for hdmx.Garret Rieger1-2/+77
2018-02-22[subset] Sketch out a basic hb-ot-hdmx.hh.Garret Rieger1-0/+77