HomeSort by: relevance | last modified time | path
    Searched refs:pSib (Results 1 - 24 of 24) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/miext/rootless/
rootlessWindow.h 52 void RootlessMoveWindow(WindowPtr pWin, int x, int y, WindowPtr pSib,
55 unsigned int h, WindowPtr pSib);
rootlessWindow.c 1178 RootlessMoveWindow(WindowPtr pWin, int x, int y, WindowPtr pSib, VTKind kind)
1226 pScreen->MoveWindow(pWin, x, y, pSib, kind);
1262 unsigned int w, unsigned int h, WindowPtr pSib)
1294 pScreen->ResizeWindow(pWin, x, y, w, h, pSib);
  /xsrc/external/mit/xorg-server.old/dist/miext/rootless/
rootlessWindow.h 50 void RootlessMoveWindow(WindowPtr pWin,int x,int y,WindowPtr pSib,VTKind kind);
52 unsigned int w, unsigned int h, WindowPtr pSib);
rootlessWindow.c 1158 RootlessMoveWindow(WindowPtr pWin, int x, int y, WindowPtr pSib, VTKind kind)
1205 pScreen->MoveWindow(pWin, x, y, pSib, kind);
1241 unsigned int w, unsigned int h, WindowPtr pSib)
1273 pScreen->ResizeWindow(pWin, x, y, w, h, pSib);
  /xsrc/external/mit/xorg-server/dist/hw/xnest/
Window.c 235 WindowPtr pSib;
238 for (pSib = pWin; pSib->prevSib != NullWindow; pSib = pSib->prevSib);
243 XConfigureWindow(xnestDisplay, xnestWindow(pSib), valuemask, &values);
244 xnestWindowPriv(pSib)->sibling_above = None;
247 for (pSib = pSib->nextSib; pSib != NullWindow; pSib = pSib->nextSib)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xnest/
Window.c 243 WindowPtr pSib;
246 for (pSib = pWin; pSib->prevSib != NullWindow; pSib = pSib->prevSib);
251 XConfigureWindow(xnestDisplay, xnestWindow(pSib), valuemask, &values);
252 xnestWindowPriv(pSib)->sibling_above = None;
255 for (pSib = pSib->nextSib; pSib != NullWindow; pSib = pSib->nextSib)
    [all...]
  /xsrc/external/mit/xorg-server/dist/dix/
window.c 1025 WindowPtr pChild, pSib, pParent;
1044 pSib = pChild->nextSib;
1052 if ((pChild = pSib))
1848 WindowPtr pSib, pChild;
1853 for (pSib = pWin->firstChild; pSib; pSib = pSib->nextSib) {
1854 if (resized && (pSib->winGravity > NorthWestGravity)) {
1857 cwsx = pSib->origin.x
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/dix/
window.c 852 WindowPtr pChild, pSib, pParent;
877 pSib = pChild->nextSib;
886 if ( (pChild = pSib) )
1731 WindowPtr pSib, pChild;
1736 for (pSib = pWin->firstChild; pSib; pSib = pSib->nextSib)
1738 if (resized && (pSib->winGravity > NorthWestGravity))
1742 cwsx = pSib->origin.x
    [all...]
  /xsrc/external/mit/xorg-server/dist/composite/
compint.h 296 compMoveWindow(WindowPtr pWin, int x, int y, WindowPtr pSib, VTKind kind);
301 unsigned int w, unsigned int h, WindowPtr pSib);
336 int bw, WindowPtr pSib);
compwindow.c 392 compMoveWindow(WindowPtr pWin, int x, int y, WindowPtr pSib, VTKind kind)
398 (*pScreen->MoveWindow) (pWin, x, y, pSib, kind);
408 unsigned int w, unsigned int h, WindowPtr pSib)
414 (*pScreen->ResizeWindow) (pWin, x, y, w, h, pSib);
796 int bw, WindowPtr pSib)
807 ret = (*pScreen->ConfigNotify) (pWin, x, y, w, h, bw, pSib);
  /xsrc/external/mit/xorg-server.old/dist/composite/
compint.h 290 compMoveWindow (WindowPtr pWin, int x, int y, WindowPtr pSib, VTKind kind);
294 unsigned int w, unsigned int h, WindowPtr pSib);
328 int bw, WindowPtr pSib);
compwindow.c 365 compMoveWindow (WindowPtr pWin, int x, int y, WindowPtr pSib, VTKind kind)
371 (*pScreen->MoveWindow) (pWin, x, y, pSib, kind);
381 unsigned int w, unsigned int h, WindowPtr pSib)
387 (*pScreen->ResizeWindow) (pWin, x, y, w, h, pSib);
792 int bw, WindowPtr pSib)
804 ret = (*pScreen->ConfigNotify)(pWin, x, y, w, h, bw, pSib);
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxwindow.h 84 unsigned int w, unsigned int h, WindowPtr pSib);
dmxwindow.c 830 unsigned int w, unsigned int h, WindowPtr pSib)
839 if (pSib)
840 pSibPriv = DMX_GET_WINDOW_PRIV(pSib);
845 pScreen->ResizeWindow(pWindow, x, y, w, h, pSib);
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winmultiwindowwindow.c 854 WindowPtr pSib, VTKind kind)
864 (*pScreen->MoveWindow)(pWin, x, y, pSib, kind);
874 unsigned int h, WindowPtr pSib)
883 (*pScreen->ResizeWindow)(pWin, x, y, w, h, pSib);
win.h 1295 unsigned int h, WindowPtr pSib);
1298 WindowPtr pSib, VTKind kind);
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winmultiwindowwindow.c 825 WindowPtr pSib, VTKind kind)
836 (*pScreen->MoveWindow) (pWin, x, y, pSib, kind);
845 unsigned int h, WindowPtr pSib)
855 (*pScreen->ResizeWindow) (pWin, x, y, w, h, pSib);
win.h 934 unsigned int h, WindowPtr pSib);
938 WindowPtr pSib, VTKind kind);
  /xsrc/external/mit/xorg-server/dist/mi/
miwindow.c 343 WindowPtr pSib)
449 pFirstChange = MoveWindowInStack(pWin, pSib);
mioverlay.c 1064 unsigned int w, unsigned int h, WindowPtr pSib)
1202 pFirstChange = MoveWindowInStack(pWin, pSib);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/
dri2.c 1042 WindowPtr pSib)
1053 ret = (*pScreen->ConfigNotify)(pWin, x, y, w, h, bw, pSib);
  /xsrc/external/mit/xorg-server.old/dist/mi/
miwindow.c 365 WindowPtr pSib)
484 pFirstChange = MoveWindowInStack(pWin, pSib);
mioverlay.c 1112 WindowPtr pSib
1257 pFirstChange = MoveWindowInStack(pWin, pSib);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/
dri2.c 1397 WindowPtr pSib)
1408 ret = (*pScreen->ConfigNotify) (pWin, x, y, w, h, bw, pSib);

Completed in 29 milliseconds