Home | History | Annotate | Download | only in src

Lines Matching defs:PosLookup

1351  * PosLookup
1357 friend struct PosLookup;
1427 struct PosLookup : Lookup
1514 typedef OffsetListOf<PosLookup> PosLookupList;
1524 inline const PosLookup& get_lookup (unsigned int i) const
1525 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); }
1617 inline typename context_t::return_t PosLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index)
1620 const PosLookup &l = gpos.get_lookup (lookup_index);
1624 inline bool PosLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index)
1627 const PosLookup &l = gpos.get_lookup (lookup_index);