Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-kern.hh54 c.set_lookup_props (OT::LookupFlag::IgnoreMarks); in kern()
Dhb-ot-layout-gpos-table.hh1471 skippy_iter.set_lookup_props (LookupFlag::IgnoreMarks); in apply()
1592 skippy_iter.set_lookup_props (LookupFlag::IgnoreMarks); in apply()
1712 skippy_iter.set_lookup_props (c->lookup_props & ~LookupFlag::IgnoreFlags); in apply()
2074 c->set_lookup_props (l.get_props ()); in apply_recurse_func()
2077 c->set_lookup_props (saved_lookup_props); in apply_recurse_func()
Dhb-ot-layout-gsubgpos.hh275 void set_lookup_props (unsigned int lookup_props_) { lookup_props = lookup_props_; } in set_lookup_props() function
338 matcher.set_lookup_props (c->lookup_props); in init()
345 void set_lookup_props (unsigned int lookup_props) in set_lookup_props() function
347 matcher.set_lookup_props (lookup_props); in set_lookup_props()
519 …void set_lookup_props (unsigned int lookup_props_) { lookup_props = lookup_props_; init_iters (); } in set_lookup_props() function
Dhb-ot-layout-gsub-table.hh1542 c->set_lookup_props (l.get_props ()); in apply_recurse_func()
1545 c->set_lookup_props (saved_lookup_props); in apply_recurse_func()
Dhb-ot-layout.cc1858 c->set_lookup_props (lookup.get_props ()); in apply_string()