| /xsrc/external/mit/libX11/dist/src/ |
| H A D | MoveWin.c | 45 req->mask = CWX | CWY;
|
| H A D | ConfWind.c | 46 req->mask = CWX | CWY | CWWidth | CWHeight;
|
| H A D | ReconfWin.c | 32 #define AllMaskBits (CWX|CWY|CWWidth|CWHeight|\ 53 if (mask & CWX)
|
| H A D | ReconfWM.c | 34 #define AllMaskBits (CWX|CWY|CWWidth|CWHeight|\ 91 if (mask & CWX) *value++ = changes->x;
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_fullscrn.c | 49 __glutCurrentWindow->desiredConfMask |= CWX | CWY | CWWidth | CWHeight;
|
| H A D | glut_winmisc.c | 64 __glutCurrentWindow->desiredConfMask |= CWX | CWY;
|
| H A D | win32_x11.h | 106 #define CWX (1<<0) macro
|
| H A D | glut_gamemode.c | 635 window->desiredConfMask |= CWX | CWY | CWWidth | CWHeight;
|
| H A D | glut_event.c | 1069 if (window->desiredConfMask & (CWX | CWY)) { 1111 window->desiredConfMask |= CWX | CWY;
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | SetValues.c | 302 geoReq.request_mode |= CWX; 330 (CWX | CWY | CWWidth | CWHeight | CWBorderWidth)) { 332 if (!(geoReq.request_mode & CWX) && 335 geoReq.request_mode |= CWX;
|
| H A D | Geometry.c | 245 if (request->request_mode & CWX && widget->core.x != request->x) { 249 req.changeMask |= CWX; 310 if (request->request_mode & CWX) 408 req.changeMask |= CWX; 643 req.changeMask |= CWX; 799 if (intended->request_mode & CWX) { 847 FillIn(CWX, x);
|
| H A D | Shell.c | 1919 if (request->request_mode & (CWX | CWY)) 2079 if (mask & CWX) { 2081 mask &= (unsigned int) (~CWX); 2154 if (mask & CWX) { 2177 && mask & (CWX | CWY | CWWidth | CWHeight | CWBorderWidth)) { 2218 if (NEQ(x, CWX) || 2223 if (NEQ(x, CWX)) {
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Porthole.c | 181 if (geomp->request_mode & CWX) 300 if ((req->request_mode & CWX) && req->x != reply->x)
|
| H A D | Vendor.c | 462 if (request->request_mode & (CWX | CWY))
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxwindow.c | 130 m = CWX | CWY | CWWidth | CWHeight; 152 m = CWX | CWY | CWWidth | CWHeight; 449 m = CWX | CWY | CWWidth | CWHeight; 812 m = CWX | CWY | CWWidth | CWHeight; 858 m = CWX | CWY | CWWidth | CWHeight;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | Window.c | 169 CWX | CWY | 198 if (mask & CWX && 200 valuemask |= CWX;
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | Window.c | 171 CWX | CWY | CWWidth | CWHeight | CWBorderWidth); 198 if (mask & CWX && 200 valuemask |= CWX;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winwin32rootlesswindow.c | 116 ConfigureWindow (pWin, CWX | CWY, vlist, wClient(pWin)); 151 ConfigureWindow (pWin, CWX | CWY | CWWidth | CWHeight, vlist, wClient(pWin));
|
| H A D | winmultiwindowwindow.c | 926 return ConfigureWindow (pWin, CWX | CWY, vlist, wClient(pWin)); 986 return ConfigureWindow (pWin, CWX | CWY | CWWidth | CWHeight,
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | X.h | 410 #define CWX (1<<0) macro
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_decorations.c | 270 xwcm |= (CWX | CWY | CWBorderWidth); 335 frame_mask |= (CWX | CWY | CWWidth | CWHeight); 398 xwcm = CWX | CWWidth; 434 xwcm = CWX | CWWidth; // Not strictly necessary, same as above
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | resize.c | 829 xwcm |= (CWX | CWY | CWBorderWidth); 859 frame_mask |= (CWX | CWY | CWWidth | CWHeight); 877 xwcm = CWX | CWWidth;
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winmultiwindowwindow.c | 896 return ConfigureWindow(pWin, CWX | CWY, vlist, wClient(pWin)); 957 return ConfigureWindow(pWin, CWX | CWY | CWWidth | CWHeight,
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | window.c | 1924 #define ChangeMask ((Mask)(CWX | CWY | CWWidth | CWHeight)) 2222 if ((mask & (CWX | CWY)) && (!(mask & (CWHeight | CWWidth)))) { 2223 GET_INT16(CWX, x); 2228 else if (mask & (CWX | CWY | CWWidth | CWHeight)) { 2229 GET_INT16(CWX, x); 2332 if (mask & (CWX | CWY)) 2344 if ((mask & CWX) && (x != beforeX)) 3153 ConfigureWindow(pWin, CWX | CWY, vlist, client);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | window.c | 1812 #define ChangeMask ((Mask)(CWX | CWY | CWWidth | CWHeight)) 2151 if ((mask & (CWX | CWY)) && (!(mask & (CWHeight | CWWidth)))) 2153 GET_INT16(CWX, x); 2158 else if (mask & (CWX | CWY | CWWidth | CWHeight)) 2160 GET_INT16(CWX, x); 2279 if (mask & (CWX | CWY)) 2291 if ((mask & CWX) && (x != beforeX))
|