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

  /external/sfntly/cpp/src/sfntly/table/bitmap/
ebdt_table.h 52 void GenerateLocaList(BitmapLocaList* output);
eblc_table.h 151 void GenerateLocaList(BitmapLocaList* output);
ebdt_table.cc 125 void EbdtTable::Builder::GenerateLocaList(BitmapLocaList* output) {
eblc_table.cc 247 void EblcTable::Builder::GenerateLocaList(BitmapLocaList* output) {
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 85 glyph_table_builder->GenerateLocaList(&loca_list);
  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.h 119 virtual void GenerateLocaList(IntegerList* locas);
glyph_table.cc 78 void GlyphTable::Builder::GenerateLocaList(IntegerList* locas) {
  /external/sfntly/cpp/src/test/
bitmap_table_test.cc 142 eblc_builder->GenerateLocaList(&new_loca);
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 303 // Note: Do not call eblc_builder->GenerateLocaList(&loca_list) and then
609 ebdt_table_builder->GenerateLocaList(&new_loca);

Completed in 658 milliseconds