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

123

/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dbeos_x11.h26 extern int DisplayHeight();
H A Dbeos_x11.cpp18 int DisplayHeight() { function in typeref:typename:int
H A DglutInit.cpp204 y = DisplayHeight() + y - gState.initHeight;
/xsrc/external/mit/libX11/dist/src/
H A DGeom.c72 DisplayHeight(dpy, screen) + dy - dheight * fheight -
86 DisplayHeight(dpy, screen) + py - *height * fheight -
H A DWMGeom.c146 (DisplayHeight(dpy, screen) + uy - rheight - 2 * bwidth) : uy);
149 ry = (DisplayHeight(dpy, screen) + dy - rheight - 2 * bwidth);
H A DMacros.c86 return (DisplayHeight(dpy, scr));
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_init.c148 __glutScreenHeight = DisplayHeight(__glutDisplay,
325 y = DisplayHeight(__glutDisplay, __glutScreen) +
H A Dglut_get.c157 return DisplayHeight(__glutDisplay, __glutScreen);
H A Dwin32_x11.h212 #define DisplayHeight(display, screen) \ macro
/xsrc/external/mit/beforelight/dist/
H A Db4light.c187 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 Dmain.c206 default_height = DisplayHeight(XtDisplay(initial_widget),
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DDisplay.c152 xnestHeight = 3 * DisplayHeight(xnestDisplay,
H A DScreen.c325 DisplayHeight(xnestDisplay,
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DDisplay.c173 xnestHeight = 3 * DisplayHeight(xnestDisplay,
H A DScreen.c325 DisplayHeight(xnestDisplay, DefaultScreen(xnestDisplay));
/xsrc/external/mit/libXcursor/dist/src/
H A Ddisplay.c213 if (DisplayHeight (dpy, DefaultScreen (dpy)) <
215 dim = DisplayHeight (dpy, DefaultScreen (dpy));
/xsrc/external/mit/xrefresh/dist/
H A Dxrefresh.c289 display_height = DisplayHeight (dpy, screen);
/xsrc/external/mit/bitmap/dist/
H A DDialog.c178 (Position)DisplayHeight(XtDisplay(popup->shell_widget),
/xsrc/external/mit/xmag/dist/
H A Dxmag.c816 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 Dtransform.c135 int height = DisplayHeight(dpy, DefaultScreen(dpy));
/xsrc/external/mit/ico/dist/
H A Dico.c890 closure->winH = DisplayHeight(dpy, DefaultScreen(dpy));
894 winY = (DisplayHeight(dpy, DefaultScreen(dpy)) - closure->winH) >> 1;
/xsrc/external/mit/xrandr/dist/
H A Dxrandr.c931 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 Dx11perf.c1336 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 Dxvidtune.c1013 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 Dxftdpy.c559 dpi = (((double) DisplayHeight (dpy, screen) * 25.4) /

Completed in 26 milliseconds

123