HomeSort by relevance Sort by last modified time
    Searched refs:get_lookup (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.cc 76 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),
main.cc 165 const Lookup &lookup = g.get_lookup (n_lookup);
hb-ot-layout-gsub-table.hh 1301 inline const SubstLookup& get_lookup (unsigned int i) const function in struct:OT::GSUB
    [all...]
hb-ot-layout-gpos-table.hh 1520 inline const PosLookup& get_lookup (unsigned int i) const function in struct:OT::GPOS
    [all...]
hb-ot-layout-gsubgpos-private.hh 2269 inline const Lookup& get_lookup (unsigned int i) const function in struct:OT::GSUBGPOS
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout.cc 76 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),
main.cc 167 const Lookup &lookup = g.get_lookup (n_lookup);
hb-ot-layout-gsub-table.hh 1321 inline const SubstLookup& get_lookup (unsigned int i) const function in struct:OT::GSUB
    [all...]
hb-ot-layout-gpos-table.hh 1520 inline const PosLookup& get_lookup (unsigned int i) const function in struct:OT::GPOS
    [all...]
hb-ot-layout-gsubgpos-private.hh 2270 inline const Lookup& get_lookup (unsigned int i) const function in struct:OT::GSUBGPOS
    [all...]

Completed in 592 milliseconds