Lines Matching refs:SubstLookup
1286 friend struct SubstLookup;
1332 struct SubstLookup : Lookup struct
1501 const SubstLookup& get_lookup (unsigned int i) const in get_lookup()
1502 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()
1505 { return GSUBGPOS::subset<SubstLookup> (c); } in subset()
1508 { return GSUBGPOS::sanitize<SubstLookup> (c); } in sanitize()
1528 return SubstLookup::lookup_type_is_reverse (type); in is_reverse()
1531 /*static*/ inline typename context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, un… in dispatch_recurse_func()
1533 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in dispatch_recurse_func()
1536 /*static*/ inline bool SubstLookup::apply_recurse_func (hb_ot_apply_context_t *c, unsigned int look… in apply_recurse_func()
1538 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in apply_recurse_func()