Searched refs:CWWidth (Results 1 - 25 of 46) sorted by relevance

12

/xsrc/external/mit/libX11/dist/src/
H A DChWindow.c45 req->mask = CWWidth | CWHeight;
H A DConfWind.c46 req->mask = CWX | CWY | CWWidth | CWHeight;
H A DReconfWin.c32 #define AllMaskBits (CWX|CWY|CWWidth|CWHeight|\
59 if (mask & CWWidth)
H A DReconfWM.c34 #define AllMaskBits (CWX|CWY|CWWidth|CWHeight|\
93 if (mask & CWWidth) *value++ = changes->width;
/xsrc/external/mit/libXaw/dist/src/
H A DSme.c258 if (((mode & CWWidth) && intended->width != width) || !(mode & CWWidth)) {
259 return_val->request_mode |= CWWidth;
263 if ((mode & CWWidth) && width == XtWidth(entry))
H A DBox.c342 constraint->request_mode &= CWWidth | CWHeight;
349 && (!(constraint->request_mode & CWWidth)
354 preferred->request_mode = CWWidth | CWHeight;
357 if (constraint->request_mode == (CWWidth | CWHeight)
374 if (constraint->request_mode & CWWidth)
413 preferred->request_mode = CWWidth | CWHeight;
417 if (constraint->request_mode == (CWWidth|CWHeight)
535 if (request->request_mode & (CWWidth | CWHeight | CWBorderWidth)) {
540 if ((request->request_mode & CWWidth) == 0)
606 newbbw->box.last_query_mode = CWWidth | CWHeigh
[all...]
H A DPorthole.c185 if (geomp->request_mode & CWWidth)
259 #define SIZEONLY (CWWidth | CWHeight)
304 if ((req->request_mode & CWWidth) && req->width != reply->width)
358 geom.request_mode |= CWWidth;
H A DViewport.c555 intended.request_mode |= CWWidth;
577 if (!(preferred.request_mode & CWWidth))
622 intended.request_mode |= CWWidth;
629 || (intended.request_mode & CWWidth
753 intended->request_mode = CWWidth;
760 if (!(intended->request_mode & CWWidth)) {
761 if (preferred.request_mode & CWWidth)
913 Bool rWidth = (request->request_mode & CWWidth) != 0;
925 || request->request_mode & (XtGeometryMask)(~(CWWidth | CWHeight | CWBorderWidth))
963 allowed.request_mode |= CWWidth;
[all...]
H A DSmeBSB.c508 if (((mode & CWWidth) && intended->width != width) || !(mode & CWWidth)) {
509 return_val->request_mode |= CWWidth;
522 if (((mode & CWWidth) && width == XtWidth(entry)) &&
H A DForm.c497 request.request_mode = CWWidth | CWHeight;
816 if ((request->request_mode & (unsigned)~(XtCWQueryOnly | CWWidth | CWHeight))
828 if (request->request_mode & CWWidth)
1057 reply->request_mode = CWWidth | CWHeight;
1059 if ((request->request_mode & (CWWidth | CWHeight)) == (CWWidth | CWHeight)
H A DVendor.c467 if (request->request_mode & CWWidth) {
469 my_request.request_mode |= CWWidth;
482 /* assert: if (request->request_mode & CWWidth) then
H A DTree.c560 if (request->request_mode & CWWidth)
696 preferred->request_mode = (CWWidth | CWHeight);
700 if (((intended->request_mode & (CWWidth | CWHeight)) ==
701 (CWWidth | CWHeight)) &&
H A DPaned.c507 request.request_mode = CWWidth | CWHeight;
1428 request.request_mode = CWWidth;
1438 && (reply.request_mode = (vert ? CWHeight : CWWidth)))
1625 || !(mask & (vert ? CWHeight : CWWidth))
1626 || (mask & (XtGeometryMask)(~(CWWidth | CWHeight)))
1678 if (!((vert ? CWWidth : CWHeight) & mask)) {
1692 reply->request_mode = CWWidth | CWHeight;
H A DSimpleMenu.c705 if (!(mode & CWWidth) && !(mode & CWHeight))
724 if ((!(mode & CWWidth) || reply->width == request->width)
739 || (reply->height == request->height && !(mode & CWWidth))
747 reply->request_mode |= CWWidth;
1136 if (preferred.request_mode & CWWidth)
1146 if (preferred.request_mode & CWWidth)
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_fullscrn.c49 __glutCurrentWindow->desiredConfMask |= CWX | CWY | CWWidth | CWHeight;
H A Dglut_winmisc.c77 __glutCurrentWindow->desiredConfMask |= CWWidth | CWHeight;
H A Dwin32_x11.h108 #define CWWidth (1<<2) macro
/xsrc/external/mit/libXt/dist/src/
H A DGeometry.c257 if (request->request_mode & CWWidth && widget->core.width != request->width) {
261 req.changeMask |= CWWidth;
314 if (request->request_mode & CWWidth)
420 req.changeMask |= CWWidth;
543 request.request_mode = CWWidth | CWHeight;
566 if (r == XtGeometryAlmost && reply.request_mode & CWWidth)
595 req.changeMask = CWWidth | CWHeight | CWBorderWidth;
657 req.changeMask |= CWWidth;
708 if ((req.changeMask & (CWWidth | CWHeight)) &&
805 if (intended->request_mode & CWWidth) {
[all...]
H A DSetValues.c312 geoReq.request_mode |= CWWidth;
330 (CWX | CWY | CWWidth | CWHeight | CWBorderWidth)) {
342 else if (!(geoReq.request_mode & CWWidth) &&
345 geoReq.request_mode |= CWWidth;
/xsrc/external/mit/xkbutils/dist/
H A DLED.c292 preferred->request_mode = CWWidth | CWHeight;
295 if (((intended->request_mode & (CWWidth | CWHeight))
296 == (CWWidth | CWHeight)) &&
/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.c170 CWWidth | CWHeight |
214 if (mask & CWWidth &&
216 valuemask |= CWWidth;
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DWindow.c171 CWX | CWY | CWWidth | CWHeight | CWBorderWidth);
212 if (mask & CWWidth && xnestWindowPriv(pWin)->width != pWin->drawable.width) {
213 valuemask |= CWWidth;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinwin32rootlesswindow.c132 ConfigureWindow (pWin, CWWidth | CWHeight, vlist, wClient(pWin));
151 ConfigureWindow (pWin, CWX | CWY | CWWidth | CWHeight, vlist, wClient(pWin));
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DX.h412 #define CWWidth (1<<2) macro

Completed in 67 milliseconds

12