Home
last modified time | relevance | path

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

/third_party/skia/m133/third_party/externals/harfbuzz/src/OT/Layout/GPOS/
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()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh452 struct AnchorFormat3 struct
454 void get_anchor (hb_ot_apply_context_t *c, hb_codepoint_t glyph_id HB_UNUSED, in get_anchor()
467 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
473 AnchorFormat3* copy (hb_serialize_context_t *c, in copy()
487 void collect_variation_indices (hb_collect_variation_indices_context_t *c) const in collect_variation_indices()
494 HBUINT16 format; /* Format identifier--format = 3 */
495 FWORD xCoordinate; /* Horizontal value--in design units */
496 FWORD yCoordinate; /* Vertical value--in design units */
498 xDeviceTable; /* Offset to Device table for X
502 yDeviceTable; /* Offset to Device table for Y