Searched defs:hhea (Results 1 – 11 of 11) sorted by relevance
43 struct hhea struct45 static const hb_tag_t tableTag = HB_OT_TAG_hhea;47 inline bool sanitize (hb_sanitize_context_t *c) { in sanitize()53 FixedVersion version; /* 0x00010000u for version 1.0. */54 FWORD ascender; /* Typographic ascent. <a58 FWORD descender; /* Typographic descent. <a62 FWORD lineGap; /* Typographic line gap. Negative66 UFWORD advanceWidthMax; /* Maximum advance width value in68 FWORD minLeftSideBearing; /* Minimum left sidebearing value in70 FWORD minRightSideBearing; /* Minimum right sidebearing value;[all …]
64 const OT::hhea *hhea = OT::Sanitizer<OT::hhea>::lock_instance (hhea_blob); in _hb_ot_font_create() local
43 struct hhea struct45 static const hb_tag_t tableTag = HB_OT_TAG_hhea;47 inline bool sanitize (hb_sanitize_context_t *c) { in sanitize()53 FixedVersion version; /* 0x00010000 for version 1.0. */54 FWORD ascender; /* Typographic ascent. <a58 FWORD descender; /* Typographic descent. <a62 FWORD lineGap; /* Typographic line gap. Negative66 UFWORD advanceWidthMax; /* Maximum advance width value in68 FWORD minLeftSideBearing; /* Minimum left sidebearing value in70 FWORD minRightSideBearing; /* Minimum right sidebearing value;[all …]
17 OpenTypeHHEA *hhea = new OpenTypeHHEA; in ots_hhea_parse() local
36 HorizontalHeaderTablePtr hhea = down_cast<HorizontalHeaderTable*>(table); in VerifyHHEA() local
29 const int32_t Tag::hhea = TAG('h', 'h', 'e', 'a'); member in sfntly::Tag
35 static const int32_t hhea; member
412 const OpenType::HheaTable* hhea = OpenType::validateTable<OpenType::HheaTable>(buffer); in loadMetrics() local