Home | History | Annotate | Download | only in src

Lines Matching refs:lookup_type

1101   inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const
1104 switch (lookup_type) {
1117 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) {
1121 switch (lookup_type) {
1158 inline static bool lookup_type_is_reverse (unsigned int lookup_type)
1159 { return lookup_type == SubstLookupSubTable::ReverseChainSingle; }
1279 unsigned int lookup_type = get_type ();
1282 typename context_t::return_t r = get_subtable (i).dispatch (c, lookup_type);