summaryrefslogtreecommitdiff
path: root/src/hb-ot-color-cbdt-table.hh
AgeCommit message (Expand)AuthorFilesLines
2019-01-28Fix warningBehdad Esfahbod1-1/+1
2019-01-22Convert tag enum class consts to static constexprBehdad Esfahbod1-2/+2
2019-01-17Use NNOffsetTo<>Behdad Esfahbod1-1/+1
2018-12-17Remove redundant void from C++ sources (#1486)Ebrahim Byagowi1-2/+2
2018-12-16Remove redundant 'inline' from methods (#1483)Ebrahim Byagowi1-20/+20
2018-12-12minor style fix, use void in methods on no argumentEbrahim Byagowi1-1/+1
2018-11-29Convert "static const hb_tag_t" constants to enumBehdad Esfahbod1-2/+2
2018-11-11Add hb_blob_ptr_t.destroy()Behdad Esfahbod1-2/+2
2018-11-11[color] Port to hb_blob_ptr_tBehdad Esfahbod1-25/+13
2018-11-03Fix null accelerator'sBehdad Esfahbod1-8/+2
2018-10-30[CBDT] Implement Format18 get_extensBehdad Esfahbod1-1/+9
2018-10-30[CBDT] Bound checks in reference_pngBehdad Esfahbod1-23/+34
2018-10-28[cbdt] Implement strike selection logicBehdad Esfahbod1-5/+20
2018-10-28[cbdt] Simplify moreBehdad Esfahbod1-15/+7
2018-10-28[color] Rename get_strike() to choose_strike()Behdad Esfahbod1-4/+4
2018-10-28[cbdt] Refactor get_strike()Behdad Esfahbod1-23/+16
2018-10-28[cbdt] MinorBehdad Esfahbod1-1/+1
2018-10-28[color] Round extents when scalingBehdad Esfahbod1-5/+7
2018-10-28[ot-color/png] Consider strike ppem on scalingEbrahim Byagowi1-2/+3
2018-10-28[color] Remove more dump-emoji cruftBehdad Esfahbod1-53/+0
2018-10-28[cbdt] Rename reference_blob_for_glyph() to reference_png()Behdad Esfahbod1-4/+4
2018-10-28[ot-color] Apply Behdad reviewsEbrahim Byagowi1-11/+4
2018-10-28[ot-color] Apply Behdad commentEbrahim Byagowi1-9/+7
2018-10-27Merge pull request #1318 from ebraminio/pngEbrahim Byagowi1-8/+65
2018-10-27[ot-color/png] Implement CBDT partEbrahim Byagowi1-5/+51
2018-10-27[ot-color/png] sbix runtime memory checkEbrahim Byagowi1-9/+7
2018-10-27[ot-color/png] Implement sbix partEbrahim Byagowi1-7/+20
2018-10-26Fix bunch of unused parameter warningsBehdad Esfahbod1-1/+1
2018-10-15[CBDT] Fix more offsettingBehdad Esfahbod1-3/+4
2018-10-14[CBDT] Fix more offsetting issuesBehdad Esfahbod1-13/+15
2018-10-14[CBDT] Fix offset handlingBehdad Esfahbod1-1/+1
2018-10-14[CBDT] More UnsizedArrayOf cleanupBehdad Esfahbod1-1/+1
2018-10-14[CBDT] Simplify sanitizeBehdad Esfahbod1-6/+1
2018-09-15Disallow null-enabled offsets to unsized structures...Behdad Esfahbod1-3/+1
2018-09-11Port rest from VAR to UnsizedArrayOf<>Behdad Esfahbod1-8/+8
2018-09-10Simplify sanitize->check_array()Behdad Esfahbod1-2/+2
2018-08-26Free up hb-ot-face.hh from includesBehdad Esfahbod1-0/+2
2018-08-25Rename hb-*private.hh to hb-*.hhBehdad Esfahbod1-1/+1
2018-07-22Port more off of Sanitizer<>Behdad Esfahbod1-2/+2
2018-05-08Mark more unsized array's as arrayZBehdad Esfahbod1-5/+5
2018-05-08Always lock blob in sanitize. Remove blob->lock_as() in favor of blob->lock()Behdad Esfahbod1-2/+2
2018-05-08Move Sanitizer::lock_instance<>() to blob->lock_as<>().Behdad Esfahbod1-2/+2
2018-04-12Add or update tables specifications linksEbrahim Byagowi1-12/+12
2018-04-11[ot-color] Cosmetic changes (#962)Ebrahim Byagowi1-5/+5
2018-03-27Implement an internal emojis dumper tool (#909)Ebrahim Byagowi1-0/+71
2018-03-15[color/cbdt] Clean upBehdad Esfahbod1-58/+54
2018-03-04[ot-color] Move cbdt to the namespace (#860)Ebrahim Byagowi1-0/+471