Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/font/OldResFont/sources/
Dmain.cpp243 const GLsizei lcdWidth = width; in SetupTextCamera() local
246 const GLsizei lcdWidth = height; in SetupTextCamera()
249 glViewport(0, 0, lcdWidth, lcdHeight); in SetupTextCamera()
/NW4C-1.3.3/demos/font/PackedFont/sources/
Dmain.cpp406 const GLsizei lcdWidth = height; in SetupTextCamera() local
409 const GLsizei lcdWidth = width; in SetupTextCamera()
412 glViewport(0, 0, lcdWidth, lcdHeight); in SetupTextCamera()