Home
last modified time | relevance | path

Searched refs:pOldPixmap (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/composite/
H A Dcompwindow.c377 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()
H A Dcompalloc.c195 cw->pOldPixmap = NullPixmap; in compRedirectWindow()
683 cw->pOldPixmap = pOld; in compReallocPixmap()
688 cw->pOldPixmap = 0; in compReallocPixmap()
H A Dcompint.h98 PixmapPtr pOldPixmap; member
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.c1556 PixmapPtr pOldPixmap = (*pScreen->GetWindowPixmap) (pWindow); in damageSetWindowPixmap() local
1557 DamagePtr *pPrev = getPixmapDamageRef(pOldPixmap); in damageSetWindowPixmap()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog110083 composite: initialise pOldPixmap to NullPixmap at alloc time.