| /NW4C-1.2.23/demos/ut/RuntimeTypeInfo/sources/ |
| D | main.cpp | 40 virtual void Print() { OS_Printf("I'm Base\n"); } in Print() function in Base 49 virtual void Print() { OS_Printf("I'm AAA\n"); } in Print() function in AAA 59 virtual void Print() { OS_Printf("I'm BBB\n"); } in Print() function in BBB 69 virtual void Print() { OS_Printf("I'm CCC\n"); } in Print() function in CCC_AAA 103 obj->Print(); in ObjTest()
|
| /NW4C-1.2.23/demos/font/OldResFont/sources/ |
| D | main.cpp | 293 (void)writer.Print("DEMO: ResFont\n"); in DrawAscii() 294 (void)writer.Print("\n"); in DrawAscii() 297 (void)writer.Print("All ASCII Character listing:\n"); in DrawAscii() 298 (void)writer.Print("\n"); in DrawAscii() 299 (void)writer.Print(" !\"#$%&'()*+,-./\n"); in DrawAscii() 300 (void)writer.Print("0123456789:;<=>?\n"); in DrawAscii() 301 (void)writer.Print("@ABCDEFGHIJKLMNO\n"); in DrawAscii() 302 (void)writer.Print("PQRSTUVWXYZ[\\]^_\n"); in DrawAscii() 303 (void)writer.Print("`abcdefghijklmno\n"); in DrawAscii() 304 (void)writer.Print("pqrstuvwxyz{|}~\n"); in DrawAscii()
|
| /NW4C-1.2.23/demos/font/ResFont/sources/ |
| D | main.cpp | 357 (void)writer.Print("DEMO: ResFont\n"); in DrawAscii() 358 (void)writer.Print("\n"); in DrawAscii() 361 (void)writer.Print("All ASCII Character listing:\n"); in DrawAscii() 362 (void)writer.Print("\n"); in DrawAscii() 363 (void)writer.Print(" !\"#$%&'()*+,-./\n"); in DrawAscii() 364 (void)writer.Print("0123456789:;<=>?\n"); in DrawAscii() 365 (void)writer.Print("@ABCDEFGHIJKLMNO\n"); in DrawAscii() 366 (void)writer.Print("PQRSTUVWXYZ[\\]^_\n"); in DrawAscii() 367 (void)writer.Print("`abcdefghijklmno\n"); in DrawAscii() 368 (void)writer.Print("pqrstuvwxyz{|}~\n"); in DrawAscii()
|
| /NW4C-1.2.23/demos/snd/soundActor/sources/ |
| D | SoundActorApp.cpp | 138 writer.Print (" -- usage --\n\n"); in OnDrawUpLCD() 139 writer.Print (" [A] Play Sound\n"); in OnDrawUpLCD() 140 writer.Print (" [B] Stop Sound\n"); in OnDrawUpLCD() 141 writer.Print (" [LEFT/RIGHT] Modify Actor Pan\n"); in OnDrawUpLCD() 142 writer.Print (" [UP/DOWN] Modify Actor Volume\n\n\n"); in OnDrawUpLCD() 144 writer.Print (" -- status --\n\n"); in OnDrawUpLCD()
|
| /NW4C-1.2.23/demos/snd/simple/sources/ |
| D | SimpleApp.cpp | 123 writer.Print (" -- usage --\n\n"); in OnDrawUpLCD() 124 writer.Print (" [A] Play Sequence Sound\n"); in OnDrawUpLCD() 125 writer.Print (" [X] Play Wave Sound\n"); in OnDrawUpLCD() 126 writer.Print (" [Y] Play Stream Sound\n"); in OnDrawUpLCD() 127 writer.Print (" [B] Stop Sound\n\n"); in OnDrawUpLCD()
|
| /NW4C-1.2.23/demos/snd/filter/sources/ |
| D | main.cpp | 216 writer.Print (" -- usage --\n\n"); in OnDrawUpLCD() 217 writer.Print (" [A] Play Sequence Sound\n"); in OnDrawUpLCD() 218 writer.Print (" [X] Play Wave Sound\n"); in OnDrawUpLCD() 219 writer.Print (" [Y] Play Stream Sound\n"); in OnDrawUpLCD() 220 writer.Print (" [B] Stop Sound\n"); in OnDrawUpLCD() 221 writer.Print (" [LEFT/RIGHT] Change FilterType\n"); in OnDrawUpLCD() 222 writer.Print (" [UP/DOWN] Change FilterValue\n\n"); in OnDrawUpLCD() 224 writer.Print (" -- parameter --\n\n"); in OnDrawUpLCD()
|
| /NW4C-1.2.23/demos/snd/labelString/sources/ |
| D | LabelStringApp.cpp | 136 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD() 137 writer.Print(" [A] Play Sequence Sound\n"); in OnDrawUpLCD() 138 writer.Print(" [X] Play Wave Sound\n"); in OnDrawUpLCD() 139 writer.Print(" [Y] Play Stream Sound\n"); in OnDrawUpLCD() 140 writer.Print(" [B] Stop Sound\n\n"); in OnDrawUpLCD()
|
| /NW4C-1.2.23/demos/snd/sound3d/sources/ |
| D | Sound3dApp.cpp | 163 writer.Print (" -- usage --\n\n"); in OnDrawUpLCD() 164 writer.Print (" [A] Play Sound (Doppler OFF)\n"); in OnDrawUpLCD() 165 writer.Print (" [X] Play Sound (Doppler ON)\n"); in OnDrawUpLCD() 166 writer.Print (" [B] Reset Actor Position\n"); in OnDrawUpLCD() 167 writer.Print (" [LEFT/RIGHT] Move Actor Position.x\n"); in OnDrawUpLCD() 168 writer.Print (" [UP/DOWN] Move Actor Position.z\n\n\n"); in OnDrawUpLCD() 170 writer.Print (" -- status ---\n\n"); in OnDrawUpLCD()
|
| /NW4C-1.2.23/demos/snd/memorySoundArchive/sources/ |
| D | MemorySoundArchiveApp.cpp | 99 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD() 100 writer.Print(" [A] Play Sequence Sound\n"); in OnDrawUpLCD() 101 writer.Print(" [X] Play Wave Sound\n"); in OnDrawUpLCD() 102 writer.Print(" [B] Stop Sound\n\n"); in OnDrawUpLCD()
|
| /NW4C-1.2.23/demos/snd/withSdk/sources/ |
| D | main.cpp | 300 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD() 301 writer.Print(" [A] Play Sequence Sound\n"); in OnDrawUpLCD() 302 writer.Print(" [Y] Play Stream Sound\n"); in OnDrawUpLCD() 303 writer.Print(" [B] Stop Sound\n\n"); in OnDrawUpLCD() 305 writer.Print(" [X] SDK Voice Pause / Start\n"); in OnDrawUpLCD() 306 writer.Print(" [R] SDK Voice Pan to Right\n"); in OnDrawUpLCD() 307 writer.Print(" [L] SDK Voice Pan to Left\n"); in OnDrawUpLCD() 309 writer.Print(" [START] Restart SoundSystem\n\n"); in OnDrawUpLCD() 314 writer.Print(" -- SDK Voice Status --\n\n"); in OnDrawDownLCD()
|
| /NW4C-1.2.23/demos/snd/createSoundThreadManually/sources/ |
| D | main.cpp | 326 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD() 327 writer.Print(" [A] Play Sequence Sound\n"); in OnDrawUpLCD() 328 writer.Print(" [Y] Play Stream Sound\n"); in OnDrawUpLCD() 329 writer.Print(" [B] Stop Sound\n\n"); in OnDrawUpLCD() 331 writer.Print(" [X] SDK Voice Pause / Start\n"); in OnDrawUpLCD() 332 writer.Print(" [R] SDK Voice Pan to Right\n"); in OnDrawUpLCD() 333 writer.Print(" [L] SDK Voice Pan to Left\n"); in OnDrawUpLCD() 335 writer.Print(" [START] Restart SoundSystem\n\n"); in OnDrawUpLCD() 340 writer.Print(" -- SDK Voice Status --\n\n"); in OnDrawDownLCD()
|
| /NW4C-1.2.23/demos/snd/playerHeap/sources/ |
| D | playerHeapApp.cpp | 146 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD() 147 writer.Print(" [A] Play SE_1\n"); in OnDrawUpLCD() 148 writer.Print(" [X] Play SE_2\n"); in OnDrawUpLCD() 149 writer.Print(" [B] Stop Sound\n\n"); in OnDrawUpLCD()
|
| /NW4C-1.2.23/demos/snd/holdSound/sources/ |
| D | HoldSoundApp.cpp | 123 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD() 124 writer.Print(" [A] Hold Sequence Sound\n"); in OnDrawUpLCD() 125 writer.Print(" [X] Hold Wave Sound\n"); in OnDrawUpLCD() 126 writer.Print(" [Y] Hold Stream Sound\n"); in OnDrawUpLCD()
|
| /NW4C-1.2.23/demos/snd/externalFile/sources/ |
| D | externalFileApp.cpp | 142 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD() 143 writer.Print(" [A] Play SE_1\n"); in OnDrawUpLCD() 144 writer.Print(" [X] Play SE_2\n"); in OnDrawUpLCD() 145 writer.Print(" [B] Stop Sound\n\n"); in OnDrawUpLCD()
|
| /NW4C-1.2.23/include/nw/font/ |
| D | font_TextWriterBase.h | 396 f32 Print( in Print() function 402 return Print(str, StrLen(str)); in Print() 412 f32 Print( 527 using CharWriter::Print;
|
| D | font_CharWriter.h | 363 f32 Print(CharCode code);
|
| /NW4C-1.2.23/demos/snd/effect/sources/ |
| D | main.cpp | 211 writer.Print (" -- usage --\n\n"); in OnDrawUpLCD() 212 writer.Print (" [A] Play Sequence Sound\n"); in OnDrawUpLCD() 213 writer.Print (" [X] Play Wave Sound\n"); in OnDrawUpLCD() 214 writer.Print (" [Y] Play Stream Sound\n"); in OnDrawUpLCD() 215 writer.Print (" [B] Stop Sound\n"); in OnDrawUpLCD() 216 writer.Print (" [LEFT/RIGHT] Change Effect\n\n"); in OnDrawUpLCD()
|
| /NW4C-1.2.23/demos/snd/originalSoundHeap/sources/ |
| D | OriginalSoundHeapApp.cpp | 130 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD() 131 writer.Print(" [A] Play Sequence Sound\n"); in OnDrawUpLCD() 132 writer.Print(" [B] Stop Sound\n"); in OnDrawUpLCD()
|
| /NW4C-1.2.23/demos/font/PackedFont/sources/ |
| D | main.cpp | 462 writer.Print(L"Glyph Sample:\n"); in DrawAscii() 464 writer.Print(L" !\"#$%&'()*+,-./0123456789:;<=>?\n"); in DrawAscii() 465 writer.Print(L"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\n"); in DrawAscii() 466 writer.Print(L"`abcdefghijklmnopqrstuvwxyz{|}~\n"); in DrawAscii()
|
| /NW4C-1.2.23/demos/font/ArchiveFont/sources/ |
| D | main.cpp | 499 writer.Print(L"Glyph Sample:\n"); in DrawAscii() 501 writer.Print(L" !\"#$%&'()*+,-./0123456789:;<=>?\n"); in DrawAscii() 502 writer.Print(L"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\n"); in DrawAscii() 503 writer.Print(L"`abcdefghijklmnopqrstuvwxyz{|}~\n"); in DrawAscii()
|
| /NW4C-1.2.23/sources/libraries/font/ |
| D | font_TextWriterBase.cpp | 313 f32 width = Print(buffer, length); in VPrintf() 320 TextWriterBase<CharType>::Print( in Print() function in nw::font::TextWriterBase 757 Print(code); in PrintImpl()
|
| D | font_CharWriter.cpp | 225 CharWriter::Print(CharCode code) in Print() function in nw::font::CharWriter
|
| /NW4C-1.2.23/sources/libraries/lyt/ |
| D | lyt_TextBox.cpp | 331 (void)writer.Print(m_TextBuf, m_TextLen); in DrawSelf() 676 (void)writer.Print(m_TextBuf, m_TextLen); in SetupDrawCharData()
|