Home
last modified time | relevance | path

Searched refs:xmax (Results 1 – 1 of 1) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiffgt.c61 static uint32 xmax, ymax; variable
145 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()