Home
last modified time | relevance | path

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

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