Lines Matching refs:pWindow
90 WindowPtr pWindow; member
98 WindowPtr pWindow; in compRepaintBorder() local
100 dixLookupWindow(&pWindow, (XID) (intptr_t) closure, pClient, in compRepaintBorder()
107 RegionSubtract(&exposed, &pWindow->borderClip, &pWindow->winSize); in compRepaintBorder()
108 pWindow->drawable.pScreen->PaintWindow(pWindow, &exposed, PW_BORDER); in compRepaintBorder()
115 compSetPixmapVisitWindow(WindowPtr pWindow, void *data) in compSetPixmapVisitWindow() argument
118 ScreenPtr pScreen = pWindow->drawable.pScreen; in compSetPixmapVisitWindow()
120 if (pWindow != pVisit->pWindow && pWindow->redirectDraw != RedirectDrawNone) in compSetPixmapVisitWindow()
122 (*pScreen->SetWindowPixmap) (pWindow, pVisit->pPixmap); in compSetPixmapVisitWindow()
128 SetWinSize(pWindow); in compSetPixmapVisitWindow()
129 SetBorderSize(pWindow); in compSetPixmapVisitWindow()
132 (void *) (intptr_t) pWindow->drawable.id); in compSetPixmapVisitWindow()
137 compSetPixmap(WindowPtr pWindow, PixmapPtr pPixmap, int bw) in compSetPixmap() argument
141 visitRec.pWindow = pWindow; in compSetPixmap()
144 TraverseTree(pWindow, compSetPixmapVisitWindow, (void *) &visitRec); in compSetPixmap()
145 compCheckTree(pWindow->drawable.pScreen); in compSetPixmap()