Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout-base-table.hh68 struct BaseCoordFormat2 struct
70 hb_position_t get_coord (hb_font_t *font, hb_direction_t direction) const in get_coord()
76 bool subset (hb_subset_context_t *c) const in subset()
87 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
94 HBUINT16 format; /* Format identifier--format = 2 */
95 FWORD coordinate; /* X or Y value, in design units */
96 HBGlyphID16 referenceGlyph; /* Glyph ID of control glyph */
97 HBUINT16 coordPoint; /* Index of contour point on the
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_base.rs1090 impl<'a> FontRead<'a> for BaseCoordFormat2<'a> { implementation
1102 pub type BaseCoordFormat2<'a> = TableRef<'a, BaseCoordFormat2Marker>; typedef
1104 impl<'a> BaseCoordFormat2<'a> { impl
1131 impl<'a> SomeTable<'a> for BaseCoordFormat2<'a> { implementation
1147 impl<'a> std::fmt::Debug for BaseCoordFormat2<'a> { implementation