Home
last modified time | relevance | path

Searched defs:SubstLookup (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GSUB/
H A DSubstLookup.hh11 struct SubstLookup : Lookup struct
13 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 …]