Searched defs:PosLookup (Results 1 – 1 of 1) sorted by relevance
11 struct PosLookup : Lookup struct13 using SubTable = PosLookupSubTable;15 const SubTable& get_subtable (unsigned int i) const in get_subtable()18 bool is_reverse () const in is_reverse()23 bool apply (hb_ot_apply_context_t *c) const in apply()29 bool intersects (const hb_set_t *glyphs) const in intersects()35 hb_collect_glyphs_context_t::return_t collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs()38 …ps_context_t::return_t closure_lookups (hb_closure_lookups_context_t *c, unsigned this_index) const in closure_lookups()55 void collect_coverage (set_t *glyphs) const in collect_coverage()65 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch()[all …]