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.hh1404 uint32_t lookup_props, in serialize_single()
1409 if (unlikely (!Lookup::serialize (c, SubTable::Single, lookup_props, 1))) return_trace (false); in serialize_single()
1415 uint32_t lookup_props, in serialize_multiple()
1421 … if (unlikely (!Lookup::serialize (c, SubTable::Multiple, lookup_props, 1))) return_trace (false); in serialize_multiple()
1430 uint32_t lookup_props, in serialize_alternate()
1436 … if (unlikely (!Lookup::serialize (c, SubTable::Alternate, lookup_props, 1))) return_trace (false); in serialize_alternate()
1445 uint32_t lookup_props, in serialize_ligature()
1453 … if (unlikely (!Lookup::serialize (c, SubTable::Ligature, lookup_props, 1))) return_trace (false); in serialize_ligature()
1539 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
498 lookup_props (0), in hb_ot_apply_context_t()
519 …void set_lookup_props (unsigned int lookup_props_) { lookup_props = lookup_props_; init_iters (); } in set_lookup_props()
Dhb-ot-layout.cc1813 c->check_glyph_property (&buffer->cur(), c->lookup_props)) in apply_forward()
1836 c->check_glyph_property (&buffer->cur(), c->lookup_props)) in apply_backward()
Dhb-ot-layout-gpos-table.hh1332 if (!(c->lookup_props & LookupFlag::RightToLeft)) in apply()
1712 skippy_iter.set_lookup_props (c->lookup_props & ~LookupFlag::IgnoreFlags); in apply()
2071 unsigned int saved_lookup_props = c->lookup_props; in apply_recurse_func()
Dhb-ot-layout-common.hh830 uint32_t lookup_props, in serialize()
836 lookupFlag = lookup_props & 0xFFFFu; in serialize()
842 markFilteringSet = lookup_props >> 16; in serialize()