Home
last modified time | relevance | path

Searched refs:PosLookup (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh1513 friend struct PosLookup;
1562 struct PosLookup : Lookup struct
1624 const PosLookup& get_lookup (unsigned int i) const in get_lookup()
1625 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()
1632 { return GSUBGPOS::subset<PosLookup> (c); } in subset()
1635 { return GSUBGPOS::sanitize<PosLookup> (c); } in sanitize()
1754 /*static*/ inline typename context_t::return_t PosLookup::dispatch_recurse_func (context_t *c, unsi… in dispatch_recurse_func()
1756 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (lookup_index); in dispatch_recurse_func()
1760 /*static*/ inline bool PosLookup::apply_recurse_func (hb_ot_apply_context_t *c, unsigned int lookup… in apply_recurse_func()
1762 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (lookup_index); in apply_recurse_func()
Dhb-ot-layout-jstf-table.hh48 typedef OffsetListOf<PosLookup> JstfMax;
Dhb-ot-layout.cc899 const OT::PosLookup& l = face->table.GPOS->table->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
1318 typedef OT::PosLookup Lookup;