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.hh1158 skippy_iter.set_lookup_props (LookupFlag::IgnoreMarks); in apply()
1280 skippy_iter.set_lookup_props (LookupFlag::IgnoreMarks); in apply()
1401 skippy_iter.set_lookup_props (c->lookup_props & ~LookupFlag::IgnoreFlags); in apply()
1766 c->set_lookup_props (l.get_props ()); in apply_recurse_func()
1769 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()
513 …void set_lookup_props (unsigned int lookup_props_) { lookup_props = lookup_props_; init_iters (); } in set_lookup_props() function
Dhb-ot-layout-gsub-table.hh1485 c->set_lookup_props (l.get_props ()); in apply_recurse_func()
1488 c->set_lookup_props (saved_lookup_props); in apply_recurse_func()
Dhb-ot-layout.cc1385 c->set_lookup_props (lookup.get_props ()); in apply_string()