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

  /external/harfbuzz_ng/src/
hb-ot-layout.cc 187 layout->gsub_accels[i].init (layout->gsub->get_lookup (i));
189 layout->gpos_accels[i].init (layout->gpos->get_lookup (i));
830 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
836 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index);
912 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
935 const OT::SubstLookup& l = _get_gsub (face).get_lookup (lookup_index);
    [all...]
main.cc 168 const Lookup &lookup = g.get_lookup (n_lookup);
hb-ot-layout-gsub-table.hh 1298 inline const SubstLookup& get_lookup (unsigned int i) const function in struct:OT::GSUB
    [all...]
hb-ot-layout-gpos-table.hh 1499 inline const PosLookup& get_lookup (unsigned int i) const function in struct:OT::GPOS
    [all...]
hb-ot-layout-gsubgpos-private.hh 2319 inline const Lookup& get_lookup (unsigned int i) const function in struct:OT::GSUBGPOS
    [all...]
  /art/test/712-varhandle-invocations/util-src/
generate_java.py 131 def get_lookup(self, dictionary): member in class:VarHandleKind
576 dictionary['lookup'] = var_handle_kind.get_lookup(dictionary)
    [all...]

Completed in 95 milliseconds