Searched refs:pixheight (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_menu.c496 menu->pixheight = MENU_GAP +
498 changes.height = menu->pixheight;
505 if (y + menu->pixheight >= __glutScreenHeight) {
506 changes.y = __glutScreenHeight - menu->pixheight;
H A Dglutint.h479 int pixheight; /* height of menu in pixels */ member in struct:_GLUTmenu
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutint.h501 int pixheight; /* height of menu in pixels */ member in struct:_GLUTmenu

Completed in 7 milliseconds