HomeSort by relevance Sort by last modified time
    Searched refs:bloc (Results 1 - 6 of 6) sorted by null

  /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/sfntly/cpp/src/sfntly/table/
table.cc 122 } else if (tag == Tag::EBLC || tag == 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/libpng/contrib/libtests/
pngstest.c 2808 png_byte bloc[4]; local
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 621 milliseconds