Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout-base-table.hh103 struct BaseCoordFormat3 struct
105 hb_position_t get_coord (hb_font_t *font, in get_coord()
116 void collect_variation_indices (hb_set_t& varidx_set /* OUT */) const in collect_variation_indices()
122 bool subset (hb_subset_context_t *c) const in subset()
148 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
156 HBUINT16 format; /* Format identifier--format = 3 */
157 FWORD coordinate; /* X or Y value, in design units */
159 deviceTable; /* Offset to Device table for X or
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_base.rs1177 impl<'a> FontRead<'a> for BaseCoordFormat3<'a> { implementation
1188 pub type BaseCoordFormat3<'a> = TableRef<'a, BaseCoordFormat3Marker>; typedef
1190 impl<'a> BaseCoordFormat3<'a> { implementation
1219 impl<'a> SomeTable<'a> for BaseCoordFormat3<'a> { implementation
1237 impl<'a> std::fmt::Debug for BaseCoordFormat3<'a> { implementation