Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/demo/
Ddemo_GraphicsDrawing.h449 static const s32 DEFAULT_SCREEN_WIDTH = 320; variable
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp32 : m_ScreenSize( f32(DEFAULT_SCREEN_WIDTH), f32(DEFAULT_SCREEN_HEIGHT) ), in GraphicsDrawing()