Searched refs:oldPixmap (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootlessCommon.c | 182 PixmapPtr oldPixmap = dixLookupPrivate(&pWindow->devPrivates, rootlessWindowOldPixmapPrivateKey); local in function:RootlessStartDrawing 183 if (oldPixmap != NULL) 185 if (oldPixmap == curPixmap) 186 RL_DEBUG_MSG("Window %p's curPixmap %p is the same as its oldPixmap; strange\n", pWindow, curPixmap); 188 RL_DEBUG_MSG("Window %p's existing oldPixmap %p being lost!\n", pWindow, oldPixmap); 206 PixmapPtr oldPixmap = dixLookupPrivate(&pWindow->devPrivates, rootlessWindowOldPixmapPrivateKey); local in function:RestorePreDrawingPixmapVisitor 207 if (oldPixmap == NULL) 210 RL_DEBUG_MSG("Window %p appears to be in drawing mode (ex-pixmap %p equals winRec->pixmap, which is being freed) but has no oldPixmap!\n", pWindow, exPixmap); 215 RL_DEBUG_MSG("Window %p appears to be in drawing mode (oldPixmap [all...] |
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| H A D | rootlessCommon.c | 215 PixmapPtr oldPixmap = local in function:RootlessStartDrawing 220 RL_DEBUG_MSG("oldPixmap is %p %p for wid=%lu\n", oldPixmap, oldPixmap ? oldPixmap->devPrivate.ptr : NULL, RootlessWID(pWindow)); 222 if (oldPixmap != NULL) { 223 if (oldPixmap == curPixmap) 225 ("Window %p's curPixmap %p is the same as its oldPixmap; strange\n", 228 RL_DEBUG_MSG("Window %p's existing oldPixmap %p being lost!\n", 229 pWindow, oldPixmap); 248 PixmapPtr oldPixmap = local in function:RestorePreDrawingPixmapVisitor [all...] |
Completed in 3 milliseconds