Lines Matching refs:FONTMAXBOUNDS
1186 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font)); in RootlessImageText8()
1187 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); in RootlessImageText8()
1192 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText8()
1198 box.x2 = dst->x + x + Max + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessImageText8()
1243 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText8()
1252 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText8()
1253 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText8()
1277 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font)); in RootlessImageText16()
1278 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); in RootlessImageText16()
1283 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText16()
1289 box.x2 = dst->x + x + Max + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessImageText16()
1334 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText16()
1343 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText16()
1344 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText16()
1371 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font)); in RootlessImageGlyphBlt()
1372 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); in RootlessImageGlyphBlt()
1451 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyGlyphBlt()
1452 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyGlyphBlt()