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.cc160 layout->gsub_accels[i].init (layout->gsub->get_lookup (i)); in HB_SHAPER_DATA_ENSURE_DECLARE()
162 layout->gpos_accels[i].init (layout->gpos->get_lookup (i)); in HB_SHAPER_DATA_ENSURE_DECLARE()
802 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
808 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
884 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_would_substitute_fast()
907 const OT::SubstLookup& l = _get_gsub (face).get_lookup (lookup_index); in hb_ot_layout_lookup_substitute_closure()
1200 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.hh1302 inline const SubstLookup& get_lookup (unsigned int i) const in get_lookup() function
1303 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()
1347 const SubstLookup &l = gsub.get_lookup (lookup_index); in dispatch_recurse_func()
1354 const SubstLookup &l = gsub.get_lookup (lookup_index); in apply_recurse_func()
Dhb-ot-layout-gpos-table.hh1507 inline const PosLookup& get_lookup (unsigned int i) const in get_lookup() function
1508 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()
1628 const PosLookup &l = gpos.get_lookup (lookup_index); in dispatch_recurse_func()
1635 const PosLookup &l = gpos.get_lookup (lookup_index); in apply_recurse_func()
Dhb-ot-layout-gsubgpos-private.hh2275 inline const Lookup& get_lookup (unsigned int i) const in get_lookup() function