Searched defs:BaseCoordFormat3 (Results 1 – 2 of 2) sorted by relevance
103 struct BaseCoordFormat3 struct105 hb_position_t get_coord (hb_font_t *font, in get_coord()116 void collect_variation_indices (hb_set_t& varidx_set /* OUT */) const in collect_variation_indices()122 bool subset (hb_subset_context_t *c) const in subset()148 bool sanitize (hb_sanitize_context_t *c) const in sanitize()156 HBUINT16 format; /* Format identifier--format = 3 */157 FWORD coordinate; /* X or Y value, in design units */159 deviceTable; /* Offset to Device table for X or
1177 impl<'a> FontRead<'a> for BaseCoordFormat3<'a> { implementation1188 pub type BaseCoordFormat3<'a> = TableRef<'a, BaseCoordFormat3Marker>; typedef1190 impl<'a> BaseCoordFormat3<'a> { implementation1219 impl<'a> SomeTable<'a> for BaseCoordFormat3<'a> { implementation1237 impl<'a> std::fmt::Debug for BaseCoordFormat3<'a> { implementation