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 73 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);
main.cc 165 const Lookup &lookup = g.get_lookup (n_lookup);
hb-ot-layout-gsub-table.hh 1341 inline const SubstLookup& get_lookup (unsigned int i) const function in struct:OT::GSUB
    [all...]
hb-ot-layout-gpos-table.hh 1529 inline const PosLookup& get_lookup (unsigned int i) const function in struct:OT::GPOS
    [all...]
hb-ot-layout-gsubgpos-private.hh 2251 inline const Lookup& get_lookup (unsigned int i) const function in struct:OT::GSUBGPOS
    [all...]

Completed in 224 milliseconds