Lines Matching refs:drawable

58     ScreenPtr pScreen = pWin->drawable.pScreen;  in compCheckWindow()
108 pWindow->drawable.pScreen->PaintWindow(pWindow, &exposed, PW_BORDER); in compRepaintBorder()
118 ScreenPtr pScreen = pWindow->drawable.pScreen; in compSetPixmapVisitWindow()
132 (void *) (intptr_t) pWindow->drawable.id); in compSetPixmapVisitWindow()
145 compCheckTree(pWindow->drawable.pScreen); in compSetPixmap()
152 CompScreenPtr cs = GetCompScreen(pWin->drawable.pScreen); in compCheckRedirect()
155 should = pWin->realized && (pWin->drawable.class != InputOnly) && in compCheckRedirect()
169 ScreenPtr pScreen = pWin->drawable.pScreen; in compCheckRedirect()
204 if ((pWin->drawable.width == w) && (pWin->drawable.height == h)) in updateOverlayWindow()
221 ScreenPtr pScreen = pWin->drawable.pScreen; in compPositionWindow()
239 int nx = pWin->drawable.x - bw; in compPositionWindow()
240 int ny = pWin->drawable.y - bw; in compPositionWindow()
245 pPixmap->drawable.serialNumber = NEXT_SERIAL_NUMBER; in compPositionWindow()
253 compCheckTree(pWin->drawable.pScreen); in compPositionWindow()
262 ScreenPtr pScreen = pWin->drawable.pScreen; in compRealizeWindow()
272 compCheckTree(pWin->drawable.pScreen); in compRealizeWindow()
279 ScreenPtr pScreen = pWin->drawable.pScreen; in compUnrealizeWindow()
289 compCheckTree(pWin->drawable.pScreen); in compUnrealizeWindow()
301 ScreenPtr pScreen = pWin->drawable.pScreen; in compClipNotify()
306 if (cw->borderClipX != pWin->drawable.x || in compClipNotify()
307 cw->borderClipY != pWin->drawable.y) { in compClipNotify()
309 pWin->drawable.x - cw->borderClipX, in compClipNotify()
310 pWin->drawable.y - cw->borderClipY); in compClipNotify()
311 cw->borderClipX = pWin->drawable.x; in compClipNotify()
312 cw->borderClipY = pWin->drawable.y; in compClipNotify()
354 ScreenPtr pScreen = pWin->drawable.pScreen; in compImplicitRedirect()
372 ScreenPtr pScreen = pWin->drawable.pScreen; in compFreeOldPixmap()
387 ScreenPtr pScreen = pWin->drawable.pScreen; in compMoveWindow()
403 ScreenPtr pScreen = pWin->drawable.pScreen; in compResizeWindow()
412 compCheckTree(pWin->drawable.pScreen); in compResizeWindow()
418 ScreenPtr pScreen = pWin->drawable.pScreen; in compChangeBorderWidth()
427 compCheckTree(pWin->drawable.pScreen); in compChangeBorderWidth()
433 ScreenPtr pScreen = pWin->drawable.pScreen; in compReparentWindow()
478 compCheckTree(pWin->drawable.pScreen); in compReparentWindow()
484 ScreenPtr pScreen = pWin->drawable.pScreen; in compCopyWindow()
502 dx = ptOldOrg.x - pWin->drawable.x; in compCopyWindow()
503 dy = ptOldOrg.y - pWin->drawable.y; in compCopyWindow()
514 pGC = GetScratchGC(pPixmap->drawable.depth, pScreen); in compCopyWindow()
519 ValidateGC(&pPixmap->drawable, pGC); in compCopyWindow()
521 (void) (*pGC->ops->CopyArea) (&cw->pOldPixmap->drawable, in compCopyWindow()
522 &pPixmap->drawable, in compCopyWindow()
542 if (ptOldOrg.x != pWin->drawable.x || ptOldOrg.y != pWin->drawable.y) { in compCopyWindow()
553 pWin->drawable.x - ptOldOrg.x, in compCopyWindow()
554 pWin->drawable.y - ptOldOrg.y); in compCopyWindow()
555 DamageDamageRegion(&pWin->drawable, prgnSrc); in compCopyWindow()
559 compCheckTree(pWin->drawable.pScreen); in compCopyWindow()
565 ScreenPtr pScreen = pWin->drawable.pScreen; in compCreateWindow()
588 compCheckTree(pWin->drawable.pScreen); in compCreateWindow()
595 ScreenPtr pScreen = pWin->drawable.pScreen; in compDestroyWindow()
631 pWin->drawable.x - cw->borderClipX, in compSetRedirectBorderClip()
632 pWin->drawable.y - cw->borderClipY); in compSetRedirectBorderClip()
640 DamageDamageRegion(&pWin->drawable, &damage); in compSetRedirectBorderClip()
646 cw->borderClipX = pWin->drawable.x; in compSetRedirectBorderClip()
647 cw->borderClipY = pWin->drawable.y; in compSetRedirectBorderClip()
662 ScreenPtr pScreen = pWin->drawable.pScreen; in compWindowUpdateAutomatic()
669 PicturePtr pSrcPicture = CreatePicture(0, &pSrcPixmap->drawable, in compWindowUpdateAutomatic()
675 PicturePtr pDstPicture = CreatePicture(0, &pParent->drawable, in compWindowUpdateAutomatic()
685 RegionTranslate(pRegion, pWin->drawable.x, pWin->drawable.y); in compWindowUpdateAutomatic()
695 RegionTranslate(pRegion, -pParent->drawable.x, -pParent->drawable.y); in compWindowUpdateAutomatic()
708 pSrcPixmap->screen_x - pParent->drawable.x, in compWindowUpdateAutomatic()
709 pSrcPixmap->screen_y - pParent->drawable.y, in compWindowUpdateAutomatic()
710 pSrcPixmap->drawable.width, pSrcPixmap->drawable.height); in compWindowUpdateAutomatic()
757 (HasSaverWindow(pWin->drawable.pScreen))) { in CompositeRealChildHead()
773 cs = GetCompScreen(pWin->drawable.pScreen); in CompositeRealChildHead()
786 ScreenPtr pScreen = pWin->drawable.pScreen; in compConfigNotify()
808 draw_x = pParent->drawable.x + x + bw; in compConfigNotify()
809 draw_y = pParent->drawable.y + y + bw; in compConfigNotify()