Searched defs:get_lookup (Results 1 - 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh1267 inline const SubstLookup& get_lookup (unsigned int i) const function in struct:OT::GSUB
1268 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); }
1332 const SubstLookup &l = gsub.get_lookup (lookup_index);
1339 const SubstLookup &l = gsub.get_lookup (lookup_index);
H A Dhb-ot-layout-gpos-table.hh1508 inline const PosLookup& get_lookup (unsigned int i) const function in struct:OT::GPOS
1509 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); }
1631 const PosLookup &l = gpos.get_lookup (lookup_index);
1638 const PosLookup &l = gpos.get_lookup (lookup_index);
H A Dhb-ot-layout-gsubgpos-private.hh2266 inline const Lookup& get_lookup (unsigned int i) const function in struct:OT::GSUBGPOS

Completed in 63 milliseconds