Searched refs:get_lookup (Results 1 – 5 of 5) sorted by relevance
76 layout->gsub_accels[i].init (layout->gsub->get_lookup (i)); in HB_SHAPER_DATA_ENSURE_DECLARE()78 layout->gpos_accels[i].init (layout->gpos->get_lookup (i)); in HB_SHAPER_DATA_ENSURE_DECLARE()655 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()661 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()700 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_would_substitute_fast()724 const OT::SubstLookup& l = _get_gsub (face).get_lookup (lookup_index); in hb_ot_layout_lookup_substitute_closure()920 proxy.table.get_lookup (lookup_index), in apply()
167 const Lookup &lookup = g.get_lookup (n_lookup); in main()
1321 inline const SubstLookup& get_lookup (unsigned int i) const in get_lookup() function1322 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()1373 const SubstLookup &l = gsub.get_lookup (lookup_index); in dispatch_recurse_func()1380 const SubstLookup &l = gsub.get_lookup (lookup_index); in apply_recurse_func()
1531 inline const PosLookup& get_lookup (unsigned int i) const in get_lookup() function1532 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()1625 const PosLookup &l = gpos.get_lookup (lookup_index); in dispatch_recurse_func()1632 const PosLookup &l = gpos.get_lookup (lookup_index); in apply_recurse_func()
2291 inline const Lookup& get_lookup (unsigned int i) const in get_lookup() function