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.hh1400 friend struct PosLookup;
1451 struct PosLookup : Lookup struct
1497 typedef OffsetListOf<PosLookup> PosLookupList;
1507 inline const PosLookup& get_lookup (unsigned int i) const in get_lookup()
1508 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()
1625 /*static*/ inline typename context_t::return_t PosLookup::dispatch_recurse_func (context_t *c, unsi… in dispatch_recurse_func()
1628 const PosLookup &l = gpos.get_lookup (lookup_index); in dispatch_recurse_func()
1632 /*static*/ inline bool PosLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_in… in apply_recurse_func()
1635 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.cc808 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
1015 typedef OT::PosLookup Lookup;