| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootlessWindow.c | 848 int newX, int newY, int newW, int newH, int newBW) 859 oldX2 = oldX + oldW, newX2 = newX + newW; 864 newX, newY, newW, newH, newBW); 875 newX, newY, newW, newH, newBW); 909 if (newW < oldW) 1024 winRec->width = newW; 1035 newW, newH, weight); 1107 int newX, int newY, unsigned int newW, unsigned int newH, 1123 newX, newY, newW, newH, newBW); 1128 newW, new 846 StartFrameResize(WindowPtr pWin,Bool gravity,int oldX,int oldY,int oldW,int oldH,int oldBW,int newX,int newY,int newW,int newH,int newBW) argument 1105 FinishFrameResize(WindowPtr pWin,Bool gravity,int oldX,int oldY,unsigned int oldW,unsigned int oldH,unsigned int oldBW,int newX,int newY,unsigned int newW,unsigned int newH,unsigned int newBW,Bool resize_now) argument 1165 unsigned int newW = 0, newH = 0, newBW = 0; local in function:RootlessMoveWindow 1246 unsigned int oldW = 0, oldH = 0, oldBW = 0, newW = 0, newH = 0, newBW = 0; local in function:RootlessResizeWindow 1444 unsigned int newW = 0, newH = 0, newBW = 0; local in function:RootlessChangeBorderWidth [all...] |
| H A D | rootless.h | 144 * newW, newH New size of the frame 150 int newX, int newY, unsigned int newW, unsigned int newH,
|
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| H A D | rootlessWindow.c | 864 int newX, int newY, int newW, int newH, int newBW) 875 oldX2 = oldX + oldW, newX2 = newX + newW; 880 newX, newY, newW, newH, newBW); 890 oldX, oldY, oldW, oldH, oldBW, newX, newY, newW, newH, newBW); 924 if (newW < oldW) 1045 winRec->width = newW; 1056 newW, newH, weight); 1128 int newX, int newY, unsigned int newW, unsigned int newH, 1144 newX, newY, newW, newH, newBW); 1149 newW, new 862 StartFrameResize(WindowPtr pWin,Bool gravity,int oldX,int oldY,int oldW,int oldH,int oldBW,int newX,int newY,int newW,int newH,int newBW) argument 1126 FinishFrameResize(WindowPtr pWin,Bool gravity,int oldX,int oldY,unsigned int oldW,unsigned int oldH,unsigned int oldBW,int newX,int newY,unsigned int newW,unsigned int newH,unsigned int newBW,Bool resize_now) argument 1185 unsigned int newW = 0, newH = 0, newBW = 0; local in function:RootlessMoveWindow 1267 unsigned int oldW = 0, oldH = 0, oldBW = 0, newW = 0, newH = 0, newBW = 0; local in function:RootlessResizeWindow 1465 unsigned int newW = 0, newH = 0, newBW = 0; local in function:RootlessChangeBorderWidth [all...] |
| H A D | rootless.h | 142 * newW, newH New size of the frame 148 int newX, int newY, unsigned int newW, unsigned int newH,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| H A D | xprFrame.c | 74 int newX, int newY, unsigned int newW, unsigned int newH, 246 int newX, int newY, unsigned int newW, unsigned int newH, 255 wc.width = newW; 245 xprResizeFrame(RootlessFrameID wid,ScreenPtr pScreen,int newX,int newY,unsigned int newW,unsigned int newH,unsigned int gravity) argument
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| H A D | xprFrame.c | 78 unsigned int newW, unsigned int newH, 247 int newX, int newY, unsigned int newW, unsigned int newH, 254 wc.width = newW; 246 xprResizeFrame(RootlessFrameID wid,ScreenPtr pScreen,int newX,int newY,unsigned int newW,unsigned int newH,unsigned int gravity) argument
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Shell.c | 2479 Widget newW, 2484 TransientShellWidget new = (TransientShellWidget) newW; 2486 if (XtIsRealized(newW) 2501 Widget newW, 2506 TopLevelShellWidget new = (TopLevelShellWidget) newW; 2519 if (XtIsRealized(newW)) { 2522 XIconifyWindow(XtDisplay(newW), 2523 XtWindow(newW), 2524 XScreenNumberOfScreen(XtScreen(newW)) 2529 XtPopup(newW, XtGrabNon 2477 TransientSetValues(Widget oldW,Widget refW _X_UNUSED,Widget newW,ArgList args _X_UNUSED,Cardinal * num_args _X_UNUSED) argument 2499 TopLevelSetValues(Widget oldW,Widget refW _X_UNUSED,Widget newW,ArgList args _X_UNUSED,Cardinal * num_args _X_UNUSED) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | win.h | 1365 int newX, int newY, unsigned int newW, unsigned int newH,
|