Home
last modified time | relevance | path

Searched refs:new_loca (Results 1 – 2 of 2) sorted by relevance

/external/sfntly/cpp/src/test/
Dbitmap_table_test.cc129 void SubsetEBLC(EblcTable::Builder* eblc, const BitmapLocaList& new_loca);
141 BitmapLocaList new_loca; in TestIndexFormatConversion() local
142 eblc_builder->GenerateLocaList(&new_loca); in TestIndexFormatConversion()
143 SubsetEBLC(eblc_builder, new_loca); // Format 3 -> 4 in TestIndexFormatConversion()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc539 void SubsetEBLC(EblcTable::Builder* eblc, const BitmapLocaList& new_loca) { in SubsetEBLC() argument
551 SubsetIndexSubTable((*index_builders)[index], new_loca[strike], in SubsetEBLC()
645 BitmapLocaList new_loca; in SetupBitmapBuilders() local
646 ebdt_table_builder->GenerateLocaList(&new_loca); in SetupBitmapBuilders()
647 SubsetEBLC(eblc_table_builder, new_loca); in SetupBitmapBuilders()