Home
last modified time | relevance | path

Searched refs:FWORD (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-hhea-table.hh55 FWORD ascender; /* Typographic ascent. */
56 FWORD descender; /* Typographic descent. */
57 FWORD lineGap; /* Typographic line gap. */
60 FWORD minLeadingBearing; /* Minimum left/top sidebearing value in
62 FWORD minTrailingBearing; /* Minimum right/bottom sidebearing value;
65 FWORD maxExtent; /* horizontal: Max(lsb + (xMax - xMin)),
Dhb-ot-glyf-table.hh87 FWORD xMin; /* Minimum x for coordinate data. */
88 FWORD yMin; /* Minimum y for coordinate data. */
89 FWORD xMax; /* Maximum x for coordinate data. */
90 FWORD yMax; /* Maximum y for coordinate data. */
Dhb-ot-kern-table.hh68 FWORD value;
119 unsigned int offset = l * rowWidth + r * sizeof (FWORD); in get_kerning()
120 const FWORD *arr = &(this+array); in get_kerning()
123 const FWORD *v = &StructAtOffset<FWORD> (arr, offset); in get_kerning()
146 OffsetTo<FWORD>
Dhb-ot-hmtx-table.hh51 FWORD lsb; /* Leading (left/top) side bearing. */
176 FWORD leadingBearingX[VAR]; /* Here the advance is assumed
Dhb-ot-post-table.hh252 FWORD underlinePosition; /* This is the suggested distance of the top
262 FWORD underlineThickness; /* Suggested values for the underline
Dhb-open-type-private.hh647 typedef INT16 FWORD; typedef