/external/chromium_org/third_party/sfntly/cpp/src/sfntly/ |
tag.h | 94 static const int32_t bloc; member in struct:sfntly::Tag
|
tag.cc | 72 const int32_t Tag::bloc = TAG('b', 'l', 'o', 'c'); member in class:sfntly::Tag
|
/external/sfntly/cpp/src/sfntly/ |
tag.h | 94 static const int32_t bloc; member in struct:sfntly::Tag
|
tag.cc | 72 const int32_t Tag::bloc = TAG('b', 'l', 'o', 'c'); member in class:sfntly::Tag
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/ |
table.cc | 122 } else if (tag == Tag::EBLC || tag == Tag::bloc) {
|
/external/sfntly/cpp/src/sfntly/table/ |
table.cc | 122 } else if (tag == Tag::EBLC || tag == Tag::bloc) {
|
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.cc | 574 eblc_table = down_cast<EblcTable*>(font->GetTable(Tag::bloc)); 591 font_builder->NewTableBuilder(use_ebdt ? Tag::EBLC : Tag::bloc, 601 font_builder->RemoveTableBuilder(use_ebdt ? Tag::EBLC : Tag::bloc); 686 // bdat, bloc, ebdt, eblc, ebsc, gasp 732 Tag::EBLC, Tag::EBSC, Tag::bdat, Tag::bloc, Tag::bhed, 758 remove_tags.insert(Tag::bloc);
|
/external/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.cc | 574 eblc_table = down_cast<EblcTable*>(font->GetTable(Tag::bloc)); 591 font_builder->NewTableBuilder(use_ebdt ? Tag::EBLC : Tag::bloc, 601 font_builder->RemoveTableBuilder(use_ebdt ? Tag::EBLC : Tag::bloc); 686 // bdat, bloc, ebdt, eblc, ebsc, gasp 732 Tag::EBLC, Tag::EBSC, Tag::bdat, Tag::bloc, Tag::bhed, 758 remove_tags.insert(Tag::bloc);
|
/external/clang/tools/libclang/ |
CIndex.cpp | 5719 CXSourceLocation bloc = clang_getTokenLocation(TU, Tokens[0]); local [all...] |