Home
last modified time | relevance | path

Searched defs:CaretValueFormat3 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GDEF/
H A DGDEF.hh187 struct CaretValueFormat3 struct
191 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
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_gdef.rs870 impl<'a> FontRead<'a> for CaretValueFormat3<'a> { implementation
881 pub type CaretValueFormat3<'a> = TableRef<'a, CaretValueFormat3Marker>; typedef
883 impl<'a> CaretValueFormat3<'a> { impl
912 impl<'a> SomeTable<'a> for CaretValueFormat3<'a> { implementation
930 impl<'a> std::fmt::Debug for CaretValueFormat3<'a> { implementation