Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-aat-layout-ankr-table.hh59 struct ankr struct
61 enum { tableTag = HB_AAT_TAG_ankr };
63 const Anchor &get_anchor (hb_codepoint_t glyph_id, in get_anchor()
78 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
87 HBUINT16 version; /* Version number (set to zero) */
88 HBUINT16 flags; /* Flags (currently unused; set to zero) */
90 lookupTable; /* Offset to the table's lookup table */
92 anchorData; /* Offset to the glyph data table */
Dhb-aat-layout.cc290 const AAT::ankr& ankr = *font->face->table.ankr; in hb_aat_layout_position() local