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

  /external/harfbuzz_ng/src/
hb-ot-layout.cc 160 layout->gsub_accels[i].init (layout->gsub->get_lookup (i));
162 layout->gpos_accels[i].init (layout->gpos->get_lookup (i));
802 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
808 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index);
884 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
907 const OT::SubstLookup& l = _get_gsub (face).get_lookup (lookup_index);
    [all...]
main.cc 167 const Lookup &lookup = g.get_lookup (n_lookup);
hb-ot-layout-gsub-table.hh 1302 inline const SubstLookup& get_lookup (unsigned int i) const function in struct:OT::GSUB
    [all...]
hb-ot-layout-gpos-table.hh 1507 inline const PosLookup& get_lookup (unsigned int i) const function in struct:OT::GPOS
    [all...]
hb-ot-layout-gsubgpos-private.hh 2275 inline const Lookup& get_lookup (unsigned int i) const function in struct:OT::GSUBGPOS
    [all...]

Completed in 596 milliseconds