Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/OT/Layout/GPOS/
DAnchorFormat2.hh8 struct AnchorFormat2 struct
12 HBUINT16 format; /* Format identifier--format = 2 */
13 FWORD xCoordinate; /* Horizontal value--in design units */
14 FWORD yCoordinate; /* Vertical value--in design units */
15 HBUINT16 anchorPoint; /* Index to glyph contour point */
19 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
25 void get_anchor (hb_ot_apply_context_t *c, hb_codepoint_t glyph_id, in get_anchor()
47 AnchorFormat2* copy (hb_serialize_context_t *c) const in copy()