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

/external/harfbuzz_ng/src/
H A Dhb-ot-layout.cc73 layout->gsub->get_lookup (i).add_coverage (&layout->gsub_digests[i]);
75 layout->gpos->get_lookup (i).add_coverage (&layout->gpos_digests[i]);
609 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
615 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index);
654 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
676 const OT::SubstLookup& l = hb_ot_layout_from_face (font->face)->gsub->get_lookup (lookup_index);
694 const OT::SubstLookup& l = _get_gsub (face).get_lookup (lookup_index);
726 const OT::PosLookup& l = hb_ot_layout_from_face (font->face)->gpos->get_lookup (lookup_index);
H A Dmain.cc165 const Lookup &lookup = g.get_lookup (n_lookup);
H A Dhb-ot-layout-gsub-table.hh1341 inline const SubstLookup& get_lookup (unsigned int i) const function in struct:OT::GSUB
1342 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); }
1393 const SubstLookup &l = gsub.get_lookup (lookup_index);
1400 const SubstLookup &l = gsub.get_lookup (lookup_index);
H A Dhb-ot-layout-gpos-table.hh1529 inline const PosLookup& get_lookup (unsigned int i) const function in struct:OT::GPOS
1530 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); }
1625 const PosLookup &l = gpos.get_lookup (lookup_index);
1632 const PosLookup &l = gpos.get_lookup (lookup_index);
H A Dhb-ot-layout-gsubgpos-private.hh2251 inline const Lookup& get_lookup (unsigned int i) const function in struct:OT::GSUBGPOS
/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));
635 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
641 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index);
680 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
704 const OT::SubstLookup& l = _get_gsub (face).get_lookup (lookup_index);
900 proxy.table.get_lookup (lookup_index),
H A Dmain.cc165 const Lookup &lookup = g.get_lookup (n_lookup);
H A Dhb-ot-layout-gsub-table.hh1301 inline const SubstLookup& get_lookup (unsigned int i) const function in struct:OT::GSUB
1302 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); }
1353 const SubstLookup &l = gsub.get_lookup (lookup_index);
1360 const SubstLookup &l = gsub.get_lookup (lookup_index);
H A Dhb-ot-layout-gpos-table.hh1514 inline const PosLookup& get_lookup (unsigned int i) const function in struct:OT::GPOS
1515 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); }
1608 const PosLookup &l = gpos.get_lookup (lookup_index);
1615 const PosLookup &l = gpos.get_lookup (lookup_index);
H A Dhb-ot-layout-gsubgpos-private.hh2269 inline const Lookup& get_lookup (unsigned int i) const function in struct:OT::GSUBGPOS

Completed in 697 milliseconds