Searched refs:get_lookup (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout.cc76 layout->gsub_accels[i].init (layout->gsub->get_lookup (i));
78 layout->gpos_accels[i].init (layout->gpos->get_lookup (i));
87 layout->gsub_accels[i].fini (layout->gsub->get_lookup (i));
89 layout->gpos_accels[i].fini (layout->gpos->get_lookup (i));
655 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
661 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index);
700 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
724 const OT::SubstLookup& l = _get_gsub (face).get_lookup (lookup_index);
920 proxy.table.get_lookup (lookup_index),
H A Dmain.cc167 const Lookup &lookup = g.get_lookup (n_lookup);
H A Dhb-ot-layout-gsub-table.hh1321 inline const SubstLookup& get_lookup (unsigned int i) const function in struct:OT::GSUB
1322 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); }
1373 const SubstLookup &l = gsub.get_lookup (lookup_index);
1380 const SubstLookup &l = gsub.get_lookup (lookup_index);
H A Dhb-ot-layout-gpos-table.hh1520 inline const PosLookup& get_lookup (unsigned int i) const function in struct:OT::GPOS
1521 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); }
1614 const PosLookup &l = gpos.get_lookup (lookup_index);
1621 const PosLookup &l = gpos.get_lookup (lookup_index);
H A Dhb-ot-layout-gsubgpos-private.hh2270 inline const Lookup& get_lookup (unsigned int i) const function in struct:OT::GSUBGPOS
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.cc76 layout->gsub_accels[i].init (layout->gsub->get_lookup (i));
78 layout->gpos_accels[i].init (layout->gpos->get_lookup (i));
87 layout->gsub_accels[i].fini (layout->gsub->get_lookup (i));
89 layout->gpos_accels[i].fini (layout->gpos->get_lookup (i));
655 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
661 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index);
700 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
724 const OT::SubstLookup& l = _get_gsub (face).get_lookup (lookup_index);
920 proxy.table.get_lookup (lookup_index),
H A Dmain.cc167 const Lookup &lookup = g.get_lookup (n_lookup);
H A Dhb-ot-layout-gsub-table.hh1321 inline const SubstLookup& get_lookup (unsigned int i) const function in struct:OT::GSUB
1322 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); }
1373 const SubstLookup &l = gsub.get_lookup (lookup_index);
1380 const SubstLookup &l = gsub.get_lookup (lookup_index);
H A Dhb-ot-layout-gpos-table.hh1520 inline const PosLookup& get_lookup (unsigned int i) const function in struct:OT::GPOS
1521 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); }
1614 const PosLookup &l = gpos.get_lookup (lookup_index);
1621 const PosLookup &l = gpos.get_lookup (lookup_index);
H A Dhb-ot-layout-gsubgpos-private.hh2272 inline const Lookup& get_lookup (unsigned int i) const function in struct:OT::GSUBGPOS

Completed in 217 milliseconds