Searched refs:pScratchPixmap (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dpixmap.c56 PixmapPtr pPixmap = pScreen->pScratchPixmap;
59 pScreen->pScratchPixmap = NULL;
83 if (pScreen->pScratchPixmap)
86 pScreen->pScratchPixmap = pPixmap;
100 screenInfo.screens[scrnum]->pScratchPixmap = NULL;
108 FreeScratchPixmapHeader(screenInfo.screens[scrnum]->pScratchPixmap);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dpixmap.c56 PixmapPtr pPixmap = pScreen->pScratchPixmap;
59 pScreen->pScratchPixmap = NULL;
81 if (pScreen->pScratchPixmap)
84 pScreen->pScratchPixmap = pPixmap;
98 pScreen->pScratchPixmap = NULL;
105 FreeScratchPixmapHeader(pScreen->pScratchPixmap);
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dscrnintstr.h521 PixmapPtr pScratchPixmap; /* scratch pixmap "pool" */ member in struct:_Screen
/xsrc/external/mit/xorg-server/dist/include/
H A Dscrnintstr.h607 PixmapPtr pScratchPixmap; /* scratch pixmap "pool" */ member in struct:_Screen

Completed in 6 milliseconds