Searched refs:xmax (Results 1 – 1 of 1) sorted by relevance
61 static uint32 xmax, ymax; variable145 xmax = glutGet(GLUT_SCREEN_WIDTH); in main()151 xmax = xmax - xmax / 10.0; in main()235 if (w > xmax) { in initImage()236 h = (int)(h * ((float)xmax / w)); in initImage()237 w = xmax; in initImage()