Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout-base-table.hh42 struct BaseCoordFormat1 struct
44 hb_position_t get_coord (hb_font_t *font, hb_direction_t direction) const in get_coord()
49 bool subset (hb_subset_context_t *c) const in subset()
55 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
62 HBUINT16 format; /* Format identifier--format = 1 */
63 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_base.rs1015 impl<'a> FontRead<'a> for BaseCoordFormat1<'a> { implementation
1025 pub type BaseCoordFormat1<'a> = TableRef<'a, BaseCoordFormat1Marker>; typedef
1027 impl<'a> BaseCoordFormat1<'a> { impl
1042 impl<'a> SomeTable<'a> for BaseCoordFormat1<'a> { implementation
1056 impl<'a> std::fmt::Debug for BaseCoordFormat1<'a> { implementation