Home | History | Annotate | Download | only in src

Lines Matching defs:PosLookup

1356  * PosLookup
1362 friend struct PosLookup;
1432 struct PosLookup : Lookup
1519 typedef OffsetListOf<PosLookup> PosLookupList;
1529 inline const PosLookup& get_lookup (unsigned int i) const
1530 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); }
1622 inline typename context_t::return_t PosLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index)
1625 const PosLookup &l = gpos.get_lookup (lookup_index);
1629 inline bool PosLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index)
1632 const PosLookup &l = gpos.get_lookup (lookup_index);