Searched refs:FONTMAXBOUNDS (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaNonTEText.c | 282 Top = yInit - FONTMAXBOUNDS(font,ascent); 283 Bottom = yInit + FONTMAXBOUNDS(font,descent); 306 pntr = block + ((FONTMAXBOUNDS(font,ascent) + top) * pitch) + 322 pntr = block + ((FONTMAXBOUNDS(font,ascent) + topLine) * pitch); 412 ((FONTMAXBOUNDS(font, rightSideBearing) - 425 Top = yInit - FONTMAXBOUNDS(font,ascent); 426 Bottom = yInit + FONTMAXBOUNDS(font,descent); 489 ((FONTMAXBOUNDS(font, rightSideBearing) - 502 Top = yInit - FONTMAXBOUNDS(font,ascent); 503 Bottom = yInit + FONTMAXBOUNDS(fon [all...] |
| H A D | xaaTEText.c | 73 return (x + (n * FONTMAXBOUNDS(pGC->font, characterWidth))); 98 return (x + (n * FONTMAXBOUNDS(pGC->font, characterWidth))); 235 int glyphWidth = FONTMAXBOUNDS(font, characterWidth);
|
| H A D | xaaGCmisc.c | 201 if((FONTMAXBOUNDS(pGC->font, rightSideBearing) - 255 if((FONTMAXBOUNDS(pGC->font, rightSideBearing) -
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | dixfontstr.h | 34 #define FONTMAXBOUNDS(font,field) (font)->info.maxbounds.field macro
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miglblt.c | 119 width = FONTMAXBOUNDS(pfont,rightSideBearing) - 121 height = FONTMAXBOUNDS(pfont,ascent) + 122 FONTMAXBOUNDS(pfont,descent);
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miglblt.c | 111 width = FONTMAXBOUNDS(pfont, rightSideBearing) - 113 height = FONTMAXBOUNDS(pfont, ascent) + FONTMAXBOUNDS(pfont, descent);
|
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootlessGC.c | 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(pG [all...] |
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| H A D | rootlessGC.c | 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(pG [all...] |
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | dixfontstr.h | 35 #define FONTMAXBOUNDS(font,field) (font)->info.maxbounds.field macro
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/shadowfb/ |
| H A D | shadow.c | 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(pG [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunGX.c | 1510 box.y1 = -FONTMAXBOUNDS(pGC->font,ascent); 1511 box.y2 = FONTMAXBOUNDS(pGC->font,descent); 1576 widthGlyph = FONTMAXBOUNDS(pfont,characterWidth); 2015 #define FONTWIDTH(font) (FONTMAXBOUNDS(font,rightSideBearing) - \
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunGX.c | 1510 box.y1 = -FONTMAXBOUNDS(pGC->font,ascent); 1511 box.y2 = FONTMAXBOUNDS(pGC->font,descent); 1576 widthGlyph = FONTMAXBOUNDS(pfont,characterWidth); 2015 #define FONTWIDTH(font) (FONTMAXBOUNDS(font,rightSideBearing) - \
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_accel.c | 15842 int top = max(FONTMAXBOUNDS(font, ascent), FONTASCENT(font)); 15843 int bot = max(FONTMAXBOUNDS(font, descent), FONTDESCENT(font)); 15844 int width = max(FONTMAXBOUNDS(font, characterWidth), -FONTMINBOUNDS(font, characterWidth));
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_accel.c | 15616 int top = max(FONTMAXBOUNDS(font, ascent), FONTASCENT(font)); 15617 int bot = max(FONTMAXBOUNDS(font, descent), FONTDESCENT(font)); 15618 int width = max(FONTMAXBOUNDS(font, characterWidth), -FONTMINBOUNDS(font, characterWidth));
|
Completed in 51 milliseconds