Lines Matching refs:FONTMAXBOUNDS
1171 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font));
1172 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font));
1176 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth);
1183 FONTMAXBOUNDS(pGC->font, rightSideBearing);
1227 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing);
1234 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent);
1235 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent);
1258 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font));
1259 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font));
1263 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth);
1270 FONTMAXBOUNDS(pGC->font, rightSideBearing);
1314 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing);
1321 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent);
1322 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent);
1348 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font));
1349 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font));
1423 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent);
1424 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent);