Searched refs:PixmapPerDepth (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgc.c534 pGC->stipple = pGC->pScreen->PixmapPerDepth[0];
919 if (!(pScreen->PixmapPerDepth[0] =
929 (*pScreen->DestroyPixmap)(pScreen->PixmapPerDepth[0]);
933 ValidateGC((DrawablePtr)pScreen->PixmapPerDepth[0], pgcScratch);
938 (*pgcScratch->ops->PolyFillRect)((DrawablePtr)pScreen->PixmapPerDepth[0],
948 (*pScreen->DestroyPixmap)(pScreen->PixmapPerDepth[0]);
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dscrnintstr.h430 PixmapPtr PixmapPerDepth[1]; member in struct:_Screen
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxextension.c879 if (pGC->stipple != pScreen->PixmapPerDepth[0]) {
1264 dmxBECreatePixmap(pScreen->PixmapPerDepth[0]);
1265 dmxBERestorePixmap(pScreen->PixmapPerDepth[0]);
1610 dmxBESavePixmap(screenInfo.screens[idx]->PixmapPerDepth[0]);
1611 dmxBEFreePixmap(screenInfo.screens[idx]->PixmapPerDepth[0]);

Completed in 6 milliseconds