/external/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.cc | 573 ebdt_table = down_cast<EbdtTable*>(font->GetTable(Tag::bdat)); 588 font_builder->NewTableBuilder(use_ebdt ? Tag::EBDT : Tag::bdat, 602 font_builder->RemoveTableBuilder(use_ebdt ? Tag::EBDT : Tag::bdat); 686 // bdat, bloc, ebdt, eblc, ebsc, gasp 732 Tag::EBLC, Tag::EBSC, Tag::bdat, Tag::bloc, Tag::bhed, 748 // to head. As a result, we can't remove bdat tables for those fonts. 757 remove_tags.insert(Tag::bdat);
|
/external/libxml2/result/ |
p3p.sax2 | 24 SAX.startElementNs(REF, NULL, NULL, 0, 2, 0, name='Bdat...', 10, optional='1"/>...', 1)
|
/external/sfntly/cpp/src/sfntly/ |
tag.h | 93 static const int32_t bdat; member in struct:sfntly::Tag
|
tag.cc | 71 const int32_t Tag::bdat = TAG('b', 'd', 'a', 't'); member in class:sfntly::Tag
|
/hardware/intel/common/wrs_omxil_core/core/src/ |
intel_video_config_parser.cpp | 160 uint8 bdat; local 165 LoadBYTE(bdat, pData);
|
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
ti_video_config_parser.cpp | 175 uint8 bdat; local 180 LoadBYTE(bdat, pData);
|
/external/sfntly/cpp/src/sfntly/table/ |
table.cc | 119 } else if (tag == Tag::EBDT || tag == Tag::bdat) {
|
/external/icu/icu4c/source/layout/ |
LETypes.h | 427 LE_BDAT_TABLE_TAG = 0x62646174UL, /**< 'bdat' */
|
/external/pdfium/third_party/freetype/src/base/ |
ftmac.c | 32 resources instead of the `bdat' table in the sfnt resource. Therefore, [all...] |
/external/freetype/include/internal/ |
tttypes.h | 447 /* `EBDT' (Microsoft) or the `bdat' (Apple) table. */ [all...] |
/external/pdfium/third_party/freetype/include/internal/ |
tttypes.h | 447 /* `EBDT' (Microsoft) or the `bdat' (Apple) table. */ [all...] |