Searched defs:AttachList (Results 1 – 2 of 2) sorted by relevance
56 struct AttachList struct58 unsigned int get_attach_points (hb_codepoint_t glyph_id, in get_attach_points()83 bool subset (hb_subset_context_t *c) const in subset()104 bool sanitize (hb_sanitize_context_t *c) const in sanitize()112 coverage; /* Offset to Coverage table -- from115 attachPoint; /* Array of AttachPoint tables
295 impl<'a> FontRead<'a> for AttachList<'a> { implementation309 pub type AttachList<'a> = TableRef<'a, AttachListMarker>; typedef311 impl<'a> AttachList<'a> { impl346 impl<'a> SomeTable<'a> for AttachList<'a> { implementation377 impl<'a> std::fmt::Debug for AttachList<'a> { implementation