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

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dmorph3d.c179 static GLint WindH, WindW; variable in typeref:typename:GLint
668 glScalef( Scale*WindH/WindW, Scale, Scale );
669 glTranslatef(2.5*WindW/WindH*sin(step*1.11),2.5*cos(step*1.25*1.11),0);
702 glViewport(0, 0, WindW=(GLint)width, WindH=(GLint)height);

Completed in 4 milliseconds