Searched refs:EBDT (Results 1 – 12 of 12) sorted by relevance
/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/sample/chromium/ |
D | subsetter_impl.cc | 615 EbdtTablePtr ebdt_table = down_cast<EbdtTable*>(font->GetTable(Tag::EBDT)); in SetupBitmapBuilders() 634 font_builder->NewTableBuilder(use_ebdt ? Tag::EBDT : Tag::bdat, in SetupBitmapBuilders() 648 font_builder->RemoveTableBuilder(use_ebdt ? Tag::EBDT : Tag::bdat); in SetupBitmapBuilders() 793 Tag::prep, Tag::glyf, Tag::hmtx, Tag::fpgm, Tag::EBDT, in Subset() 815 remove_tags.insert(Tag::EBDT); in Subset()
|
/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/Doc/source/ |
D | ttx.rst | 38 BASE, CBDT, CBLC, CFF, CFF2, COLR, CPAL, DSIG, Debg, EBDT, EBLC,
|
/external/fonttools/ |
D | NEWS.rst | 528 - [subset] Prune empty strikes in ``EBDT`` and ``CBDT`` table data (#1698, #1633). 1738 - 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 | 1444 modeled after `EBDT' and `EBLC', respectively). The color
|