Searched refs:lookup_props (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsub-table.hh | 1167 uint32_t lookup_props, in serialize_single() 1173 …if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Single, lookup_props, 1))) return_trace … in serialize_single() 1178 uint32_t lookup_props, in serialize_multiple() 1185 …if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Multiple, lookup_props, 1))) return_trac… in serialize_multiple() 1194 uint32_t lookup_props, in serialize_alternate() 1201 …if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Alternate, lookup_props, 1))) return_tra… in serialize_alternate() 1210 uint32_t lookup_props, in serialize_ligature() 1219 …if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Ligature, lookup_props, 1))) return_trac… in serialize_ligature() 1340 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 487 lookup_props (0), in hb_apply_context_t() 501 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 | 987 if (!(c->lookup_props & LookupFlag::RightToLeft)) in apply() 1297 skippy_iter.set_lookup_props (c->lookup_props & ~LookupFlag::IgnoreFlags); in apply() 1639 unsigned int saved_lookup_props = c->lookup_props; in apply_recurse_func()
|
D | hb-ot-layout.cc | 996 c->check_glyph_property (&buffer->cur(), c->lookup_props)) in apply_forward() 1025 c->check_glyph_property (&buffer->cur(), c->lookup_props)) in apply_backward()
|