Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GDEF/
H A DGDEF.hh155 struct CaretValueFormat2 struct
158 bool subset (hb_subset_context_t *c) const in subset()
167 …sition_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const in get_caret_value()
174 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
181 HBUINT16 caretValueFormat; /* Format identifier--format = 2 */
182 HBUINT16 caretValuePoint; /* Contour point index on glyph */
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_gdef.rs796 impl<'a> FontRead<'a> for CaretValueFormat2<'a> { implementation
806 pub type CaretValueFormat2<'a> = TableRef<'a, CaretValueFormat2Marker>; typedef
808 impl<'a> CaretValueFormat2<'a> { impl
823 impl<'a> SomeTable<'a> for CaretValueFormat2<'a> { implementation
840 impl<'a> std::fmt::Debug for CaretValueFormat2<'a> { implementation