Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffgt.c306 raster_reshape(int win_w, int win_h) in raster_reshape() argument
308 GLfloat xratio = (GLfloat)win_w/img.width; in raster_reshape()
313 glViewport(0, 0, win_w, win_h); in raster_reshape()