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

/external/harfbuzz_ng/src/
H A Dhb-ot-layout-jstf-table.hh48 typedef OffsetListOf<PosLookup> JstfMax;
H A Dhb-ot-layout-gpos-table.hh1386 * PosLookup
1392 friend struct PosLookup;
1443 struct PosLookup : Lookup struct in namespace:OT
1489 typedef OffsetListOf<PosLookup> PosLookupList;
1499 inline const PosLookup& get_lookup (unsigned int i) const
1500 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); }
1617 /*static*/ 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 /*static*/ inline bool PosLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index)
1627 const PosLookup
[all...]
H A Dhb-ot-layout.cc836 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index);
1043 typedef OT::PosLookup Lookup;

Completed in 224 milliseconds