Searched defs:PosLookup (Results 1 – 2 of 2) 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 …]
2743 struct PosLookup : Lookup struct2745 typedef struct PosLookupSubTable SubTable;2747 const SubTable& get_subtable (unsigned int i) const in get_subtable()2750 bool is_reverse () const in is_reverse()2755 bool apply (hb_ot_apply_context_t *c) const in apply()2761 bool intersects (const hb_set_t *glyphs) const in intersects()2767 hb_collect_glyphs_context_t::return_t collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs()2770 …ps_context_t::return_t closure_lookups (hb_closure_lookups_context_t *c, unsigned this_index) const in closure_lookups()2788 void collect_coverage (set_t *glyphs) const in collect_coverage()2802 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch()[all …]