Lines Matching defs:Max
1183 int top, bot, Min, Max;
1192 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth);
1193 if (Max < 0)
1194 Max = 0;
1198 box.x2 = dst->x + x + Max + FONTMAXBOUNDS(pGC->font, rightSideBearing);
1271 int top, bot, Min, Max;
1280 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth);
1281 if (Max < 0)
1282 Max = 0;
1286 box.x2 = dst->x + x + Max + FONTMAXBOUNDS(pGC->font, rightSideBearing);