Searched defs:AnchorFormat3 (Results 1 – 2 of 2) sorted by relevance
8 struct AnchorFormat3 struct11 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 X19 yDeviceTable; /* Offset to Device table for Y25 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()
870 impl<'a> FontRead<'a> for AnchorFormat3<'a> { implementation883 pub type AnchorFormat3<'a> = TableRef<'a, AnchorFormat3Marker>; typedef885 impl<'a> AnchorFormat3<'a> { implementation934 impl<'a> SomeTable<'a> for AnchorFormat3<'a> { implementation957 impl<'a> std::fmt::Debug for AnchorFormat3<'a> { implementation