Lines Matching refs:FONTMAXBOUNDS
1291 box->y1 = -FONTMAXBOUNDS(pFont,ascent);
1292 box->y2 = FONTMAXBOUNDS(pFont,descent);
1432 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font));
1433 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font));
1437 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth);
1444 FONTMAXBOUNDS(pGC->font, rightSideBearing);
1480 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font));
1481 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font));
1485 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth);
1492 FONTMAXBOUNDS(pGC->font, rightSideBearing);
1532 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font));
1533 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font));
1608 box.y1 = pDraw->y + y - FONTMAXBOUNDS(pGC->font, ascent);
1609 box.y2 = pDraw->y + y + FONTMAXBOUNDS(pGC->font, descent);