OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bdat
(Results
1 - 4
of
4
) sorted by null
/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
/external/sfntly/cpp/src/sfntly/table/
table.cc
119
} else if (tag == Tag::EBDT || tag == Tag::
bdat
) {
/external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc
612
ebdt_table = down_cast<EbdtTable*>(font->GetTable(Tag::
bdat
));
627
font_builder->NewTableBuilder(use_ebdt ? Tag::EBDT : Tag::
bdat
,
641
font_builder->RemoveTableBuilder(use_ebdt ? Tag::EBDT : Tag::
bdat
);
743
//
bdat
, bloc, ebdt, eblc, ebsc, gasp
789
Tag::EBLC, Tag::EBSC, Tag::
bdat
, Tag::bloc, Tag::bhed,
805
// to head. As a result, we can't remove
bdat
tables for those fonts.
814
remove_tags.insert(Tag::
bdat
);
Completed in 49 milliseconds