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

  /external/sfntly/cpp/src/test/
bitmap_table_test.cc 129 void SubsetEBLC(EblcTable::Builder* eblc, const BitmapLocaList& new_loca);
141 BitmapLocaList new_loca; local
142 eblc_builder->GenerateLocaList(&new_loca);
143 SubsetEBLC(eblc_builder, new_loca); // Format 3 -> 4
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 500 void SubsetEBLC(EblcTable::Builder* eblc, const BitmapLocaList& new_loca) {
512 SubsetIndexSubTable((*index_builders)[index], new_loca[strike],
606 BitmapLocaList new_loca; local
607 ebdt_table_builder->GenerateLocaList(&new_loca);
608 SubsetEBLC(eblc_table_builder, new_loca);

Completed in 53 milliseconds