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

12

/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dbeos_x11.h21 #define YNegative 0x0020 macro
H A Dbeos_x11.cpp151 mask |= YNegative;
H A DglutInit.cpp203 if (YNegative & flags)
/xsrc/external/mit/libX11/dist/src/
H A DWMGeom.c145 ry = ((umask & YNegative) ?
148 if (dmask & YNegative) {
150 rmask |= YNegative;
173 switch (mask & (XNegative|YNegative)) {
178 case YNegative:
H A DGeom.c71 *y = (dmask & YNegative) ?
85 *y = (pmask & YNegative) ?
H A DParseGeom.c133 mask |= YNegative;
/xsrc/external/mit/ctwm/dist/
H A Dxparsegeometry.c50 if(mask & YNegative) {
H A Dwindowbox.c56 gravity = (mask & YNegative) ? SouthEastGravity : NorthEastGravity;
59 gravity = (mask & YNegative) ? SouthWestGravity : NorthWestGravity;
61 if(mask & YNegative) {
H A Diconmgr.c123 gravity = (mask & YNegative) ? SouthEastGravity : NorthEastGravity;
126 gravity = (mask & YNegative) ? SouthWestGravity : NorthWestGravity;
128 if(mask & YNegative) {
1215 if(mask & YNegative) {
H A Dwin_regions.c54 if(mask & YNegative) {
H A Dworkspace_manager.c344 mask |= YNegative;
346 if(mask & YNegative) {
358 gravity = (mask & YNegative) ? SouthEastGravity : NorthEastGravity;
361 gravity = (mask & YNegative) ? SouthWestGravity : NorthWestGravity;
366 gravity = (mask & YValue) ? ((mask & YNegative) ?
H A Dfunctions_win_moveresize.c1258 if(mask & YNegative) {
H A Dicons.c173 if(mask & YNegative) {
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_init.c324 if (YNegative & flags)
H A Dwin32_x11.c370 mask |= YNegative;
H A Dwin32_x11.h152 #define YNegative 0x0020 macro
/xsrc/external/mit/xrefresh/dist/
H A Dxrefresh.c337 if (geom_result & YNegative) {
/xsrc/external/mit/libX11/dist/include/X11/
H A DXutil.h75 #define YNegative 0x0020 macro
/xsrc/external/mit/xmh/dist/
H A Dutil.c261 "%c%d", (gbits & YNegative) ? '-' : '+', abs(y));
/xsrc/external/mit/xterm/dist/
H A DTekproc.c1515 if ((pr & YValue) && (pr & YNegative)) {
1534 switch (pr & (XNegative | YNegative)) {
1541 case YNegative:
/xsrc/external/mit/twm/dist/src/
H A Diconmgr.c85 if (mask & YNegative)
H A Dicons.c303 if (mask & YNegative)
/xsrc/external/mit/xmag/dist/
H A Dxmag.c1142 if (YNegative & srcStat) srcY = DisplayHeight(dpy, scr) + srcY - srcHeight;
/xsrc/external/mit/xev/dist/
H A Dxev.c1101 if (geom_result & YNegative) {
/xsrc/external/mit/xwud/dist/
H A Dxwud.c628 if ((gbits & YValue) && (gbits & YNegative))

Completed in 49 milliseconds

12