Searched defs:_hea (Results 1 – 2 of 2) sorted by relevance
45 struct _hea struct47 static const hb_tag_t tableTag = HB_TAG('_','h','e','a');49 static const hb_tag_t hheaTag = HB_OT_TAG_hhea;50 static const hb_tag_t vheaTag = HB_OT_TAG_vhea;52 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize()59 FixedVersion<>version; /* 0x00010000u for version 1.0. */60 FWORD ascender; /* Typographic ascent. */61 FWORD descender; /* Typographic descent. */62 FWORD lineGap; /* Typographic line gap. */63 UFWORD advanceMax; /* Maximum advance width/height value in[all …]
77 const OT::_hea *_hea = OT::Sanitizer<OT::_hea>::lock_instance (_hea_blob); in init() local