Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-map.cc290 unsigned int last_num_lookups = 0; in compile() local
311 if (last_num_lookups < m.lookups[table_index].length) in compile()
313 m.lookups[table_index].qsort (last_num_lookups, m.lookups[table_index].length); in compile()
315 unsigned int j = last_num_lookups; in compile()
328 last_num_lookups = m.lookups[table_index].length; in compile()
332 stage_map->last_lookup = last_num_lookups; in compile()