Searched defs:AlternateSet (Results 1 – 2 of 2) sorted by relevance
11 struct AlternateSet struct15 alternates; /* Array of alternate GlyphIDs--in20 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()
853 impl<'a> FontRead<'a> for AlternateSet<'a> { implementation866 pub type AlternateSet<'a> = TableRef<'a, AlternateSetMarker>; typedef868 impl<'a> AlternateSet<'a> { impl883 impl<'a> SomeTable<'a> for AlternateSet<'a> { implementation900 impl<'a> std::fmt::Debug for AlternateSet<'a> { implementation