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

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-map.cc278 unsigned int last_num_lookups = 0; local
289 if (last_num_lookups < m.lookups[table_index].len)
291 m.lookups[table_index].sort (last_num_lookups, m.lookups[table_index].len);
293 unsigned int j = last_num_lookups;
305 last_num_lookups = m.lookups[table_index].len;
310 stage_map->last_lookup = last_num_lookups;
/external/harfbuzz_ng/src/
H A Dhb-ot-map.cc281 unsigned int last_num_lookups = 0; local
292 if (last_num_lookups < m.lookups[table_index].len)
294 m.lookups[table_index].sort (last_num_lookups, m.lookups[table_index].len);
296 unsigned int j = last_num_lookups;
308 last_num_lookups = m.lookups[table_index].len;
313 pause_map->num_lookups = last_num_lookups;

Completed in 30 milliseconds