Searched defs:CaretValueFormat3 (Results 1 – 2 of 2) sorted by relevance
187 struct CaretValueFormat3 struct191 hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, in get_caret_value()199 bool subset (hb_subset_context_t *c) const in subset()229 void collect_variation_indices (hb_collect_variation_indices_context_t *c) const in collect_variation_indices()232 bool sanitize (hb_sanitize_context_t *c) const in sanitize()239 HBUINT16 caretValueFormat; /* Format identifier--format = 3 */240 FWORD coordinate; /* X or Y value, in design units */242 deviceTable; /* Offset to Device table for X or Y
870 impl<'a> FontRead<'a> for CaretValueFormat3<'a> { implementation881 pub type CaretValueFormat3<'a> = TableRef<'a, CaretValueFormat3Marker>; typedef883 impl<'a> CaretValueFormat3<'a> { impl912 impl<'a> SomeTable<'a> for CaretValueFormat3<'a> { implementation930 impl<'a> std::fmt::Debug for CaretValueFormat3<'a> { implementation