Searched refs:lookup_props (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsub-table.hh | 1202 uint32_t lookup_props, in serialize_single() 1208 …if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Single, lookup_props, 1))) return_trace … in serialize_single() 1213 uint32_t lookup_props, in serialize_multiple() 1220 …if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Multiple, lookup_props, 1))) return_trac… in serialize_multiple() 1229 uint32_t lookup_props, in serialize_alternate() 1236 …if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Alternate, lookup_props, 1))) return_tra… in serialize_alternate() 1245 uint32_t lookup_props, in serialize_ligature() 1254 …if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Ligature, lookup_props, 1))) return_trac… in serialize_ligature() 1355 unsigned int saved_lookup_props = c->lookup_props; in apply_recurse_func()
|
D | hb-ot-layout-gsubgpos-private.hh | 269 lookup_props (0), in matcher_t() 283 inline void set_lookup_props (unsigned int lookup_props_) { lookup_props = lookup_props_; } in set_lookup_props() 319 if (!c->check_glyph_property (&info, lookup_props)) in may_skip() 331 unsigned int lookup_props; member 347 matcher.set_lookup_props (c->lookup_props); in init() 354 inline void set_lookup_props (unsigned int lookup_props) in set_lookup_props() 356 matcher.set_lookup_props (lookup_props); in set_lookup_props() 469 unsigned int lookup_props; member 488 lookup_props (0), in hb_apply_context_t() 503 lookup_props = lookup_props_; in set_lookup_props()
|
D | hb-ot-layout-common-private.hh | 637 uint32_t lookup_props, in serialize() 643 lookupFlag.set (lookup_props & 0xFFFFu); in serialize() 648 markFilteringSet.set (lookup_props >> 16); in serialize()
|
D | hb-ot-layout-gpos-table.hh | 986 if (!(c->lookup_props & LookupFlag::RightToLeft)) in apply() 1296 skippy_iter.set_lookup_props (c->lookup_props & ~LookupFlag::IgnoreFlags); in apply() 1636 unsigned int saved_lookup_props = c->lookup_props; in apply_recurse_func()
|
D | hb-ot-layout.cc | 1088 c->check_glyph_property (&buffer->cur(), c->lookup_props)) in apply_forward() 1117 c->check_glyph_property (&buffer->cur(), c->lookup_props)) in apply_backward()
|