Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/font/OldResFont/sources/
Dmain.cpp245 const GLsizei lcdWidth = width; in SetupTextCamera() local
248 const GLsizei lcdWidth = height; in SetupTextCamera()
251 glViewport(0, 0, lcdWidth, lcdHeight); in SetupTextCamera()
/NW4C-2.0.3/demos/font/PackedFont/sources/
Dmain.cpp408 const GLsizei lcdWidth = height; in SetupTextCamera() local
411 const GLsizei lcdWidth = width; in SetupTextCamera()
414 glViewport(0, 0, lcdWidth, lcdHeight); in SetupTextCamera()