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)) {
70 if (pFontInfo->minbounds.characterWidth ==
76 if ((pFontInfo->minbounds.leftSideBearing >= 0) &&
78 (pFontInfo->minbounds.ascent >= -pFontInfo->fontDescent) &&
80 (-pFontInfo->minbounds.descent <= pFontInfo->fontAscent) &&
90 if ((pFontInfo->minbounds.leftSideBearing >= 0) &&
93 (pFontInfo->minbounds.characterWidth ==
98 pFontInfo->minbounds.rightSideBearing !=
99 pFontInfo->minbounds.characterWidth ||
100 pFontInfo->minbounds.ascent != pFontInfo->fontAscent ||
101 pFontInfo->minbounds.descent != pFontInfo->fontDescent)) {