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.cc1253 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
1259 const OT::PosLookup& l = face->table.GPOS->table->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
1376 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_would_substitute()
1467 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_substitute_closure()
1500 gsub.get_lookup (lookup_index).closure (&c, lookup_index); in hb_ot_layout_lookups_substitute_closure()
1505 gsub.get_lookup (i).closure (&c, i); in hb_ot_layout_lookups_substitute_closure()
1915 proxy.table.get_lookup (lookup_index), in apply()
Dmain.cc177 const Lookup &lookup = g.get_lookup (n_lookup); in main()
Dhb-ot-layout-gsub-table.hh1501 const SubstLookup& get_lookup (unsigned int i) const in get_lookup() function
1502 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()
1533 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in dispatch_recurse_func()
1538 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in apply_recurse_func()
Dhb-ot-layout-gpos-table.hh1932 const PosLookup& get_lookup (unsigned int i) const in get_lookup() function
1933 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()
2065 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (lookup_index); in dispatch_recurse_func()
2070 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (lookup_index); in apply_recurse_func()
Dhb-ot-layout-gsubgpos.hh2872 const Lookup& get_lookup (unsigned int i) const in get_lookup() function
2971 this->accels[i].init (table->get_lookup (i)); in init()