Searched defs:AttachPoint (Results 1 – 2 of 2) sorted by relevance
401 impl<'a> FontRead<'a> for AttachPoint<'a> { implementation414 pub type AttachPoint<'a> = TableRef<'a, AttachPointMarker>; typedef416 impl<'a> AttachPoint<'a> { impl431 impl<'a> SomeTable<'a> for AttachPoint<'a> { implementation445 impl<'a> std::fmt::Debug for AttachPoint<'a> { implementation
46 struct AttachPoint : Array16Of<HBUINT16> struct48 bool subset (hb_subset_context_t *c) const in subset()