Searched refs:pOldPixmap (Results 1 – 5 of 5) sorted by relevance
377 if (cw->pOldPixmap) { in compFreeOldPixmap()378 (*pScreen->DestroyPixmap) (cw->pOldPixmap); in compFreeOldPixmap()379 cw->pOldPixmap = NullPixmap; in compFreeOldPixmap()494 if (cw->pOldPixmap) { in compCopyWindow()521 (void) (*pGC->ops->CopyArea) (&cw->pOldPixmap->drawable, in compCopyWindow()
195 cw->pOldPixmap = NullPixmap; in compRedirectWindow()683 cw->pOldPixmap = pOld; in compReallocPixmap()688 cw->pOldPixmap = 0; in compReallocPixmap()
98 PixmapPtr pOldPixmap; member
1556 PixmapPtr pOldPixmap = (*pScreen->GetWindowPixmap) (pWindow); in damageSetWindowPixmap() local1557 DamagePtr *pPrev = getPixmapDamageRef(pOldPixmap); in damageSetWindowPixmap()
110083 composite: initialise pOldPixmap to NullPixmap at alloc time.