Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/
H A DAnchorFormat3.hh8 struct AnchorFormat3 struct
11 HBUINT16 format; /* Format identifier--format = 3 */
12 FWORD xCoordinate; /* Horizontal value--in design units */
13 FWORD yCoordinate; /* Vertical value--in design units */
15 xDeviceTable; /* Offset to Device table for X
19 yDeviceTable; /* Offset to Device table for Y
25 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
33 void get_anchor (hb_ot_apply_context_t *c, hb_codepoint_t glyph_id HB_UNUSED, in get_anchor()
52 bool subset (hb_subset_context_t *c) const in subset()
108 void collect_variation_indices (hb_collect_variation_indices_context_t *c) const in collect_variation_indices()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_gpos.rs870 impl<'a> FontRead<'a> for AnchorFormat3<'a> { implementation
883 pub type AnchorFormat3<'a> = TableRef<'a, AnchorFormat3Marker>; typedef
885 impl<'a> AnchorFormat3<'a> { implementation
934 impl<'a> SomeTable<'a> for AnchorFormat3<'a> { implementation
957 impl<'a> std::fmt::Debug for AnchorFormat3<'a> { implementation