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

/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dbeos_x11.h16 #define YValue 0x0002 macro
H A Dbeos_x11.cpp162 mask |= YValue;
173 if (mask & YValue)
H A DglutInit.cpp202 if (YValue & flags) {
/xsrc/external/mit/libX11/dist/src/
H A DParseGeom.c144 mask |= YValue;
155 if (mask & YValue)
H A DWMGeom.c144 if (umask & YValue) {
147 } else if (dmask & YValue) {
H A DGeom.c84 if (pmask & YValue)
/xsrc/external/mit/ctwm/dist/
H A Dxparsegeometry.c49 if(mask & YValue) {
H A Dparse_be.c906 int exmask = (XValue | YValue); // Bits we need in the mask
2102 if(!(xpgret & YValue)) {
H A Dworkspace_manager.c342 if(!(mask & YValue)) {
366 gravity = (mask & YValue) ? ((mask & YNegative) ?
H A Dfunctions_win_moveresize.c1257 if(mask & YValue) {
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dwin32_x11.c381 mask |= YValue;
392 if (mask & YValue)
H A Dglut_init.c323 if (YValue & flags) {
H A Dwin32_x11.h147 #define YValue 0x0002 macro
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DDisplay.c143 if (!(xnestUserGeometry & YValue))
H A DScreen.c373 if (xnestUserGeometry & XValue || xnestUserGeometry & YValue)
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DDisplay.c164 if (!(xnestUserGeometry & YValue))
H A DScreen.c374 if (xnestUserGeometry & XValue || xnestUserGeometry & YValue)
/xsrc/external/mit/libX11/dist/include/X11/
H A DXutil.h70 #define YValue 0x0002 macro
/xsrc/external/mit/xmh/dist/
H A Dutil.c259 if (gbits & YValue)
/xsrc/external/mit/xmag/dist/
H A Dxmag.c777 if (XValue & srcStat && YValue &srcStat) {
1206 if (!(XValue & srcStat && YValue & srcStat))
/xsrc/external/mit/xterm/dist/
H A DTekproc.c1515 if ((pr & YValue) && (pr & YNegative)) {
1531 if ((XValue & pr) || (YValue & pr)) {
H A Dcharproc.c12352 if ((pr & YValue) && (YNegative & pr)) {
12376 if ((XValue & pr) || (YValue & pr)) {
/xsrc/external/mit/xwud/dist/
H A Dxwud.c617 hints.flags = ((gbits & (XValue|YValue)) ? USPosition : 0) |
628 if ((gbits & YValue) && (gbits & YNegative))
/xsrc/external/mit/xev/dist/
H A Dxev.c1081 if ((geom_result & XValue) && (geom_result & YValue)) {
/xsrc/external/mit/libXt/dist/src/
H A DShell.c1838 if (flag & YValue)
1870 if ((flag & (XValue | YValue)) == (XValue | YValue))

Completed in 45 milliseconds