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

  /external/sfntly/cpp/src/test/
bitmap_table_test.cc 55 EblcTablePtr bitmap_loca = down_cast<EblcTable*>(font->GetTable(Tag::EBLC));
103 EblcTablePtr bitmap_loca = down_cast<EblcTable*>(font->GetTable(Tag::EBLC));
129 void SubsetEBLC(EblcTable::Builder* eblc, const BitmapLocaList& new_loca);
140 down_cast<EblcTable::Builder*>(font_builder->GetTableBuilder(Tag::EBLC));
166 down_cast<EblcTable*>(new_font->GetTable(Tag::EBLC));
178 EblcTablePtr original_loca = down_cast<EblcTable*>(font->GetTable(Tag::EBLC));
test_data.cc 46 Tag::EBDT, Tag::EBLC, Tag::EBSC, Tag::LTSH, Tag::OS_2,
  /external/sfntly/cpp/src/sfntly/
tag.h 55 static const int32_t EBLC;
tag.cc 43 const int32_t Tag::EBLC = TAG('E', 'B', 'L', 'C');
  /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 298 bool InitializeBitmapBuilder(EbdtTable::Builder* ebdt, EblcTable::Builder* eblc,
301 BitmapSizeTableBuilderList* strikes = eblc->BitmapSizeBuilders();
502 void SubsetEBLC(EblcTable::Builder* eblc, const BitmapLocaList& new_loca) {
503 BitmapSizeTableBuilderList* size_builders = eblc->BitmapSizeBuilders();
523 // EBLC structure (from stuartg)
548 // different glyphs that are only able to be figured out from the EBLC table
549 // may hold metrics - depends on the EBLC entry that pointed to them
551 // Subsetting EBLC table (from arthurhsu)
554 // font will have sparse bitmap glyphs. So we reconstruct the EBLC table as
572 EblcTablePtr eblc_table = down_cast<EblcTable*>(font->GetTable(Tag::EBLC));
    [all...]

Completed in 90 milliseconds