| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxextension.c | 326 WindowPtr pRoot = pScreen->root; in dmxUpdateScreenResources() local 341 pRoot->drawable.width = w; in dmxUpdateScreenResources() 342 pRoot->drawable.height = h; in dmxUpdateScreenResources() 345 pRoot->winSize.extents.x1 = 0; in dmxUpdateScreenResources() 346 pRoot->winSize.extents.y1 = 0; in dmxUpdateScreenResources() 347 pRoot->winSize.extents.x2 = w; in dmxUpdateScreenResources() 348 pRoot->winSize.extents.y2 = h; in dmxUpdateScreenResources() 350 pRoot->borderSize.extents.x1 = 0; in dmxUpdateScreenResources() 351 pRoot->borderSize.extents.y1 = 0; in dmxUpdateScreenResources() 352 pRoot->borderSize.extents.x2 = w; in dmxUpdateScreenResources() [all …]
|
| H A D | dmxwindow.h | 88 extern void dmxResizeRootWindow(WindowPtr pRoot, int x, int y, int w, int h);
|
| H A D | dmxwindow.c | 142 dmxResizeRootWindow(WindowPtr pRoot, int x, int y, int w, int h) in dmxResizeRootWindow() argument 144 DMXScreenInfo *dmxScreen = &dmxScreens[pRoot->drawable.pScreen->myNum]; in dmxResizeRootWindow() 145 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pRoot); in dmxResizeRootWindow()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | quartz.c | 239 WindowPtr pRoot; in QuartzUpdateScreens() local 274 pRoot = pScreen->root; in QuartzUpdateScreens() 275 AppleWMSetScreenOrigin(pRoot); in QuartzUpdateScreens() 276 pScreen->ResizeWindow(pRoot, x - sx, y - sy, width, height, NULL); in QuartzUpdateScreens() 297 e.u.configureNotify.window = pRoot->drawable.id; in QuartzUpdateScreens() 303 e.u.configureNotify.borderWidth = wBorderWidth(pRoot); in QuartzUpdateScreens() 304 e.u.configureNotify.override = pRoot->overrideRedirect; in QuartzUpdateScreens() 305 DeliverEvents(pRoot, &e, 1, NullWindow); in QuartzUpdateScreens() 310 pScreen->PaintWindow(pRoot, &pRoot->borderClip, PW_BACKGROUND); in QuartzUpdateScreens()
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessValTree.c | 107 int RootlessMiValidateTree(WindowPtr pRoot, WindowPtr pChild, VTKind kind); 468 RootlessMiValidateTree(WindowPtr pRoot, /* Parent to validate */ in RootlessMiValidateTree() argument 480 pScreen = pRoot->drawable.pScreen; in RootlessMiValidateTree() 482 pChild = pRoot->firstChild; in RootlessMiValidateTree() 487 if (RegionBroken(&pRoot->clipList) && !RegionBroken(&pRoot->borderClip)) { in RootlessMiValidateTree() 490 RegionNull(&pRoot->clipList); in RootlessMiValidateTree() 525 RegionNull(&pRoot->valdata->after.exposed); in RootlessMiValidateTree() 526 RegionNull(&pRoot->valdata->after.borderExposed); in RootlessMiValidateTree()
|
| H A D | rootlessWindow.c | 1538 WindowPtr pRoot; in RootlessEnableRoot() local 1540 pRoot = pScreen->root; in RootlessEnableRoot() 1542 RootlessEnsureFrame(pRoot); in RootlessEnableRoot() 1543 (*pScreen->ClearToBackground) (pRoot, 0, 0, 0, 0, TRUE); in RootlessEnableRoot() 1544 RootlessReorderWindow(pRoot); in RootlessEnableRoot() 1550 WindowPtr pRoot; in RootlessDisableRoot() local 1553 pRoot = pScreen->root; in RootlessDisableRoot() 1554 winRec = WINREC(pRoot); in RootlessDisableRoot() 1559 RootlessDestroyFrame(pRoot, winRec); in RootlessDisableRoot() 1560 DeleteProperty(serverClient, pRoot, xa_native_window_id()); in RootlessDisableRoot()
|
| H A D | rootlessScreen.c | 59 extern int RootlessMiValidateTree(WindowPtr pRoot, WindowPtr pChild,
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrpointer.c | 138 WindowPtr pRoot; in RRPointerScreenConfigured() local 145 pRoot = GetCurrentRootWindow(pDev); in RRPointerScreenConfigured() 146 pCurrentScreen = pRoot ? pRoot->drawable.pScreen : NULL; in RRPointerScreenConfigured()
|
| H A D | rrxinerama.c | 197 WindowPtr pWin, pRoot; in ProcRRXineramaGetScreenSize() local 208 pRoot = pScreen->root; in ProcRRXineramaGetScreenSize() 214 .width = pRoot->drawable.width, in ProcRRXineramaGetScreenSize() 215 .height = pRoot->drawable.height, in ProcRRXineramaGetScreenSize()
|
| H A D | rrscreen.c | 96 WindowPtr pRoot = pScreen->root; in RRDeliverScreenEvent() local 103 .root = pRoot->drawable.id, in RRDeliverScreenEvent()
|
| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compoverlay.c | 130 WindowPtr pRoot = pScreen->root; in compCreateOverlayWindow() local 148 CreateWindow(cs->overlayWid, pRoot, x, y, w, h, 0, in compCreateOverlayWindow() 150 pRoot->drawable.depth, in compCreateOverlayWindow()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winrandr.c | 100 WindowPtr pRoot = pScreen->root; in winDoRandRScreenSetSize() local 137 pScreen->PaintWindow(pRoot, &pRoot->borderClip, PW_BACKGROUND); in winDoRandRScreenSetSize()
|
| H A D | winwin32rootlesswindow.c | 351 WindowPtr pRoot = pScreen->root; in winMWExtWMRestackWindows() local 365 if (pRoot != NULL) { in winMWExtWMRestackWindows() 366 for (pWin = pRoot->firstChild; pWin; pWin = pWin->nextSib) in winMWExtWMRestackWindows() 371 for (pWin = pRoot->firstChild; pWin; pWin = pWin->nextSib) { in winMWExtWMRestackWindows()
|
| H A D | winwin32rootlesswndproc.c | 287 WindowPtr pRoot = GetCurrentRootWindow(inputInfo.pointer); in IsMouseActive() local 311 if (pWin != pRoot) { in IsMouseActive() 312 return IsMouseActive(pRoot); in IsMouseActive()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | swaprep.c | 1055 SwapWinRoot(xWindowRoot * pRoot, xWindowRoot * pRootT) in SwapWinRoot() argument 1057 cpswapl(pRoot->windowId, pRootT->windowId); in SwapWinRoot() 1058 cpswapl(pRoot->defaultColormap, pRootT->defaultColormap); in SwapWinRoot() 1059 cpswapl(pRoot->whitePixel, pRootT->whitePixel); in SwapWinRoot() 1060 cpswapl(pRoot->blackPixel, pRootT->blackPixel); in SwapWinRoot() 1061 cpswapl(pRoot->currentInputMask, pRootT->currentInputMask); in SwapWinRoot() 1062 cpswaps(pRoot->pixWidth, pRootT->pixWidth); in SwapWinRoot() 1063 cpswaps(pRoot->pixHeight, pRootT->pixHeight); in SwapWinRoot() 1064 cpswaps(pRoot->mmWidth, pRootT->mmWidth); in SwapWinRoot() 1065 cpswaps(pRoot->mmHeight, pRootT->mmHeight); in SwapWinRoot() [all …]
|
| H A D | dispatch.c | 3662 WindowPtr pRoot = screenInfo.screens[i]->root; in SendConnSetup() local 3664 root->currentInputMask = pRoot->eventMask | wOtherEventMasks(pRoot); in SendConnSetup()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-output.c | 162 WindowPtr pRoot = pScreen->root; in update_backing_pixmaps() local 172 TraverseTree(pRoot, xwl_set_pixmap_visit_window, old_pixmap); in update_backing_pixmaps() 176 pScreen->ResizeWindow(pRoot, 0, 0, width, height, NULL); in update_backing_pixmaps()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | xprFrame.c | 546 WindowPtr pRoot, pWin; in xprHideWindows() local 550 pRoot = screenInfo.screens[screen]->root; in xprHideWindows() 552 for (pWin = pRoot->firstChild; pWin; pWin = pWin->nextSib) { in xprHideWindows()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86RandR.c | 157 WindowPtr pRoot = pScreen->root; in xf86RandRSetMode() local 160 if (pRoot && scrp->vtSema) in xf86RandRSetMode() 222 if (pRoot) in xf86RandRSetMode()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxconsole.c | 215 WindowPtr pRoot = pScreen->root; in dmxConsoleDrawWindows() local 220 pRoot->drawable.id, in dmxConsoleDrawWindows() 221 pRoot->parent, pRoot->firstChild, pRoot->lastChild); in dmxConsoleDrawWindows() 224 for (pChild = pRoot->firstChild; pChild; pChild = pChild->nextSib) { in dmxConsoleDrawWindows()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | dmxparse.c | 247 dmxConfigCreateFullDim(DMXConfigPartDimPtr pScrn, DMXConfigPartDimPtr pRoot) in dmxConfigCreateFullDim() argument 252 pFull->root = pRoot; in dmxConfigCreateFullDim()
|
| H A D | dmxparse.h | 233 DMXConfigPartDimPtr pRoot);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 518 WindowPtr pRoot = pScreen->root; in xf86RandR12SetMode() local 522 if (pRoot) in xf86RandR12SetMode() 575 if (pRoot) in xf86RandR12SetMode() 685 WindowPtr pRoot = pScreen->root; in xf86RandR12ScreenSetSize() local 694 if (pRoot && pScrn->vtSema) in xf86RandR12ScreenSetSize() 732 if (pRoot && pScrn->vtSema) in xf86RandR12ScreenSetSize()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/ |
| H A D | dri2.c | 951 WindowPtr pWin, pRoot; in DRI2CanFlip() local 957 pRoot = pScreen->root; in DRI2CanFlip() 958 pRootPixmap = pScreen->GetWindowPixmap(pRoot); in DRI2CanFlip() 964 if (!RegionEqual(&pWin->clipList, &pRoot->winSize)) in DRI2CanFlip()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mioverlay.c | 1537 WindowPtr pRoot = pScreen->root; in miOverlaySetRootClip() local 1538 miOverlayTreePtr pTree = MIOVERLAY_GET_WINDOW_TREE(pRoot); in miOverlaySetRootClip() 1540 MARK_UNDERLAY(pRoot); in miOverlaySetRootClip()
|