Searched refs:FONTDESCENT (Results 1 - 18 of 18) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | dixfontstr.h | 38 #define FONTDESCENT(font) (font)->info.fontDescent macro
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | dixfontstr.h | 39 #define FONTDESCENT(font) (font)->info.fontDescent macro
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbglyph.c | 243 heightBack = FONTASCENT(gc->font) + FONTDESCENT(gc->font);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbglyph.c | 243 heightBack = FONTASCENT(gc->font) + FONTDESCENT(gc->font);
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miglblt.c | 228 backrect.height = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font);
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miglblt.c | 206 backrect.height = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font);
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbglyph.c | 182 heightBack = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaGCmisc.c | 207 ((FONTASCENT(pGC->font) + FONTDESCENT(pGC->font)) <= 0)) 261 ((FONTASCENT(pGC->font) + FONTDESCENT(pGC->font)) <= 0))
|
| H A D | xaaTEText.c | 241 Bottom = yInit + FONTDESCENT(font);
|
| H A D | xaaNonTEText.c | 381 Bottom = yInit + FONTDESCENT(font);
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbglyph.c | 419 heightBack = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font);
|
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootlessGC.c | 1172 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1259 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1349 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font));
|
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| H A D | rootlessGC.c | 1187 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1275 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1366 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font));
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/shadowfb/ |
| H A D | shadow.c | 1433 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1481 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1533 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font));
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunGX.c | 1577 h = FONTASCENT(pfont) + FONTDESCENT(pfont);
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunGX.c | 1577 h = FONTASCENT(pfont) + FONTDESCENT(pfont);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_accel.c | 15843 int bot = max(FONTMAXBOUNDS(font, descent), FONTDESCENT(font));
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_accel.c | 15617 int bot = max(FONTMAXBOUNDS(font, descent), FONTDESCENT(font));
|
Completed in 52 milliseconds