Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-aat-layout-kerx-table.hh878 c->set_lookup_index (0); in apply()
930 c->set_lookup_index (c->lookup_index + 1); in apply()
Dhb-aat-layout-morx-table.hh1035 c->set_lookup_index (c->lookup_index + 1); in apply()
1105 c->set_lookup_index (0); in apply()
Dhb-aat-layout-common.hh834 void set_lookup_index (unsigned int i) { lookup_index = i; } in set_lookup_index() function
Dhb-ot-layout-gsub-table.hh1541 c->set_lookup_index (lookup_index); in apply_recurse_func()
1544 c->set_lookup_index (saved_lookup_index); in apply_recurse_func()
Dhb-ot-layout-gpos-table.hh2073 c->set_lookup_index (lookup_index); in apply_recurse_func()
2076 c->set_lookup_index (saved_lookup_index); in apply_recurse_func()
Dhb-ot-layout.cc1905 c.set_lookup_index (lookup_index); in apply()
Dhb-ot-layout-gsubgpos.hh518 void set_lookup_index (unsigned int lookup_index_) { lookup_index = lookup_index_; } in set_lookup_index() function