| /NW4C-2.0.3/sources/libraries/os/ |
| D | os_Utility.cpp | 65 Printf(const char *fmt, ...) in Printf() function 92 Printf("%s:%d Warning:", fileName, line); in Warning() 94 Printf("\n"); in Warning() 116 Printf("%s:%d Panic:", fileName, line); in Panic() 118 Printf("\n"); in Panic()
|
| /NW4C-2.0.3/include/nw/dev/ |
| D | dev_DirectPrint.h | 286 void Printf(int x, int y, const char* format, ...); 298 void Printf(int x, int y, bool turnOver, const char* format, ...); 308 void Printf( 415 void Printf(int, int, const char*, ...){} in Printf() function 417 void Printf(int, int, bool, const char*, ...){} in Printf() function 419 void Printf( in Printf() function
|
| /NW4C-2.0.3/include/nw/os/ |
| D | os_Utility.h | 31 #define nwosPrintf ::nw::os::internal::Printf 42 void Printf(const char *fmt, ...);
|
| /NW4C-2.0.3/demos/snd/holdSound/sources/ |
| D | HoldSoundApp.cpp | 123 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD() 137 writer.Printf("ChannelStatus\n\n"); in OnDrawDownLCD() 148 writer.Printf("%s\n", str); in OnDrawDownLCD()
|
| /NW4C-2.0.3/demos/snd/labelString/sources/ |
| D | LabelStringApp.cpp | 136 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD() 151 writer.Printf("ChannelStatus\n\n"); in OnDrawDownLCD() 162 writer.Printf("%s\n", str); in OnDrawDownLCD()
|
| /NW4C-2.0.3/demos/snd/soundActor/sources/ |
| D | SoundActorApp.cpp | 138 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD() 147 writer.Printf(" pan % 2.2f\n", m_ActorPan ); in OnDrawUpLCD() 148 writer.Printf(" volume % 2.2f\n", m_ActorVolume ); in OnDrawUpLCD()
|
| /NW4C-2.0.3/demos/snd/filter/sources/ |
| D | main.cpp | 216 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD() 227 writer.Printf(" FilterType : %s\n", GetFilterTypeString(m_FilterType)); in OnDrawUpLCD() 230 writer.Printf(" LpfValue : %1.2f\n", m_LpfValue); in OnDrawUpLCD() 235 writer.Printf(" BiquadFilterValue: %1.2f\n", m_BiquadFilterValue); in OnDrawUpLCD()
|
| /NW4C-2.0.3/demos/snd/sound3d/sources/ |
| D | Sound3dApp.cpp | 184 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD() 195 writer.Printf(" Actor x :% 2.2f\n", m_ActorPos.x); in OnDrawUpLCD() 196 writer.Printf(" z :% 2.2f\n", m_ActorPos.z); in OnDrawUpLCD() 197 writer.Printf(" FilterType: %s\n", GetFilterTypeString( in OnDrawUpLCD()
|
| /NW4C-2.0.3/demos/snd/withSdk/sources/ |
| D | main.cpp | 302 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD() 319 writer.Printf(" isPause : %3d\n", s_IsSdkVoicePause ); in OnDrawDownLCD() 320 writer.Printf(" pan : %3d (0:Left / 100:Right)\n", s_SdkVoicePan); in OnDrawDownLCD()
|
| /NW4C-2.0.3/demos/snd/createSoundThreadManually/sources/ |
| D | main.cpp | 326 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD() 343 writer.Printf(" isPause : %3d\n", s_IsSdkVoicePause ); in OnDrawDownLCD() 344 writer.Printf(" pan : %3d (0:Left / 100:Right)\n", s_SdkVoicePan); in OnDrawDownLCD()
|
| /NW4C-2.0.3/demos/font/ResFont/sources/ |
| D | main.cpp | 421 (void)writer.Printf("Counter : %d\n", s_Counter); in DrawCounter() 428 (void)writer.Printf("Counter 1/60 : %d\n", s_Counter / 60); in DrawCounter()
|
| /NW4C-2.0.3/demos/snd/hioSoundArchive/sources/ |
| D | main.cpp | 338 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD() 357 writer.Printf(" [%08x] %s\n", id, label ); in OnDrawUpLCD()
|
| /NW4C-2.0.3/demos/snd/memorySoundArchive/sources/ |
| D | MemorySoundArchiveApp.cpp | 99 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD()
|
| /NW4C-2.0.3/demos/snd/playerHeap/sources/ |
| D | playerHeapApp.cpp | 135 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD()
|
| /NW4C-2.0.3/demos/snd/simple/sources/ |
| D | SimpleApp.cpp | 123 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD()
|
| /NW4C-2.0.3/demos/snd/effect/sources/ |
| D | main.cpp | 211 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD() 219 writer.Printf(" current effect: %s\n\n", GetEffectTypeString() ); in OnDrawUpLCD()
|
| /NW4C-2.0.3/demos/snd/externalFile/sources/ |
| D | externalFileApp.cpp | 142 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE ); in OnDrawUpLCD()
|
| /NW4C-2.0.3/demos/snd/originalSoundHeap/sources/ |
| D | OriginalSoundHeapApp.cpp | 130 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD()
|
| /NW4C-2.0.3/sources/libraries/dev/ |
| D | dev_DirectPrint.cpp | 944 DirectPrint::Printf(int x, int y, const char* format, ...) in Printf() function in nw::dev::DirectPrint 956 DirectPrint::Printf(int x, int y, bool turnOver, const char* format, ...) in Printf() function in nw::dev::DirectPrint 968 DirectPrint::Printf(int x, int y, bool turnOver, bool backErase, const char* format, ...) in Printf() function in nw::dev::DirectPrint
|
| /NW4C-2.0.3/include/nw/font/ |
| D | font_TextWriterBase.h | 377 f32 Printf(
|
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_Common.h | 33 #define NW_LYT_PRINT ::nw::os::internal::Printf
|
| /NW4C-2.0.3/demos/font/PackedFont/sources/ |
| D | main.cpp | 461 writer.Printf(L"DEMO: %ls\n", title); in DrawAscii()
|
| /NW4C-2.0.3/demos/font/ArchiveFont/sources/ |
| D | main.cpp | 498 writer.Printf(L"DEMO: %ls\n", title); in DrawAscii()
|
| /NW4C-2.0.3/sources/libraries/font/ |
| D | font_TextWriterBase.cpp | 286 TextWriterBase<CharType>::Printf( in Printf() function in nw::font::TextWriterBase
|