Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/demo/
Ddemo_SimpleApp.h48 DISPLAY1_HEIGHT = 240 //!< 画面1の高さです。 enumerator
/NW4C-1.2.23/demos/font/ResFont/sources/
Dmain.cpp492 InitDraw(demoApp.DISPLAY1_WIDTH, demoApp.DISPLAY1_HEIGHT); in nnMain()
494 … DrawCounter(&drawer, pDrawStringBuf1, &font, demoApp.DISPLAY1_WIDTH, demoApp.DISPLAY1_HEIGHT); in nnMain()
/NW4C-1.2.23/demos/snd/demolib/sources/
Ddemolib.cpp432 app.DISPLAY1_HEIGHT ); in Draw()
434 DrawStringPostProcess( writer, app.DISPLAY1_WIDTH, app.DISPLAY1_HEIGHT ); in Draw()
/NW4C-1.2.23/demos/font/ArchiveFont/sources/
Dmain.cpp584 InitDraw(demoApp.DISPLAY1_WIDTH, demoApp.DISPLAY1_HEIGHT); in nnMain()
591 demoApp.DISPLAY1_HEIGHT, in nnMain()
/NW4C-1.2.23/demos/lyt/locationAdjust/sources/
Dmain.cpp281 InitDraw(demoApp.DISPLAY1_WIDTH, demoApp.DISPLAY1_HEIGHT); in nnMain()
/NW4C-1.2.23/demos/font/OldResFont/sources/
Dmain.cpp365 demoApp.DISPLAY1_HEIGHT); in nnMain()
/NW4C-1.2.23/demos/font/PackedFont/sources/
Dmain.cpp527 SetupTextCamera(textWriterResource, demoApp.DISPLAY1_WIDTH, demoApp.DISPLAY1_HEIGHT); in nnMain()