Searched defs:ankr (Results 1 – 2 of 2) sorted by relevance
59 struct ankr struct61 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 */
290 const AAT::ankr& ankr = *font->face->table.ankr; in hb_aat_layout_position() local