Home
last modified time | relevance | path

Searched refs:get_lookup (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout.cc76 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()
Dmain.cc167 const Lookup &lookup = g.get_lookup (n_lookup); in main()
Dhb-ot-layout-gsub-table.hh1321 inline const SubstLookup& get_lookup (unsigned int i) const in get_lookup() function
1322 { 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()
Dhb-ot-layout-gpos-table.hh1531 inline const PosLookup& get_lookup (unsigned int i) const in get_lookup() function
1532 { 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()
Dhb-ot-layout-gsubgpos-private.hh2291 inline const Lookup& get_lookup (unsigned int i) const in get_lookup() function