| /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|\ 56 if (mask & CWY)
|
| H A D | ReconfWM.c | 34 #define AllMaskBits (CWX|CWY|CWWidth|CWHeight|\ 92 if (mask & CWY) *value++ = changes->y;
|
| /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 | 107 #define CWY (1<<1) 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;
|
| H A D | glut_menu.c | 477 mask = CWStackMode | CWX | CWY; 492 CWWidth | CWY, &itemupdate);
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | SetValues.c | 307 geoReq.request_mode |= CWY; 330 (CWX | CWY | CWWidth | CWHeight | CWBorderWidth)) { 337 else if (!(geoReq.request_mode & CWY) && 340 geoReq.request_mode |= CWY;
|
| H A D | Geometry.c | 251 if (request->request_mode & CWY && widget->core.y != request->y) { 255 req.changeMask |= CWY; 312 if (request->request_mode & CWY) 414 req.changeMask |= CWY; 649 req.changeMask |= CWY; 802 if (intended->request_mode & CWY) { 848 FillIn(CWY, y);
|
| H A D | Shell.c | 1919 if (request->request_mode & (CWX | CWY)) 2091 if (mask & CWY) { 2093 mask &= (unsigned int) (~CWY); 2157 if (mask & CWY) { 2177 && mask & (CWX | CWY | CWWidth | CWHeight | CWBorderWidth)) { 2219 NEQ(y, CWY) || 2228 if (NEQ(y, CWY)) {
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Porthole.c | 183 if (geomp->request_mode & CWY) 302 if ((req->request_mode & CWY) && 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 | 206 if (mask & CWY && 208 valuemask |= CWY;
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | Window.c | 171 CWX | CWY | CWWidth | CWHeight | CWBorderWidth); 205 if (mask & CWY && 207 valuemask |= CWY;
|
| /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 | 411 #define CWY (1<<1) macro
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | resize.c | 829 xwcm |= (CWX | CWY | CWBorderWidth); 859 frame_mask |= (CWX | CWY | CWWidth | CWHeight);
|
| /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)))) { 2224 GET_INT16(CWY, y); 2228 else if (mask & (CWX | CWY | CWWidth | CWHeight)) { 2230 GET_INT16(CWY, y); 2332 if (mask & (CWX | CWY)) 2346 if ((mask & CWY) && (y != beforeY)) 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)))) 2154 GET_INT16(CWY, y); 2158 else if (mask & (CWX | CWY | CWWidth | CWHeight)) 2161 GET_INT16(CWY, y); 2279 if (mask & (CWX | CWY)) 2293 if ((mask & CWY) && (y != beforeY))
|