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

12

/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dbeos_x11.h18 #define HeightValue 0x0008 macro
H A Dbeos_x11.cpp123 mask |= HeightValue;
177 if (mask & HeightValue)
H A DglutInit.cpp189 if (HeightValue & flags) {
/xsrc/external/mit/libX11/dist/src/
H A DParseGeom.c105 mask |= HeightValue;
159 if (mask & HeightValue)
H A DWMGeom.c109 rheight = ((((umask & HeightValue) ? uheight :
110 ((dmask & HeightValue) ? dheight : 1)) * height_inc) +
H A DGeom.c78 if (pmask & HeightValue) *height = pheight;
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dwin32_x11.c342 mask |= HeightValue;
396 if (mask & HeightValue)
H A Dglut_init.c308 if (HeightValue & flags) {
H A Dwin32_x11.h149 #define HeightValue 0x0008 macro
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DDisplay.c151 if (!(xnestUserGeometry & HeightValue))
H A DScreen.c375 if (xnestUserGeometry & WidthValue || xnestUserGeometry & HeightValue)
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DDisplay.c172 if (!(xnestUserGeometry & HeightValue))
H A DScreen.c376 if (xnestUserGeometry & WidthValue || xnestUserGeometry & HeightValue)
/xsrc/external/mit/xmh/dist/
H A Dinit.c198 if (!(gbits & HeightValue)) {
200 gbits |= HeightValue;
H A Dutil.c250 if (gbits & HeightValue)
/xsrc/external/mit/xmessage/dist/
H A Dmakeform.c249 if (!(geom_flags & WidthValue && geom_flags & HeightValue)) {
/xsrc/external/mit/xrefresh/dist/
H A Dxrefresh.c338 if (geom_result & HeightValue) {
/xsrc/external/mit/libX11/dist/include/X11/
H A DXutil.h72 #define HeightValue 0x0008 macro
/xsrc/external/mit/twm/dist/src/
H A Dparse.c802 if ((mask & (WidthValue | HeightValue)) !=
803 (WidthValue | HeightValue)) {
/xsrc/external/mit/libXpm/dist/sxpm/
H A Dsxpm.c203 if (!((WidthValue & flags) && (HeightValue & flags)))
/xsrc/external/mit/ctwm/dist/
H A Dparse_be.c1028 int exmask = (WidthValue | HeightValue);
2090 const int has_hw = (WidthValue | HeightValue);
H A Dfunctions_win_moveresize.c1242 if(!(mask & HeightValue)) {
/xsrc/external/mit/xev/dist/
H A Dxev.c1073 if ((geom_result & WidthValue) && (geom_result & HeightValue)) {
/xsrc/external/mit/libXt/dist/src/
H A DShell.c1842 if (flag & HeightValue)
1872 if ((flag & (WidthValue | HeightValue)) == (WidthValue | HeightValue))
/xsrc/external/mit/xterm/dist/
H A DTekproc.c1554 if ((WidthValue & pr) || (HeightValue & pr))

Completed in 56 milliseconds

12