Searched refs:get_lookup (Results 1 – 5 of 5) sorted by relevance
73 layout->gsub->get_lookup (i).add_coverage (&layout->gsub_digests[i]); in HB_SHAPER_DATA_ENSURE_DECLARE()75 layout->gpos->get_lookup (i).add_coverage (&layout->gpos_digests[i]); in HB_SHAPER_DATA_ENSURE_DECLARE()609 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()615 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()654 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_would_substitute_fast()676 const OT::SubstLookup& l = hb_ot_layout_from_face (font->face)->gsub->get_lookup (lookup_index); in hb_ot_layout_substitute_lookup()694 const OT::SubstLookup& l = _get_gsub (face).get_lookup (lookup_index); in hb_ot_layout_lookup_substitute_closure()726 const OT::PosLookup& l = hb_ot_layout_from_face (font->face)->gpos->get_lookup (lookup_index); in hb_ot_layout_position_lookup()
165 const Lookup &lookup = g.get_lookup (n_lookup); in main()
1341 inline const SubstLookup& get_lookup (unsigned int i) const in get_lookup() function1342 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()1393 const SubstLookup &l = gsub.get_lookup (lookup_index); in dispatch_recurse_func()1400 const SubstLookup &l = gsub.get_lookup (lookup_index); in apply_recurse_func()
1529 inline const PosLookup& get_lookup (unsigned int i) const in get_lookup() function1530 { 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()
2251 inline const Lookup& get_lookup (unsigned int i) const in get_lookup() function