Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh1350 uint32_t lookup_props, in serialize_single()
1355 if (unlikely (!Lookup::serialize (c, SubTable::Single, lookup_props, 1))) return_trace (false); in serialize_single()
1360 uint32_t lookup_props, in serialize_multiple()
1366 … if (unlikely (!Lookup::serialize (c, SubTable::Multiple, lookup_props, 1))) return_trace (false); in serialize_multiple()
1374 uint32_t lookup_props, in serialize_alternate()
1380 … if (unlikely (!Lookup::serialize (c, SubTable::Alternate, lookup_props, 1))) return_trace (false); in serialize_alternate()
1388 uint32_t lookup_props, in serialize_ligature()
1396 … if (unlikely (!Lookup::serialize (c, SubTable::Ligature, lookup_props, 1))) return_trace (false); in serialize_ligature()
1482 unsigned int saved_lookup_props = c->lookup_props; in apply_recurse_func()
Dhb-ot-layout-gsubgpos.hh261 lookup_props (0), in matcher_t()
275 void set_lookup_props (unsigned int lookup_props_) { lookup_props = lookup_props_; } in set_lookup_props()
310 if (!c->check_glyph_property (&info, lookup_props)) in may_skip()
322 unsigned int lookup_props; member
338 matcher.set_lookup_props (c->lookup_props); in init()
345 void set_lookup_props (unsigned int lookup_props) in set_lookup_props()
347 matcher.set_lookup_props (lookup_props); in set_lookup_props()
468 unsigned int lookup_props; member
492 lookup_props (0), in hb_ot_apply_context_t()
513 …void set_lookup_props (unsigned int lookup_props_) { lookup_props = lookup_props_; init_iters (); } in set_lookup_props()
Dhb-ot-layout-common.hh702 uint32_t lookup_props, in serialize()
708 lookupFlag.set (lookup_props & 0xFFFFu); in serialize()
714 markFilteringSet.set (lookup_props >> 16); in serialize()
Dhb-ot-layout-gpos-table.hh1054 if (!(c->lookup_props & LookupFlag::RightToLeft)) in apply()
1401 skippy_iter.set_lookup_props (c->lookup_props & ~LookupFlag::IgnoreFlags); in apply()
1763 unsigned int saved_lookup_props = c->lookup_props; in apply_recurse_func()
Dhb-ot-layout.cc1340 c->check_glyph_property (&buffer->cur(), c->lookup_props)) in apply_forward()
1363 c->check_glyph_property (&buffer->cur(), c->lookup_props)) in apply_backward()