Lines Matching refs:minbounds
45 if (pFontInfo->maxOverlap <= pFontInfo->minbounds.leftSideBearing)
48 if ((pFontInfo->minbounds.ascent == pFontInfo->maxbounds.ascent) &&
49 (pFontInfo->minbounds.descent == pFontInfo->maxbounds.descent) &&
50 (pFontInfo->minbounds.leftSideBearing ==
52 (pFontInfo->minbounds.rightSideBearing ==
54 (pFontInfo->minbounds.characterWidth ==
56 (pFontInfo->minbounds.attributes == pFontInfo->maxbounds.attributes)) {
70 if (pFontInfo->minbounds.characterWidth == pFontInfo->maxbounds.characterWidth)
75 if ((pFontInfo->minbounds.leftSideBearing >= 0) &&
77 (pFontInfo->minbounds.ascent >= -pFontInfo->fontDescent) &&
79 (-pFontInfo->minbounds.descent <= pFontInfo->fontAscent) &&
89 if ((pFontInfo->minbounds.leftSideBearing >= 0) &&
91 (pFontInfo->minbounds.characterWidth == pFontInfo->maxbounds.characterWidth) &&
95 pFontInfo->minbounds.rightSideBearing != pFontInfo->minbounds.characterWidth ||
96 pFontInfo->minbounds.ascent != pFontInfo->fontAscent ||
97 pFontInfo->minbounds.descent != pFontInfo->fontDescent)) {