Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GSUB/
H A DAlternateSet.hh11 struct AlternateSet struct
15 alternates; /* Array of alternate GlyphIDs--in
20 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
26 bool intersects (const hb_set_t *glyphs) const in intersects()
29 void closure (hb_closure_context_t *c) const in closure()
32 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs()
35 bool apply (hb_ot_apply_context_t *c) const in apply()
81 get_alternates (unsigned start_offset, in get_alternates()
96 bool serialize (hb_serialize_context_t *c, in serialize()
103 bool subset (hb_subset_context_t *c) const in subset()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_gsub.rs853 impl<'a> FontRead<'a> for AlternateSet<'a> { implementation
866 pub type AlternateSet<'a> = TableRef<'a, AlternateSetMarker>; typedef
868 impl<'a> AlternateSet<'a> { impl
883 impl<'a> SomeTable<'a> for AlternateSet<'a> { implementation
900 impl<'a> std::fmt::Debug for AlternateSet<'a> { implementation