Searched defs:AnchorFormat2 (Results 1 – 2 of 2) sorted by relevance
8 struct AnchorFormat2 struct12 HBUINT16 format; /* Format identifier--format = 2 */13 FWORD xCoordinate; /* Horizontal value--in design units */14 FWORD yCoordinate; /* Vertical value--in design units */15 HBUINT16 anchorPoint; /* Index to glyph contour point */19 bool sanitize (hb_sanitize_context_t *c) const in sanitize()25 void get_anchor (hb_ot_apply_context_t *c, hb_codepoint_t glyph_id, in get_anchor()47 AnchorFormat2* copy (hb_serialize_context_t *c) const in copy()
775 impl<'a> FontRead<'a> for AnchorFormat2<'a> { implementation787 pub type AnchorFormat2<'a> = TableRef<'a, AnchorFormat2Marker>; typedef789 impl<'a> AnchorFormat2<'a> { implementation816 impl<'a> SomeTable<'a> for AnchorFormat2<'a> { implementation832 impl<'a> std::fmt::Debug for AnchorFormat2<'a> { implementation