| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | beos_x11.h | 26 extern int DisplayHeight();
|
| H A D | beos_x11.cpp | 18 int DisplayHeight() { function in typeref:typename:int
|
| H A D | glutInit.cpp | 204 y = DisplayHeight() + y - gState.initHeight;
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | Geom.c | 72 DisplayHeight(dpy, screen) + dy - dheight * fheight - 86 DisplayHeight(dpy, screen) + py - *height * fheight -
|
| H A D | WMGeom.c | 146 (DisplayHeight(dpy, screen) + uy - rheight - 2 * bwidth) : uy); 149 ry = (DisplayHeight(dpy, screen) + dy - rheight - 2 * bwidth);
|
| H A D | Macros.c | 86 return (DisplayHeight(dpy, scr));
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_init.c | 148 __glutScreenHeight = DisplayHeight(__glutDisplay, 325 y = DisplayHeight(__glutDisplay, __glutScreen) +
|
| H A D | glut_get.c | 157 return DisplayHeight(__glutDisplay, __glutScreen);
|
| H A D | win32_x11.h | 212 #define DisplayHeight(display, screen) \ macro
|
| /xsrc/external/mit/beforelight/dist/ |
| H A D | b4light.c | 187 maxy = DisplayHeight (display, screen); 298 scr_hei = DisplayHeight (display, screen); 332 DisplayWidth (display, screen), DisplayHeight(display, screen), 0,
|
| /xsrc/external/mit/xman/dist/ |
| H A D | main.c | 206 default_height = DisplayHeight(XtDisplay(initial_widget),
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | Display.c | 152 xnestHeight = 3 * DisplayHeight(xnestDisplay,
|
| H A D | Screen.c | 325 DisplayHeight(xnestDisplay,
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | Display.c | 173 xnestHeight = 3 * DisplayHeight(xnestDisplay,
|
| H A D | Screen.c | 325 DisplayHeight(xnestDisplay, DefaultScreen(xnestDisplay));
|
| /xsrc/external/mit/libXcursor/dist/src/ |
| H A D | display.c | 213 if (DisplayHeight (dpy, DefaultScreen (dpy)) < 215 dim = DisplayHeight (dpy, DefaultScreen (dpy));
|
| /xsrc/external/mit/xrefresh/dist/ |
| H A D | xrefresh.c | 289 display_height = DisplayHeight (dpy, screen);
|
| /xsrc/external/mit/bitmap/dist/ |
| H A D | Dialog.c | 178 (Position)DisplayHeight(XtDisplay(popup->shell_widget),
|
| /xsrc/external/mit/xmag/dist/ |
| H A D | xmag.c | 816 if (y + height > DisplayHeight(dpy,scr)) 817 y = DisplayHeight(dpy,scr) - height; 841 y1 = min(DisplayHeight(dpy, scr), 855 DisplayHeight(dpy, scr)); 1142 if (YNegative & srcStat) srcY = DisplayHeight(dpy, scr) + srcY - srcHeight;
|
| /xsrc/external/mit/xinput/dist/src/ |
| H A D | transform.c | 135 int height = DisplayHeight(dpy, DefaultScreen(dpy));
|
| /xsrc/external/mit/ico/dist/ |
| H A D | ico.c | 890 closure->winH = DisplayHeight(dpy, DefaultScreen(dpy)); 894 winY = (DisplayHeight(dpy, DefaultScreen(dpy)) - closure->winH) >> 1;
|
| /xsrc/external/mit/xrandr/dist/ |
| H A D | xrandr.c | 931 dist = (1000 * DisplayHeight(dpy, screen) / DisplayHeightMM(dpy, screen) - 934 dist = DisplayHeight(dpy, screen) - mode_info->height; 1612 DisplayHeight (dpy, screen), 1621 fb_height == DisplayHeight (dpy, screen) && 3593 fb_height != DisplayHeight (dpy, screen) || dpi != 0.0) 3596 dpi = (25.4 * DisplayHeight (dpy, screen)) / DisplayHeightMM(dpy, screen); 3699 DisplayWidth (dpy, screen), DisplayHeight(dpy, screen), 4215 DisplayWidth(dpy, screen), DisplayHeight(dpy, screen));
|
| /xsrc/external/mit/x11perf/dist/ |
| H A D | x11perf.c | 1336 if (DisplayHeight(xparms.d, screen) < HEIGHT + window_y + 1) 1343 if (window_y + 1 + HEIGHT > DisplayHeight(xparms.d, screen)) 1344 HSy = DisplayHeight(xparms.d, screen) - (1 + window_y + 1);
|
| /xsrc/external/mit/xvidtune/dist/ |
| H A D | xvidtune.c | 1013 y = DisplayHeight(XtDisplay (top),DefaultScreen (XtDisplay (top))) / 3; 1086 y = DisplayHeight(XtDisplay (top),DefaultScreen (XtDisplay (top))) / 3; 1330 y = DisplayHeight(XtDisplay (top),DefaultScreen (XtDisplay (top))) / 2;
|
| /xsrc/external/mit/libXft/dist/src/ |
| H A D | xftdpy.c | 559 dpi = (((double) DisplayHeight (dpy, screen) * 25.4) /
|