Lines Matching refs:pPixmap

91     PixmapPtr pPixmap;  member
122 (*pScreen->SetWindowPixmap) (pWindow, pVisit->pPixmap); in compSetPixmapVisitWindow()
137 compSetPixmap(WindowPtr pWindow, PixmapPtr pPixmap, int bw) in compSetPixmap() argument
142 visitRec.pPixmap = pPixmap; in compSetPixmap()
170 PixmapPtr pPixmap = (*pScreen->GetWindowPixmap) (pWin); in compCheckRedirect() local
173 compRestoreWindow(pWin, pPixmap); in compCheckRedirect()
174 (*pScreen->DestroyPixmap) (pPixmap); in compCheckRedirect()
237 PixmapPtr pPixmap = (*pScreen->GetWindowPixmap) (pWin); in compPositionWindow() local
242 if (pPixmap->screen_x != nx || pPixmap->screen_y != ny) { in compPositionWindow()
243 pPixmap->screen_x = nx; in compPositionWindow()
244 pPixmap->screen_y = ny; in compPositionWindow()
245 pPixmap->drawable.serialNumber = NEXT_SERIAL_NUMBER; in compPositionWindow()
489 PixmapPtr pPixmap = (*pScreen->GetWindowPixmap) (pWin); in compCopyWindow() local
510 RegionTranslate(&rgnDst, -pPixmap->screen_x, -pPixmap->screen_y); in compCopyWindow()
512 dx = dx + pPixmap->screen_x - cw->oldx; in compCopyWindow()
513 dy = dy + pPixmap->screen_y - cw->oldy; in compCopyWindow()
514 pGC = GetScratchGC(pPixmap->drawable.depth, pScreen); in compCopyWindow()
519 ValidateGC(&pPixmap->drawable, pGC); in compCopyWindow()
522 &pPixmap->drawable, in compCopyWindow()
535 dx = pPixmap->screen_x - cw->oldx; in compCopyWindow()
536 dy = pPixmap->screen_y - cw->oldy; in compCopyWindow()
608 PixmapPtr pPixmap = (*pScreen->GetWindowPixmap) (pWin); in compDestroyWindow() local
611 (*pScreen->DestroyPixmap) (pPixmap); in compDestroyWindow()