Home
last modified time | relevance | path

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

/third_party/skia/m133/third_party/externals/harfbuzz/src/OT/Layout/GSUB/
DReverseChainSingleSubstFormat1.hh10 struct ReverseChainSingleSubstFormat1 struct
13 HBUINT16 format; /* Format identifier--format = 1 */
15 coverage; /* Offset to Coverage table--from
18 backtrack; /* Array of coverage tables
22 lookaheadX; /* Array of coverage tables
26 substituteX; /* Array of substitute
31 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
45 bool intersects (const hb_set_t *glyphs) const in intersects()
67 bool may_have_non_1to1 () const in may_have_non_1to1()
70 void closure (hb_closure_context_t *c) const in closure()
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gsub-table.hh1209 struct ReverseChainSingleSubstFormat1 struct
1211 bool intersects (const hb_set_t *glyphs) const in intersects()
1233 bool may_have_non_1to1 () const in may_have_non_1to1()
1236 void closure (hb_closure_context_t *c) const in closure()
1250 void closure_lookups (hb_closure_lookups_context_t *c) const {} in closure_lookups()
1252 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs()
1272 const Coverage &get_coverage () const { return this+coverage; } in get_coverage()
1274 bool would_apply (hb_would_apply_context_t *c) const in would_apply()
1277 bool apply (hb_ot_apply_context_t *c) const in apply()
1314 bool serialize_coverage_offset_array (hb_subset_context_t *c, Iterator it) const in serialize_coverage_offset_array()
[all …]