Lines Matching refs:pScreen

55     (pScreen->x + rootlessGlobalOffsetX)
57 (pScreen->y + rootlessGlobalOffsetY)
113 sx = pWin->drawable.pScreen->x + darwinMainScreenX; in RootlessNativeWindowMoved()
114 sy = pWin->drawable.pScreen->y + darwinMainScreenY; in RootlessNativeWindowMoved()
156 SCREEN_UNWRAP(pWin->drawable.pScreen, CreateWindow); in RootlessCreateWindow()
167 result = pWin->drawable.pScreen->CreateWindow(pWin); in RootlessCreateWindow()
173 SCREEN_WRAP(pWin->drawable.pScreen, CreateWindow); in RootlessCreateWindow()
185 SCREENREC(pWin->drawable.pScreen)->imp->DestroyFrame(winRec->wid); in RootlessDestroyFrame()
204 SCREEN_UNWRAP(pWin->drawable.pScreen, DestroyWindow); in RootlessDestroyWindow()
205 result = pWin->drawable.pScreen->DestroyWindow(pWin); in RootlessDestroyWindow()
206 SCREEN_WRAP(pWin->drawable.pScreen, DestroyWindow); in RootlessDestroyWindow()
262 SCREENREC(pWin->drawable.pScreen)->imp->ReshapeFrame(winRec->wid, pShape); in RootlessReshapeFrame()
277 ScreenPtr pScreen = pWin->drawable.pScreen; in RootlessSetShape() local
279 SCREEN_UNWRAP(pScreen, SetShape); in RootlessSetShape()
280 pScreen->SetShape(pWin, kind); in RootlessSetShape()
281 SCREEN_WRAP(pScreen, SetShape); in RootlessSetShape()
293 ScreenPtr pScreen = pWin->drawable.pScreen; in RootlessChangeWindowAttributes() local
297 SCREEN_UNWRAP(pScreen, ChangeWindowAttributes); in RootlessChangeWindowAttributes()
298 result = pScreen->ChangeWindowAttributes(pWin, vmask); in RootlessChangeWindowAttributes()
299 SCREEN_WRAP(pScreen, ChangeWindowAttributes); in RootlessChangeWindowAttributes()
324 ScreenPtr pScreen = pWin->drawable.pScreen; in RootlessPositionWindow() local
340 SCREEN_UNWRAP(pScreen, PositionWindow); in RootlessPositionWindow()
341 result = pScreen->PositionWindow(pWin, x, y); in RootlessPositionWindow()
342 SCREEN_WRAP(pScreen, PositionWindow); in RootlessPositionWindow()
378 ScreenPtr pScreen = pWin->drawable.pScreen; in RootlessEnsureFrame() local
413 if (!SCREENREC(pScreen)->imp->CreateFrame(winRec, pScreen, in RootlessEnsureFrame()
442 ScreenPtr pScreen = pWin->drawable.pScreen; in RootlessRealizeWindow() local
468 SCREEN_UNWRAP(pScreen, RealizeWindow); in RootlessRealizeWindow()
469 result = pScreen->RealizeWindow(pWin); in RootlessRealizeWindow()
470 SCREEN_WRAP(pScreen, RealizeWindow); in RootlessRealizeWindow()
512 ScreenPtr pScreen = pWin->drawable.pScreen; in RootlessUnrealizeWindow() local
521 SCREENREC(pScreen)->imp->UnmapFrame(winRec->wid); in RootlessUnrealizeWindow()
526 SCREEN_UNWRAP(pScreen, UnrealizeWindow); in RootlessUnrealizeWindow()
527 result = pScreen->UnrealizeWindow(pWin); in RootlessUnrealizeWindow()
528 SCREEN_WRAP(pScreen, UnrealizeWindow); in RootlessUnrealizeWindow()
549 ScreenPtr pScreen = pWin->drawable.pScreen; in RootlessReorderWindow() local
555 if (SCREENREC(pScreen)->imp->DoReorderWindow) { in RootlessReorderWindow()
556 if (!SCREENREC(pScreen)->imp->DoReorderWindow(winRec)) in RootlessReorderWindow()
585 SCREENREC(pScreen)->imp->RestackFrame(winRec->wid, newPrevID); in RootlessReorderWindow()
601 ScreenPtr pScreen = pWin->drawable.pScreen; in RootlessRestackWindow() local
608 SCREEN_UNWRAP(pScreen, RestackWindow); in RootlessRestackWindow()
610 if (pScreen->RestackWindow) in RootlessRestackWindow()
611 pScreen->RestackWindow(pWin, pOldNextSib); in RootlessRestackWindow()
613 SCREEN_WRAP(pScreen, RestackWindow); in RootlessRestackWindow()
663 ScreenPtr pScreen = pWin->drawable.pScreen; in RootlessResizeCopyWindow() local
688 &pScreen->GetWindowPixmap(pWin)->drawable, 0, in RootlessResizeCopyWindow()
704 &pScreen->GetWindowPixmap(pWin)->drawable, 0, in RootlessResizeCopyWindow()
730 ScreenPtr pScreen = pWin->drawable.pScreen; in RootlessCopyWindow() local
738 SCREEN_UNWRAP(pScreen, CopyWindow); in RootlessCopyWindow()
753 SCREENREC(pScreen)->imp->CopyWindow) { in RootlessCopyWindow()
774 SCREENREC(pScreen)->imp->CopyWindow(winRec->wid, in RootlessCopyWindow()
792 SCREEN_WRAP(pScreen, CopyWindow); in RootlessCopyWindow()
800 ScreenPtr pScreen = pWin->drawable.pScreen; in RootlessPaintWindow() local
813 SCREEN_UNWRAP(pScreen, PaintWindow); in RootlessPaintWindow()
814 pScreen->PaintWindow(pWin, prgn, what); in RootlessPaintWindow()
815 SCREEN_WRAP(pScreen, PaintWindow); in RootlessPaintWindow()
866 ScreenPtr pScreen = pWin->drawable.pScreen; in StartFrameResize() local
977 SCREENREC(pScreen)->imp->CopyBytes) { in StartFrameResize()
978 SCREENREC(pScreen)->imp->CopyBytes(copy_rect_width * Bpp, in StartFrameResize()
1004 = GetScratchPixmapHeader(pScreen, copy_rect_width, in StartFrameResize()
1030 = GetScratchPixmapHeader(pScreen, winRec->width, in StartFrameResize()
1053 SCREENREC(pScreen)->imp->ResizeFrame(winRec->wid, pScreen, in StartFrameResize()
1068 = GetScratchPixmapHeader(pScreen, oldW, oldH, in StartFrameResize()
1081 gResizeOldCopyWindowProc = pScreen->CopyWindow; in StartFrameResize()
1082 pScreen->CopyWindow = RootlessResizeCopyWindow; in StartFrameResize()
1099 dst = pScreen->GetWindowPixmap(pWin); in StartFrameResize()
1131 ScreenPtr pScreen = pWin->drawable.pScreen; in FinishFrameResize() local
1146 SCREENREC(pScreen)->imp->ResizeFrame(winRec->wid, pScreen, in FinishFrameResize()
1168 pScreen->CopyWindow = gResizeOldCopyWindowProc; in FinishFrameResize()
1181 ScreenPtr pScreen = pWin->drawable.pScreen; in RootlessMoveWindow() local
1220 SCREEN_UNWRAP(pScreen, MoveWindow); in RootlessMoveWindow()
1223 oldCopyWindowProc = pScreen->CopyWindow; in RootlessMoveWindow()
1224 pScreen->CopyWindow = RootlessNoCopyWindow; in RootlessMoveWindow()
1226 pScreen->MoveWindow(pWin, x, y, pSib, kind); in RootlessMoveWindow()
1228 pScreen->CopyWindow = oldCopyWindowProc; in RootlessMoveWindow()
1232 SCREEN_WRAP(pScreen, MoveWindow); in RootlessMoveWindow()
1239 SCREENREC(pScreen)->imp->MoveFrame(winRec->wid, pScreen, in RootlessMoveWindow()
1265 ScreenPtr pScreen = pWin->drawable.pScreen; in RootlessResizeWindow() local
1293 SCREEN_UNWRAP(pScreen, ResizeWindow); in RootlessResizeWindow()
1294 pScreen->ResizeWindow(pWin, x, y, w, h, pSib); in RootlessResizeWindow()
1295 SCREEN_WRAP(pScreen, ResizeWindow); in RootlessResizeWindow()
1323 SCREENREC(pScreen)->imp->ResizeFrame(winRec->wid, pScreen, in RootlessResizeWindow()
1347 ScreenPtr pScreen = pWin->drawable.pScreen; in RootlessRepositionWindow() local
1353 SCREENREC(pScreen)->imp->MoveFrame(winRec->wid, pScreen, in RootlessRepositionWindow()
1372 ScreenPtr pScreen = pWin->drawable.pScreen; in RootlessReparentWindow() local
1399 SCREENREC(pScreen)->imp->UnmapFrame(winRec->wid); in RootlessReparentWindow()
1410 SCREENREC(pScreen)->imp->ResizeFrame(winRec->wid, pScreen, in RootlessReparentWindow()
1416 if (SCREENREC(pScreen)->imp->SwitchWindow) { in RootlessReparentWindow()
1417 SCREENREC(pScreen)->imp->SwitchWindow(winRec, pWin); in RootlessReparentWindow()
1425 if (SCREENREC(pScreen)->ReparentWindow) { in RootlessReparentWindow()
1426 SCREEN_UNWRAP(pScreen, ReparentWindow); in RootlessReparentWindow()
1427 pScreen->ReparentWindow(pWin, pPriorParent); in RootlessReparentWindow()
1428 SCREEN_WRAP(pScreen, ReparentWindow); in RootlessReparentWindow()
1436 ScreenPtr pScreen = pWin->drawable.pScreen; in RootlessFlushWindowColormap() local
1443 if (SCREENREC(pScreen)->imp->UpdateColormap) in RootlessFlushWindowColormap()
1444 SCREENREC(pScreen)->imp->UpdateColormap(winRec->wid, pScreen); in RootlessFlushWindowColormap()
1486 SCREEN_UNWRAP(pWin->drawable.pScreen, ChangeBorderWidth); in RootlessChangeBorderWidth()
1487 pWin->drawable.pScreen->ChangeBorderWidth(pWin, width); in RootlessChangeBorderWidth()
1488 SCREEN_WRAP(pWin->drawable.pScreen, ChangeBorderWidth); in RootlessChangeBorderWidth()
1536 RootlessEnableRoot(ScreenPtr pScreen) in RootlessEnableRoot() argument
1540 pRoot = pScreen->root; in RootlessEnableRoot()
1543 (*pScreen->ClearToBackground) (pRoot, 0, 0, 0, 0, TRUE); in RootlessEnableRoot()
1548 RootlessDisableRoot(ScreenPtr pScreen) in RootlessDisableRoot() argument
1553 pRoot = pScreen->root; in RootlessDisableRoot()
1567 ScreenPtr pScreen; in RootlessHideAllWindows() local
1577 pScreen = screenInfo.screens[i]; in RootlessHideAllWindows()
1578 if (pScreen == NULL) in RootlessHideAllWindows()
1580 pWin = pScreen->root; in RootlessHideAllWindows()
1592 if (SCREENREC(pScreen)->imp->HideWindow) in RootlessHideAllWindows()
1593 SCREENREC(pScreen)->imp->HideWindow(winRec->wid); in RootlessHideAllWindows()
1603 ScreenPtr pScreen; in RootlessShowAllWindows() local
1613 pScreen = screenInfo.screens[i]; in RootlessShowAllWindows()
1614 if (pScreen == NULL) in RootlessShowAllWindows()
1616 pWin = pScreen->root; in RootlessShowAllWindows()
1631 RootlessScreenExpose(pScreen); in RootlessShowAllWindows()
1642 ScreenPtr pScreen = pWin->drawable.pScreen; in RootlessSetPixmapOfAncestors() local
1657 pScreen->SetWindowPixmap(pWin, topWinRec->pixmap); in RootlessSetPixmapOfAncestors()