Searched refs:CWHeight (Results 1 - 25 of 45) 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|\
62 if (mask & CWHeight)
H A DReconfWM.c34 #define AllMaskBits (CWX|CWY|CWWidth|CWHeight|\
94 if (mask & CWHeight) *value++ = changes->height;
/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.h109 #define CWHeight (1<<3) macro
/xsrc/external/mit/libXaw/dist/src/
H A DBox.c342 constraint->request_mode &= CWWidth | CWHeight;
351 && (!(constraint->request_mode & CWHeight)
354 preferred->request_mode = CWWidth | CWHeight;
357 if (constraint->request_mode == (CWWidth | CWHeight)
376 else { /* if (constraint->request_mode & CWHeight) */
383 height = (constraint->request_mode & CWHeight) ? constraint->height
388 if (constraint->request_mode & CWHeight
413 preferred->request_mode = CWWidth | CWHeight;
417 if (constraint->request_mode == (CWWidth|CWHeight)
501 .request_mode = CWHeight,
[all...]
H A DPorthole.c187 if (geomp->request_mode & CWHeight)
259 #define SIZEONLY (CWWidth | CWHeight)
306 if ((req->request_mode & CWHeight) && req->height != reply->height)
362 geom.request_mode |= CWHeight;
H A DViewport.c568 intended.request_mode |= CWHeight;
579 if (!(preferred.request_mode & CWHeight))
626 intended.request_mode |= CWHeight;
631 || (intended.request_mode & CWHeight
749 intended->request_mode = CWHeight;
767 if (!(intended->request_mode & CWHeight)) {
768 if (preferred.request_mode & CWHeight)
914 Bool rHeight = (request->request_mode & CWHeight) != 0;
925 || request->request_mode & (XtGeometryMask)(~(CWWidth | CWHeight | CWBorderWidth))
1003 geometry.request_mode = CWWidth | CWHeight;
[all...]
H A DSmeBSB.c514 if (((mode & CWHeight) && intended->height != height) || !(mode & CWHeight)) {
515 return_val->request_mode |= CWHeight;
523 ((mode & CWHeight) && height == XtHeight(entry)))
H A DForm.c497 request.request_mode = CWWidth | CWHeight;
816 if ((request->request_mode & (unsigned)~(XtCWQueryOnly | CWWidth | CWHeight))
833 if (request->request_mode & CWHeight)
1057 reply->request_mode = CWWidth | CWHeight;
1059 if ((request->request_mode & (CWWidth | CWHeight)) == (CWWidth | CWHeight)
H A DVendor.c471 if (request->request_mode & CWHeight) {
474 my_request.request_mode |= CWHeight;
484 * assert: if (request->request_mode & CWHeight) then
H A DTree.c562 if (request->request_mode & CWHeight)
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;
1432 request.request_mode = CWHeight;
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 DList.c444 .request_mode = CWWidth | CWHeight,
465 request.request_mode = CWWidth | CWHeight;
812 height_req = intended->request_mode & CWHeight;
836 requested->request_mode |= CWHeight;
/xsrc/external/mit/libXt/dist/src/
H A DGeometry.c263 if (request->request_mode & CWHeight
268 req.changeMask |= CWHeight;
316 if (request->request_mode & CWHeight)
427 req.changeMask |= CWHeight;
543 request.request_mode = CWWidth | CWHeight;
572 if (r == XtGeometryAlmost && reply.request_mode & CWHeight)
595 req.changeMask = CWWidth | CWHeight | CWBorderWidth;
665 req.changeMask |= CWHeight;
708 if ((req.changeMask & (CWWidth | CWHeight)) &&
809 if (intended->request_mode & CWHeight) {
[all...]
H A DSetValues.c317 geoReq.request_mode |= CWHeight;
330 (CWX | CWY | CWWidth | CWHeight | CWBorderWidth)) {
347 else if (!(geoReq.request_mode & CWHeight) &&
350 geoReq.request_mode |= CWHeight;
/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 |
222 if (mask & CWHeight &&
224 valuemask |= CWHeight;
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DWindow.c171 CWX | CWY | CWWidth | CWHeight | CWBorderWidth);
217 if (mask & CWHeight &&
219 valuemask |= CWHeight;
/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.h413 #define CWHeight (1<<3) macro
/xsrc/external/mit/xditview/dist/
H A DDvi.c328 req.request_mode = CWWidth | CWHeight;
457 geometry_return->request_mode = CWWidth | CWHeight;

Completed in 47 milliseconds

12