Searched defs:BaseCoordFormat1 (Results 1 – 2 of 2) sorted by relevance
42 struct BaseCoordFormat1 struct44 hb_position_t get_coord (hb_font_t *font, hb_direction_t direction) const in get_coord()49 bool subset (hb_subset_context_t *c) const in subset()55 bool sanitize (hb_sanitize_context_t *c) const in sanitize()62 HBUINT16 format; /* Format identifier--format = 1 */63 FWORD coordinate; /* X or Y value, in design units */
1015 impl<'a> FontRead<'a> for BaseCoordFormat1<'a> { implementation1025 pub type BaseCoordFormat1<'a> = TableRef<'a, BaseCoordFormat1Marker>; typedef1027 impl<'a> BaseCoordFormat1<'a> { impl1042 impl<'a> SomeTable<'a> for BaseCoordFormat1<'a> { implementation1056 impl<'a> std::fmt::Debug for BaseCoordFormat1<'a> { implementation