Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-hhea-table.hh46 struct _hea struct
48 bool has_data () const { return version.major; } in has_data()
50 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
57 FixedVersion<>version; /* 0x00010000u for version 1.0. */
58 FWORD ascender; /* Typographic ascent. */
59 FWORD descender; /* Typographic descent. */
60 FWORD lineGap; /* Typographic line gap. */
61 UFWORD advanceMax; /* Maximum advance width/height value in
63 FWORD minLeadingBearing; /* Minimum left/top sidebearing value in
65 FWORD minTrailingBearing; /* Minimum right/bottom sidebearing value;
[all …]