Lines Matching refs:FONTMAXBOUNDS
1186 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font));
1187 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font));
1192 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth);
1198 box.x2 = dst->x + x + Max + FONTMAXBOUNDS(pGC->font, rightSideBearing);
1243 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing);
1249 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent);
1250 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent);
1274 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font));
1275 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font));
1280 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth);
1286 box.x2 = dst->x + x + Max + FONTMAXBOUNDS(pGC->font, rightSideBearing);
1331 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing);
1337 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent);
1338 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent);
1365 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font));
1366 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font));
1445 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent);
1446 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent);