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.cc279 unsigned int last_num_lookups = 0; in compile() local
299 if (last_num_lookups < m.lookups[table_index].len) in compile()
301 m.lookups[table_index].qsort (last_num_lookups, m.lookups[table_index].len); in compile()
303 unsigned int j = last_num_lookups; in compile()
315 last_num_lookups = m.lookups[table_index].len; in compile()
320 stage_map->last_lookup = last_num_lookups; in compile()