Searched refs:CWY (Results 1 - 25 of 37) sorted by relevance

12

/xsrc/external/mit/libX11/dist/src/
H A DMoveWin.c45 req->mask = CWX | CWY;
H A DConfWind.c46 req->mask = CWX | CWY | CWWidth | CWHeight;
H A DReconfWin.c32 #define AllMaskBits (CWX|CWY|CWWidth|CWHeight|\
56 if (mask & CWY)
H A DReconfWM.c34 #define AllMaskBits (CWX|CWY|CWWidth|CWHeight|\
92 if (mask & CWY) *value++ = changes->y;
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_fullscrn.c49 __glutCurrentWindow->desiredConfMask |= CWX | CWY | CWWidth | CWHeight;
H A Dglut_winmisc.c64 __glutCurrentWindow->desiredConfMask |= CWX | CWY;
H A Dwin32_x11.h107 #define CWY (1<<1) macro
H A Dglut_gamemode.c635 window->desiredConfMask |= CWX | CWY | CWWidth | CWHeight;
H A Dglut_event.c1069 if (window->desiredConfMask & (CWX | CWY)) {
1111 window->desiredConfMask |= CWX | CWY;
H A Dglut_menu.c477 mask = CWStackMode | CWX | CWY;
492 CWWidth | CWY, &itemupdate);
/xsrc/external/mit/libXt/dist/src/
H A DSetValues.c307 geoReq.request_mode |= CWY;
330 (CWX | CWY | CWWidth | CWHeight | CWBorderWidth)) {
337 else if (!(geoReq.request_mode & CWY) &&
340 geoReq.request_mode |= CWY;
H A DGeometry.c251 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 DShell.c1919 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 DPorthole.c183 if (geomp->request_mode & CWY)
302 if ((req->request_mode & CWY) && req->x != reply->x)
H A DVendor.c462 if (request->request_mode & (CWX | CWY))
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxwindow.c130 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 DWindow.c169 CWX | CWY |
206 if (mask & CWY &&
208 valuemask |= CWY;
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DWindow.c171 CWX | CWY | CWWidth | CWHeight | CWBorderWidth);
205 if (mask & CWY &&
207 valuemask |= CWY;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinwin32rootlesswindow.c116 ConfigureWindow (pWin, CWX | CWY, vlist, wClient(pWin));
151 ConfigureWindow (pWin, CWX | CWY | CWWidth | CWHeight, vlist, wClient(pWin));
H A Dwinmultiwindowwindow.c926 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 DX.h411 #define CWY (1<<1) macro
/xsrc/external/mit/twm/dist/src/
H A Dresize.c829 xwcm |= (CWX | CWY | CWBorderWidth);
859 frame_mask |= (CWX | CWY | CWWidth | CWHeight);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowwindow.c896 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 Dwindow.c1924 #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 Dwindow.c1812 #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))

Completed in 50 milliseconds

12