Searched defs:AttachList (Results 1 – 3 of 3) 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
292 impl<'a> FontRead<'a> for AttachList<'a> { implementation308 pub type AttachList<'a> = TableRef<'a, AttachListMarker>; typedef310 impl<'a> AttachList<'a> { impl345 impl<'a> SomeTable<'a> for AttachList<'a> { implementation376 impl<'a> std::fmt::Debug for AttachList<'a> { implementation