Searched refs:FONTDESCENT (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/include/
H A Ddixfontstr.h38 #define FONTDESCENT(font) (font)->info.fontDescent macro
/xsrc/external/mit/xorg-server/dist/include/
H A Ddixfontstr.h39 #define FONTDESCENT(font) (font)->info.fontDescent macro
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbglyph.c243 heightBack = FONTASCENT(gc->font) + FONTDESCENT(gc->font);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbglyph.c243 heightBack = FONTASCENT(gc->font) + FONTDESCENT(gc->font);
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiglblt.c228 backrect.height = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font);
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiglblt.c206 backrect.height = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font);
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbglyph.c182 heightBack = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaGCmisc.c207 ((FONTASCENT(pGC->font) + FONTDESCENT(pGC->font)) <= 0))
261 ((FONTASCENT(pGC->font) + FONTDESCENT(pGC->font)) <= 0))
H A DxaaTEText.c241 Bottom = yInit + FONTDESCENT(font);
H A DxaaNonTEText.c381 Bottom = yInit + FONTDESCENT(font);
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbglyph.c419 heightBack = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font);
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessGC.c1172 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 DrootlessGC.c1187 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 Dshadow.c1433 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 DsunGX.c1577 h = FONTASCENT(pfont) + FONTDESCENT(pfont);
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunGX.c1577 h = FONTASCENT(pfont) + FONTDESCENT(pfont);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_accel.c15843 int bot = max(FONTMAXBOUNDS(font, descent), FONTDESCENT(font));
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_accel.c15617 int bot = max(FONTMAXBOUNDS(font, descent), FONTDESCENT(font));

Completed in 52 milliseconds