Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh1362 friend struct PosLookup;
1432 struct PosLookup : Lookup struct
1519 typedef OffsetListOf<PosLookup> PosLookupList;
1529 inline const PosLookup& get_lookup (unsigned int i) const in get_lookup()
1530 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()
1622 inline typename context_t::return_t PosLookup::dispatch_recurse_func (context_t *c, unsigned int lo… in dispatch_recurse_func()
1625 const PosLookup &l = gpos.get_lookup (lookup_index); in dispatch_recurse_func()
1629 inline bool PosLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index) in apply_recurse_func()
1632 const PosLookup &l = gpos.get_lookup (lookup_index); in apply_recurse_func()
Dhb-ot-layout.cc615 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
726 const OT::PosLookup& l = hb_ot_layout_from_face (font->face)->gpos->get_lookup (lookup_index); in hb_ot_layout_position_lookup()