Searched defs:SubstLookup (Results 1 – 2 of 2) sorted by relevance
11 struct SubstLookup : Lookup struct13 using SubTable = SubstLookupSubTable;15 bool sanitize (hb_sanitize_context_t *c) const in sanitize()18 const SubTable& get_subtable (unsigned int i) const in get_subtable()21 static inline bool lookup_type_is_reverse (unsigned int lookup_type) in lookup_type_is_reverse()24 bool is_reverse () const in is_reverse()32 bool may_have_non_1to1 () const in may_have_non_1to1()38 bool apply (hb_ot_apply_context_t *c) const in apply()44 bool intersects (const hb_set_t *glyphs) const in intersects()50 hb_closure_context_t::return_t closure (hb_closure_context_t *c, unsigned int this_index) const in closure()[all …]
1501 struct SubstLookup : Lookup struct1503 typedef SubstLookupSubTable SubTable;1505 const SubTable& get_subtable (unsigned int i) const in get_subtable()1508 static inline bool lookup_type_is_reverse (unsigned int lookup_type) in lookup_type_is_reverse()1511 bool is_reverse () const in is_reverse()1519 bool may_have_non_1to1 () const in may_have_non_1to1()1525 bool apply (hb_ot_apply_context_t *c) const in apply()1531 bool intersects (const hb_set_t *glyphs) const in intersects()1537 hb_closure_context_t::return_t closure (hb_closure_context_t *c, unsigned int this_index) const in closure()1551 …ps_context_t::return_t closure_lookups (hb_closure_lookups_context_t *c, unsigned this_index) const in closure_lookups()[all …]