Searched refs:FWORD (Results 1 – 6 of 6) sorted by relevance
55 FWORD ascender; /* Typographic ascent. */56 FWORD descender; /* Typographic descent. */57 FWORD lineGap; /* Typographic line gap. */60 FWORD minLeadingBearing; /* Minimum left/top sidebearing value in62 FWORD minTrailingBearing; /* Minimum right/bottom sidebearing value;65 FWORD maxExtent; /* horizontal: Max(lsb + (xMax - xMin)),
87 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. */
68 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>
51 FWORD lsb; /* Leading (left/top) side bearing. */176 FWORD leadingBearingX[VAR]; /* Here the advance is assumed
252 FWORD underlinePosition; /* This is the suggested distance of the top262 FWORD underlineThickness; /* Suggested values for the underline
647 typedef INT16 FWORD; typedef