Lines Matching refs:minbounds
44 if (pFontInfo->maxOverlap <= pFontInfo->minbounds.leftSideBearing)
47 if ((pFontInfo->minbounds.ascent == pFontInfo->maxbounds.ascent) &&
48 (pFontInfo->minbounds.descent == pFontInfo->maxbounds.descent) &&
49 (pFontInfo->minbounds.leftSideBearing ==
51 (pFontInfo->minbounds.rightSideBearing ==
53 (pFontInfo->minbounds.characterWidth ==
55 (pFontInfo->minbounds.attributes == pFontInfo->maxbounds.attributes)) {
69 if (pFontInfo->minbounds.characterWidth == pFontInfo->maxbounds.characterWidth)
74 if ((pFontInfo->minbounds.leftSideBearing >= 0) &&
76 (pFontInfo->minbounds.ascent >= -pFontInfo->fontDescent) &&
78 (-pFontInfo->minbounds.descent <= pFontInfo->fontAscent) &&
88 if ((pFontInfo->minbounds.leftSideBearing >= 0) &&
90 (pFontInfo->minbounds.characterWidth == pFontInfo->maxbounds.characterWidth) &&
94 pFontInfo->minbounds.rightSideBearing != pFontInfo->minbounds.characterWidth ||
95 pFontInfo->minbounds.ascent != pFontInfo->fontAscent ||
96 pFontInfo->minbounds.descent != pFontInfo->fontDescent)) {