Home
last modified time | relevance | path

Searched refs:pScratchPixmap (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dpixmap.c57 PixmapPtr pPixmap = pScreen->pScratchPixmap; in GetScratchPixmapHeader()
60 pScreen->pScratchPixmap = NULL; in GetScratchPixmapHeader()
82 if (pScreen->pScratchPixmap) in FreeScratchPixmapHeader()
85 pScreen->pScratchPixmap = pPixmap; in FreeScratchPixmapHeader()
99 pScreen->pScratchPixmap = NULL; in CreateScratchPixmapsForScreen()
106 FreeScratchPixmapHeader(pScreen->pScratchPixmap); in FreeScratchPixmapsForScreen()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h607 PixmapPtr pScratchPixmap; /* scratch pixmap "pool" */ member