Searched refs:get_lookup (Results 1 – 5 of 5) sorted by relevance
187 layout->gsub_accels[i].init (layout->gsub->get_lookup (i)); in _hb_ot_layout_create()189 layout->gpos_accels[i].init (layout->gpos->get_lookup (i)); in _hb_ot_layout_create()830 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()836 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()912 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_would_substitute_fast()935 const OT::SubstLookup& l = _get_gsub (face).get_lookup (lookup_index); in hb_ot_layout_lookup_substitute_closure()1229 proxy.table.get_lookup (lookup_index), in apply()
168 const Lookup &lookup = g.get_lookup (n_lookup); in main()
1298 inline const SubstLookup& get_lookup (unsigned int i) const in get_lookup() function1299 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()1343 const SubstLookup &l = gsub.get_lookup (lookup_index); in dispatch_recurse_func()1350 const SubstLookup &l = gsub.get_lookup (lookup_index); in apply_recurse_func()
1499 inline const PosLookup& get_lookup (unsigned int i) const in get_lookup() function1500 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()1620 const PosLookup &l = gpos.get_lookup (lookup_index); in dispatch_recurse_func()1627 const PosLookup &l = gpos.get_lookup (lookup_index); in apply_recurse_func()
2319 inline const Lookup& get_lookup (unsigned int i) const in get_lookup() function