Home
last modified time | relevance | path

Searched refs:PosLookup (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh1401 friend struct PosLookup;
1452 struct PosLookup : Lookup struct
1498 typedef OffsetListOf<PosLookup> PosLookupList;
1508 inline const PosLookup& get_lookup (unsigned int i) const in get_lookup()
1509 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()
1628 /*static*/ inline typename context_t::return_t PosLookup::dispatch_recurse_func (context_t *c, unsi… in dispatch_recurse_func()
1631 const PosLookup &l = gpos.get_lookup (lookup_index); in dispatch_recurse_func()
1635 /*static*/ inline bool PosLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_in… in apply_recurse_func()
1638 const PosLookup &l = gpos.get_lookup (lookup_index); in apply_recurse_func()
Dhb-ot-layout-jstf-table.hh48 typedef OffsetListOf<PosLookup> JstfMax;
Dhb-ot-layout.cc748 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
923 typedef OT::PosLookup Lookup;