Lines Matching refs:pWin
32 fbCreateWindow(WindowPtr pWin) in fbCreateWindow() argument
34 dixSetPrivate(&pWin->devPrivates, fbGetWinPrivateKey(pWin), in fbCreateWindow()
35 fbGetScreenPixmap(pWin->drawable.pScreen)); in fbCreateWindow()
40 fbDestroyWindow(WindowPtr pWin) in fbDestroyWindow() argument
52 fbPositionWindow(WindowPtr pWin, int x, int y) in fbPositionWindow() argument
103 fbCopyWindow(WindowPtr pWin, DDXPointRec ptOldOrg, RegionPtr prgnSrc) in fbCopyWindow() argument
108 PixmapPtr pPixmap = fbGetWindowPixmap(pWin); in fbCopyWindow()
111 dx = ptOldOrg.x - pWin->drawable.x; in fbCopyWindow()
112 dy = ptOldOrg.y - pWin->drawable.y; in fbCopyWindow()
117 RegionIntersect(&rgnDst, &pWin->borderClip, prgnSrc); in fbCopyWindow()
128 fbValidateDrawable(&pWin->drawable); in fbCopyWindow()
141 fbChangeWindowAttributes(WindowPtr pWin, unsigned long mask) in fbChangeWindowAttributes() argument
144 if (pWin->backgroundState == BackgroundPixmap) in fbChangeWindowAttributes()
145 fbFixupWindowPixmap(&pWin->drawable, &pWin->background.pixmap); in fbChangeWindowAttributes()
148 if (pWin->borderIsPixel == FALSE) in fbChangeWindowAttributes()
149 fbFixupWindowPixmap(&pWin->drawable, &pWin->border.pixmap); in fbChangeWindowAttributes()