Home
last modified time | relevance | path

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

/third_party/skia/m133/third_party/externals/harfbuzz/src/OT/Layout/GSUB/
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 …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gsub-table.hh1501 struct SubstLookup : Lookup struct
1503 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 …]