Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GDEF/
H A DGDEF.hh125 struct CaretValueFormat1 struct
128 bool subset (hb_subset_context_t *c) const in subset()
137 hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction) const in get_caret_value()
142 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
149 HBUINT16 caretValueFormat; /* Format identifier--format = 1 */
150 FWORD coordinate; /* X or Y value, in design units */
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_gdef.rs729 impl<'a> FontRead<'a> for CaretValueFormat1<'a> { implementation
739 pub type CaretValueFormat1<'a> = TableRef<'a, CaretValueFormat1Marker>; typedef
741 impl<'a> CaretValueFormat1<'a> { implementation
756 impl<'a> SomeTable<'a> for CaretValueFormat1<'a> { implementation
770 impl<'a> std::fmt::Debug for CaretValueFormat1<'a> { implementation