HomeSort by: relevance | last modified time | path
    Searched defs:pRoot (Results 1 - 25 of 32) sorted by relevancy

1 2

  /xsrc/external/mit/xorg-server.old/dist/composite/
compoverlay.c 131 WindowPtr pRoot = pScreen->root;
147 CreateWindow (cs->overlayWid, pRoot, 0, 0, w, h, 0,
149 pRoot->drawable.depth,
  /xsrc/external/mit/xorg-server/dist/composite/
compoverlay.c 130 WindowPtr pRoot = pScreen->root;
148 CreateWindow(cs->overlayWid, pRoot, x, y, w, h, 0,
150 pRoot->drawable.depth,
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winrandr.c 99 WindowPtr pRoot = pScreen->root;
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/
winrandr.c 178 WindowPtr pRoot = pScreen->root;
204 //pScreen->ResizeWindow(pRoot, 0, 0, width, height, NULL);
211 miPaintWindow(pRoot, &pRoot->borderClip, PW_BACKGROUND);
winwin32rootlesswindow.c 410 WindowPtr pRoot = pScreen->root;
424 if (pRoot != NULL)
426 for (pWin = pRoot->firstChild; pWin; pWin = pWin->nextSib)
431 for (pWin = pRoot->firstChild; pWin; pWin = pWin->nextSib)
winwin32rootlesswndproc.c 296 WindowPtr pRoot = GetCurrentRootWindow (inputInfo.pointer);
324 if (pWin != pRoot)
326 return IsRaiseOnClick (pRoot);
351 WindowPtr pRoot = GetCurrentRootWindow (inputInfo.pointer);
379 if (pWin != pRoot)
381 return IsMouseActive (pRoot);
  /xsrc/external/mit/xorg-server/dist/randr/
rrpointer.c 138 WindowPtr pRoot;
145 pRoot = GetCurrentRootWindow(pDev);
146 pCurrentScreen = pRoot ? pRoot->drawable.pScreen : NULL;
rrxinerama.c 197 WindowPtr pWin, pRoot;
208 pRoot = pScreen->root;
214 .width = pRoot->drawable.width,
215 .height = pRoot->drawable.height,
rrscreen.c 96 WindowPtr pRoot = pScreen->root;
103 .root = pRoot->drawable.id,
  /xsrc/external/mit/xorg-server.old/dist/randr/
rrpointer.c 139 WindowPtr pRoot;
148 pRoot = GetCurrentRootWindow(pDev);
149 pCurrentScreen = pRoot ? pRoot->drawable.pScreen : NULL;
rrxinerama.c 208 WindowPtr pWin, pRoot;
219 pRoot = pScreen->root;
224 rep.width = pRoot->drawable.width;
225 rep.height = pRoot->drawable.height;
rrscreen.c 100 WindowPtr pRoot = pScreen->root;
106 se.root = pRoot->drawable.id;
  /xsrc/external/mit/xf86-video-geode/dist/src/
gx_randr.c 174 WindowPtr pRoot = WindowTable[pScreen->myNum];
176 WindowPtr pRoot = pScreen->root;
185 if (pRoot)
241 if (pRoot)
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86RandR.c 157 WindowPtr pRoot = pScreen->root;
160 if (pRoot && scrp->vtSema)
222 if (pRoot)
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/
quartz.c 241 WindowPtr pRoot;
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->borderClip, PW_BACKGROUND)
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
xprFrame.c 532 WindowPtr pRoot, pWin;
536 pRoot = screenInfo.screens[screen]->root;
538 for (pWin = pRoot->firstChild; pWin; pWin = pWin->nextSib) {
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86RandR.c 162 WindowPtr pRoot = pScreen->root;
165 if (pRoot && scrp->vtSema)
231 if (pRoot && scrp->vtSema)
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
quartz.c 202 WindowPtr pRoot;
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->borderClip, PW_BACKGROUND)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
xprFrame.c 582 WindowPtr pRoot, pWin;
588 pRoot = screenInfo.screens[screen]->root;
590 for (pWin = pRoot->firstChild; pWin; pWin = pWin->nextSib) {
  /xsrc/external/mit/xorg-server/dist/miext/rootless/
rootlessWindow.c 1538 WindowPtr pRoot;
1540 pRoot = pScreen->root;
1542 RootlessEnsureFrame(pRoot);
1543 (*pScreen->ClearToBackground) (pRoot, 0, 0, 0, 0, TRUE);
1544 RootlessReorderWindow(pRoot);
1550 WindowPtr pRoot;
1553 pRoot = pScreen->root;
1554 winRec = WINREC(pRoot);
1559 RootlessDestroyFrame(pRoot, winRec);
1560 DeleteProperty(serverClient, pRoot, xa_native_window_id())
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxextension.c 300 WindowPtr pRoot = pScreen->root;
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->borderSize.extents.x2 = w
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaOverlayDF.c 330 WindowPtr pRoot = pScreen->root;
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/miext/rootless/
rootlessWindow.c 1512 WindowPtr pRoot;
1513 pRoot = pScreen->root;
1515 RootlessEnsureFrame (pRoot);
1516 (*pScreen->ClearToBackground) (pRoot, 0, 0, 0, 0, TRUE);
1517 RootlessReorderWindow (pRoot);
1523 WindowPtr pRoot;
1526 pRoot = pScreen->root;
1527 winRec = WINREC (pRoot);
1532 RootlessDestroyFrame (pRoot, winRec);
1533 DeleteProperty (serverClient, pRoot, xa_native_window_id ())
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
dmxconsole.c 208 WindowPtr pRoot = pScreen->root;
213 pRoot->drawable.id,
214 pRoot->parent, pRoot->firstChild, pRoot->lastChild);
217 for (pChild = pRoot->firstChild; pChild; pChild = pChild->nextSib) {
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/
dri2.c 632 WindowPtr pWin, pRoot;
638 pRoot = pScreen->root;
639 pRootPixmap = pScreen->GetWindowPixmap(pRoot);
645 if (!RegionEqual(&pWin->clipList, &pRoot->winSize))

Completed in 33 milliseconds

1 2