Searched defs:BaseCoordFormat2 (Results 1 – 2 of 2) sorted by relevance
68 struct BaseCoordFormat2 struct70 hb_position_t get_coord (hb_font_t *font, hb_direction_t direction) const in get_coord()76 bool subset (hb_subset_context_t *c) const in subset()87 bool sanitize (hb_sanitize_context_t *c) const in sanitize()94 HBUINT16 format; /* Format identifier--format = 2 */95 FWORD coordinate; /* X or Y value, in design units */96 HBGlyphID16 referenceGlyph; /* Glyph ID of control glyph */97 HBUINT16 coordPoint; /* Index of contour point on the
1090 impl<'a> FontRead<'a> for BaseCoordFormat2<'a> { implementation1102 pub type BaseCoordFormat2<'a> = TableRef<'a, BaseCoordFormat2Marker>; typedef1104 impl<'a> BaseCoordFormat2<'a> { impl1131 impl<'a> SomeTable<'a> for BaseCoordFormat2<'a> { implementation1147 impl<'a> std::fmt::Debug for BaseCoordFormat2<'a> { implementation