Home
last modified time | relevance | path

Searched refs:get_lookup (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout.cc893 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
899 const OT::PosLookup& l = face->table.GPOS->table->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
977 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_would_substitute_fast()
1052 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_substitute_closure()
1082 gsub.get_lookup (lookup_index).closure (&c, lookup_index); in hb_ot_layout_lookups_substitute_closure()
1087 gsub.get_lookup (i).closure (&c, i); in hb_ot_layout_lookups_substitute_closure()
1442 proxy.table.get_lookup (lookup_index), in apply()
Dmain.cc164 const Lookup &lookup = g.get_lookup (n_lookup); in main()
Dhb-ot-layout-gsub-table.hh1443 const SubstLookup& get_lookup (unsigned int i) const in get_lookup() function
1444 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()
1475 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in dispatch_recurse_func()
1481 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in apply_recurse_func()
Dhb-ot-layout-gpos-table.hh1624 const PosLookup& get_lookup (unsigned int i) const in get_lookup() function
1625 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()
1756 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (lookup_index); in dispatch_recurse_func()
1762 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (lookup_index); in apply_recurse_func()
Dhb-ot-layout-gsubgpos.hh2681 const Lookup& get_lookup (unsigned int i) const in get_lookup() function
2763 this->accels[i].init (table->get_lookup (i)); in init()