OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_loca
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/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/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/chromium_org/third_party/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
);
/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 37 milliseconds