| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| H A D | rrpointer.c | 139 WindowPtr pRoot; local in function:RRPointerScreenConfigured 148 pRoot = GetCurrentRootWindow(pDev); 149 pCurrentScreen = pRoot ? pRoot->drawable.pScreen : NULL;
|
| H A D | rrxinerama.c | 208 WindowPtr pWin, pRoot; local in function:ProcRRXineramaGetScreenSize 219 pRoot = pScreen->root; 224 rep.width = pRoot->drawable.width; 225 rep.height = pRoot->drawable.height;
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rrpointer.c | 138 WindowPtr pRoot; local in function:RRPointerScreenConfigured 145 pRoot = GetCurrentRootWindow(pDev); 146 pCurrentScreen = pRoot ? pRoot->drawable.pScreen : NULL;
|
| H A D | rrxinerama.c | 197 WindowPtr pWin, pRoot; local in function:ProcRRXineramaGetScreenSize 208 pRoot = pScreen->root; 214 .width = pRoot->drawable.width, 215 .height = pRoot->drawable.height,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | quartz.c | 202 WindowPtr pRoot; local in function:QuartzUpdateScreens 238 pRoot = pScreen->root; 239 AppleWMSetScreenOrigin(pRoot); 240 pScreen->ResizeWindow(pRoot, x - sx, y - sy, width, height, NULL); 257 e.u.configureNotify.window = pRoot->drawable.id; 263 e.u.configureNotify.borderWidth = wBorderWidth(pRoot); 264 e.u.configureNotify.override = pRoot->overrideRedirect; 265 DeliverEvents(pRoot, &e, 1, NullWindow); 270 miPaintWindow(pRoot, &pRoot [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | quartz.c | 241 WindowPtr pRoot; local in function:QuartzUpdateScreens 276 pRoot = pScreen->root; 277 AppleWMSetScreenOrigin(pRoot); 278 pScreen->ResizeWindow(pRoot, x - sx, y - sy, width, height, NULL); 299 e.u.configureNotify.window = pRoot->drawable.id; 305 e.u.configureNotify.borderWidth = wBorderWidth(pRoot); 306 e.u.configureNotify.override = pRoot->overrideRedirect; 307 DeliverEvents(pRoot, &e, 1, NullWindow); 312 pScreen->PaintWindow(pRoot, &pRoot [all...] |
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| H A D | rootlessValTree.c | 107 int RootlessMiValidateTree(WindowPtr pRoot, WindowPtr pChild, VTKind kind); 468 RootlessMiValidateTree(WindowPtr pRoot, /* Parent to validate */ argument 469 WindowPtr pChild, /* First child of pRoot that was 480 pScreen = pRoot->drawable.pScreen; 482 pChild = pRoot->firstChild; 487 if (RegionBroken(&pRoot->clipList) && !RegionBroken(&pRoot->borderClip)) { 490 RegionNull(&pRoot->clipList); 525 RegionNull(&pRoot->valdata->after.exposed); 526 RegionNull(&pRoot [all...] |
| H A D | rootlessWindow.c | 1538 WindowPtr pRoot; local in function:RootlessEnableRoot 1540 pRoot = pScreen->root; 1542 RootlessEnsureFrame(pRoot); 1543 (*pScreen->ClearToBackground) (pRoot, 0, 0, 0, 0, TRUE); 1544 RootlessReorderWindow(pRoot); 1550 WindowPtr pRoot; local in function:RootlessDisableRoot 1553 pRoot = pScreen->root; 1554 winRec = WINREC(pRoot); 1559 RootlessDestroyFrame(pRoot, winRec); 1560 DeleteProperty(serverClient, pRoot, xa_native_window_i [all...] |
| /xsrc/external/mit/xorg-server.old/dist/composite/ |
| H A D | compoverlay.c | 131 WindowPtr pRoot = pScreen->root; local in function:compCreateOverlayWindow 147 CreateWindow (cs->overlayWid, pRoot, 0, 0, w, h, 0, 149 pRoot->drawable.depth,
|
| /xsrc/external/mit/xorg-server/dist/composite/ |
| H A D | compoverlay.c | 130 WindowPtr pRoot = pScreen->root; local in function:compCreateOverlayWindow 148 CreateWindow(cs->overlayWid, pRoot, x, y, w, h, 0, 150 pRoot->drawable.depth,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxextension.c | 300 WindowPtr pRoot = pScreen->root; local in function:dmxUpdateScreenResources 315 pRoot->drawable.width = w; 316 pRoot->drawable.height = h; 319 pRoot->winSize.extents.x1 = 0; 320 pRoot->winSize.extents.y1 = 0; 321 pRoot->winSize.extents.x2 = w; 322 pRoot->winSize.extents.y2 = h; 324 pRoot->borderSize.extents.x1 = 0; 325 pRoot->borderSize.extents.y1 = 0; 326 pRoot 405 WindowPtr pRoot = screenInfo.screens[idx]->root; local in function:dmxConfigureRootWindow 440 WindowPtr pRoot = pScreen->root; local in function:dmxSetRootWindowOrigin 918 WindowPtr pRoot = screenInfo.screens[idx]->root; local in function:dmxBECreateWindowTree 986 WindowPtr pRoot = pScreen->root; local in function:dmxForceExposures [all...] |
| H A D | dmxwindow.h | 91 extern void dmxResizeRootWindow(WindowPtr pRoot,
|
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootlessValTree.c | 107 int RootlessMiValidateTree (WindowPtr pRoot, WindowPtr pChild, VTKind kind); 560 RootlessMiValidateTree (WindowPtr pRoot, /* Parent to validate */ argument 561 WindowPtr pChild, /* First child of pRoot that was 571 pScreen = pRoot->drawable.pScreen; 573 pChild = pRoot->firstChild; 578 if (RegionBroken(&pRoot->clipList) && 579 !RegionBroken(&pRoot->borderClip)) 583 RegionEmpty(&pRoot->clipList); 619 RegionNull(&pRoot->valdata->after.exposed); 620 RegionNull(&pRoot [all...] |
| H A D | rootlessWindow.c | 1512 WindowPtr pRoot; local in function:RootlessEnableRoot 1513 pRoot = pScreen->root; 1515 RootlessEnsureFrame (pRoot); 1516 (*pScreen->ClearToBackground) (pRoot, 0, 0, 0, 0, TRUE); 1517 RootlessReorderWindow (pRoot); 1523 WindowPtr pRoot; local in function:RootlessDisableRoot 1526 pRoot = pScreen->root; 1527 winRec = WINREC (pRoot); 1532 RootlessDestroyFrame (pRoot, winRec); 1533 DeleteProperty (serverClient, pRoot, xa_native_window_i [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | gx_randr.c | 174 WindowPtr pRoot = WindowTable[pScreen->myNum]; local in function:GXRandRSetMode 176 WindowPtr pRoot = pScreen->root; local in function:GXRandRSetMode 185 if (pRoot) 241 if (pRoot)
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winrandr.c | 99 WindowPtr pRoot = pScreen->root; local in function:winDoRandRScreenSetSize 129 //pScreen->ResizeWindow(pRoot, 0, 0, width, height, NULL); 136 pScreen->PaintWindow(pRoot, &pRoot->borderClip, PW_BACKGROUND);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winrandr.c | 178 WindowPtr pRoot = pScreen->root; local in function:winDoRandRScreenSetSize 204 //pScreen->ResizeWindow(pRoot, 0, 0, width, height, NULL); 211 miPaintWindow(pRoot, &pRoot->borderClip, PW_BACKGROUND);
|
| H A D | winwin32rootlesswindow.c | 410 WindowPtr pRoot = pScreen->root; local in function:winMWExtWMRestackWindows 424 if (pRoot != NULL) 426 for (pWin = pRoot->firstChild; pWin; pWin = pWin->nextSib) 431 for (pWin = pRoot->firstChild; pWin; pWin = pWin->nextSib)
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | swaprep.c | 1177 SwapWinRoot(xWindowRoot *pRoot, xWindowRoot *pRootT) argument 1179 cpswapl(pRoot->windowId, pRootT->windowId); 1180 cpswapl(pRoot->defaultColormap, pRootT->defaultColormap); 1181 cpswapl(pRoot->whitePixel, pRootT->whitePixel); 1182 cpswapl(pRoot->blackPixel, pRootT->blackPixel); 1183 cpswapl(pRoot->currentInputMask, pRootT->currentInputMask); 1184 cpswaps(pRoot->pixWidth, pRootT->pixWidth); 1185 cpswaps(pRoot->pixHeight, pRootT->pixHeight); 1186 cpswaps(pRoot->mmWidth, pRootT->mmWidth); 1187 cpswaps(pRoot [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | swaprep.c | 1055 SwapWinRoot(xWindowRoot * pRoot, xWindowRoot * pRootT) argument 1057 cpswapl(pRoot->windowId, pRootT->windowId); 1058 cpswapl(pRoot->defaultColormap, pRootT->defaultColormap); 1059 cpswapl(pRoot->whitePixel, pRootT->whitePixel); 1060 cpswapl(pRoot->blackPixel, pRootT->blackPixel); 1061 cpswapl(pRoot->currentInputMask, pRootT->currentInputMask); 1062 cpswaps(pRoot->pixWidth, pRootT->pixWidth); 1063 cpswaps(pRoot->pixHeight, pRootT->pixHeight); 1064 cpswaps(pRoot->mmWidth, pRootT->mmWidth); 1065 cpswaps(pRoot [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaOverlayDF.c | 330 WindowPtr pRoot = pScreen->root; local in function:XAAOverCopyWindow 365 XAADoBitBlt((DrawablePtr)pRoot, (DrawablePtr)pRoot, 370 XAADoBitBlt((DrawablePtr)pRoot, (DrawablePtr)pRoot, 395 XAADoBitBlt((DrawablePtr)pRoot, (DrawablePtr)pRoot,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86RandR.c | 162 WindowPtr pRoot = pScreen->root; local in function:xf86RandRSetMode 165 if (pRoot && scrp->vtSema) 231 if (pRoot && scrp->vtSema)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| H A D | xprFrame.c | 582 WindowPtr pRoot, pWin; local in function:xprHideWindows 588 pRoot = screenInfo.screens[screen]->root; 590 for (pWin = pRoot->firstChild; pWin; pWin = pWin->nextSib) {
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86RandR.c | 157 WindowPtr pRoot = pScreen->root; local in function:xf86RandRSetMode 160 if (pRoot && scrp->vtSema) 222 if (pRoot)
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| H A D | xprFrame.c | 532 WindowPtr pRoot, pWin; local in function:xprHideWindows 536 pRoot = screenInfo.screens[screen]->root; 538 for (pWin = pRoot->firstChild; pWin; pWin = pWin->nextSib) {
|