Searched refs:__glutScreenHeight (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_fullscrn.c48 __glutCurrentWindow->desiredHeight = __glutScreenHeight;
H A Dglut_init.c39 int __glutScreenHeight; variable in typeref:typename:int
113 __glutScreenHeight = GetSystemMetrics(SM_CYSCREEN);
148 __glutScreenHeight = DisplayHeight(__glutDisplay,
H A Dwin32_winproc.c556 minmax->ptMaxSize.y = __glutScreenHeight;
562 minmax->ptMaxTrackSize.y = __glutScreenHeight +
H A Dglut_gamemode.c587 height = __glutScreenHeight;
H A Dglut_menu.c505 if (y + menu->pixheight >= __glutScreenHeight) {
506 changes.y = __glutScreenHeight - menu->pixheight;
H A Dglutint.h638 extern int __glutScreenHeight;
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutint.h658 extern int __glutScreenHeight;

Completed in 11 milliseconds