|
|
|
@ -2931,8 +2931,6 @@ struct PosLookup : Lookup |
|
|
|
|
dispatch (&c); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
static inline bool apply_recurse_func (hb_ot_apply_context_t *c, unsigned int lookup_index); |
|
|
|
|
|
|
|
|
|
template <typename context_t> |
|
|
|
|
static typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index); |
|
|
|
|
|
|
|
|
@ -3128,7 +3126,8 @@ template <typename context_t> |
|
|
|
|
return l.closure_lookups (c, this_index); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/*static*/ bool PosLookup::apply_recurse_func (hb_ot_apply_context_t *c, unsigned int lookup_index) |
|
|
|
|
template <> |
|
|
|
|
inline bool PosLookup::dispatch_recurse_func<hb_ot_apply_context_t> (hb_ot_apply_context_t *c, unsigned int lookup_index) |
|
|
|
|
{ |
|
|
|
|
const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (lookup_index); |
|
|
|
|
unsigned int saved_lookup_props = c->lookup_props; |
|
|
|
|