Home
last modified time | relevance | path

Searched refs:DISPLAY1_WIDTH (Results 1 – 7 of 7) sorted by relevance

/NW4C-2.0.3/include/nw/demo/
Ddemo_SimpleApp.h49 DISPLAY1_WIDTH = 320, //!< 画面1の幅です。 enumerator
/NW4C-2.0.3/demos/font/ResFont/sources/
Dmain.cpp494 InitDraw(demoApp.DISPLAY1_WIDTH, demoApp.DISPLAY1_HEIGHT); in nnMain()
496 … DrawCounter(&drawer, pDrawStringBuf1, &font, demoApp.DISPLAY1_WIDTH, demoApp.DISPLAY1_HEIGHT); in nnMain()
/NW4C-2.0.3/demos/snd/demolib/sources/
Ddemolib.cpp420 app.DISPLAY1_WIDTH, in Draw()
423 DrawStringPostProcess( writer, app.DISPLAY1_WIDTH, app.DISPLAY1_HEIGHT ); in Draw()
/NW4C-2.0.3/demos/font/ArchiveFont/sources/
Dmain.cpp586 InitDraw(demoApp.DISPLAY1_WIDTH, demoApp.DISPLAY1_HEIGHT); in nnMain()
592 demoApp.DISPLAY1_WIDTH, in nnMain()
/NW4C-2.0.3/demos/lyt/locationAdjust/sources/
Dmain.cpp283 InitDraw(demoApp.DISPLAY1_WIDTH, demoApp.DISPLAY1_HEIGHT); in nnMain()
/NW4C-2.0.3/demos/font/OldResFont/sources/
Dmain.cpp366 demoApp.DISPLAY1_WIDTH, in nnMain()
/NW4C-2.0.3/demos/font/PackedFont/sources/
Dmain.cpp529 SetupTextCamera(textWriterResource, demoApp.DISPLAY1_WIDTH, demoApp.DISPLAY1_HEIGHT); in nnMain()