Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/font/OldResFont/sources/
Dmain.cpp246 const GLsizei lcdHeight = height; in SetupTextCamera() local
249 const GLsizei lcdHeight = width; in SetupTextCamera()
251 glViewport(0, 0, lcdWidth, lcdHeight); in SetupTextCamera()
/NW4C-2.0.3/demos/font/PackedFont/sources/
Dmain.cpp409 const GLsizei lcdHeight = width; in SetupTextCamera() local
412 const GLsizei lcdHeight = height; in SetupTextCamera()
414 glViewport(0, 0, lcdWidth, lcdHeight); in SetupTextCamera()