Searched refs:EBDT (Results 1 – 14 of 14) sorted by relevance
/external/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 608 EbdtTablePtr ebdt_table = down_cast<EbdtTable*>(font->GetTable(Tag::EBDT)); in SetupBitmapBuilders() 627 font_builder->NewTableBuilder(use_ebdt ? Tag::EBDT : Tag::bdat, in SetupBitmapBuilders() 641 font_builder->RemoveTableBuilder(use_ebdt ? Tag::EBDT : Tag::bdat); in SetupBitmapBuilders() 788 Tag::prep, Tag::glyf, Tag::hmtx, Tag::fpgm, Tag::EBDT, in Subset() 808 remove_tags.insert(Tag::EBDT); in Subset()
|
/external/sfntly/cpp/src/test/ |
D | test_data.cc | 46 Tag::EBDT, Tag::EBLC, Tag::EBSC, Tag::LTSH, Tag::OS_2,
|
D | bitmap_table_test.cc | 56 EbdtTablePtr bitmap_table = down_cast<EbdtTable*>(font->GetTable(Tag::EBDT)); in CommonReadingTest()
|
/external/sfntly/cpp/src/sfntly/ |
D | tag.h | 54 static const int32_t EBDT; member
|
D | tag.cc | 42 const int32_t Tag::EBDT = TAG('E', 'B', 'D', 'T'); member in sfntly::Tag
|
/external/sfntly/cpp/src/sfntly/table/ |
D | table.cc | 119 } else if (tag == Tag::EBDT || tag == Tag::bdat) { in GetBuilder()
|
/external/fonttools/ |
D | README.rst | 106 BASE, CBDT, CBLC, CFF, CFF2, COLR, CPAL, DSIG, EBDT, EBLC, FFTM,
|
D | PKG-INFO | 116 BASE, CBDT, CBLC, CFF, CFF2, COLR, CPAL, DSIG, EBDT, EBLC, FFTM, 1478 - Add support for Google CBLC/CBDT color bitmaps, standard EBLC/EBDT
|
D | NEWS.rst | 1061 - Add support for Google CBLC/CBDT color bitmaps, standard EBLC/EBDT
|
/external/fonttools/Lib/fonttools.egg-info/ |
D | PKG-INFO | 116 BASE, CBDT, CBLC, CFF, CFF2, COLR, CPAL, DSIG, EBDT, EBLC, FFTM, 1478 - Add support for Google CBLC/CBDT color bitmaps, standard EBLC/EBDT
|
/external/freetype/ |
D | ChangeLog.27 | 1724 This commit avoids `EBDT' and friends being looked up again and
|
D | ChangeLog.23 | 3132 Fix handling of EBDT formats 8 and 9 (part 2). 3222 Fix handling of EBDT formats 8 and 9.
|
D | ChangeLog.25 | 4904 modeled after `EBDT' and `EBLC', respectively). The color bitmaps
|
/external/freetype/docs/ |
D | CHANGES | 1162 modeled after `EBDT' and `EBLC', respectively). The color
|