| /NW4C-1.2.23/sources/libraries/os/ |
| D | os_Utility.cpp | 63 Printf(const char *fmt, ...) in Printf() function 90 Printf("%s:%d Warning:", fileName, line); in Warning() 92 Printf("\n"); in Warning() 114 Printf("%s:%d Panic:", fileName, line); in Panic() 116 Printf("\n"); in Panic()
|
| /NW4C-1.2.23/include/nw/dev/ |
| D | dev_DirectPrint.h | 251 void Printf(int x, int y, const char* format, ...); 263 void Printf(int x, int y, bool turnOver, const char* format, ...); 273 void Printf( 381 void Printf(int, int, const char*, ...){} 383 void Printf(int, int, bool, const char*, ...){} 385 void Printf(
|
| /NW4C-1.2.23/include/nw/os/ |
| D | os_Utility.h | 29 #define nwosPrintf ::nw::os::internal::Printf 40 void Printf(const char *fmt, ...);
|
| /NW4C-1.2.23/demos/snd/holdSound/sources/ |
| D | HoldSoundApp.cpp | 121 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD() 135 writer.Printf("ChannelStatus\n\n"); in OnDrawDownLCD() 146 writer.Printf("%s\n", str); in OnDrawDownLCD()
|
| /NW4C-1.2.23/demos/snd/labelString/sources/ |
| D | LabelStringApp.cpp | 134 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD() 149 writer.Printf("ChannelStatus\n\n"); in OnDrawDownLCD() 160 writer.Printf("%s\n", str); in OnDrawDownLCD()
|
| /NW4C-1.2.23/demos/snd/soundActor/sources/ |
| D | SoundActorApp.cpp | 136 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD() 145 writer.Printf(" pan % 2.2f\n", m_ActorPan ); in OnDrawUpLCD() 146 writer.Printf(" volume % 2.2f\n", m_ActorVolume ); in OnDrawUpLCD()
|
| /NW4C-1.2.23/demos/snd/filter/sources/ |
| D | main.cpp | 214 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD() 225 writer.Printf(" FilterType : %s\n", GetFilterTypeString(m_FilterType)); in OnDrawUpLCD() 228 writer.Printf(" LpfValue : %1.2f\n", m_LpfValue); in OnDrawUpLCD() 233 writer.Printf(" BiquadFilterValue: %1.2f\n", m_BiquadFilterValue); in OnDrawUpLCD()
|
| /NW4C-1.2.23/demos/snd/sound3d/sources/ |
| D | Sound3dApp.cpp | 161 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD() 171 writer.Printf(" Actor x:% 2.2f\n", m_ActorPos.x); in OnDrawUpLCD() 172 writer.Printf(" z:% 2.2f\n", m_ActorPos.z); in OnDrawUpLCD()
|
| /NW4C-1.2.23/demos/snd/withSdk/sources/ |
| D | main.cpp | 298 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD() 315 writer.Printf(" isPause : %3d\n", s_IsSdkVoicePause ); in OnDrawDownLCD() 316 writer.Printf(" pan : %3d (0:Left / 100:Right)\n", s_SdkVoicePan); in OnDrawDownLCD()
|
| /NW4C-1.2.23/demos/snd/createSoundThreadManually/sources/ |
| D | main.cpp | 324 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD() 341 writer.Printf(" isPause : %3d\n", s_IsSdkVoicePause ); in OnDrawDownLCD() 342 writer.Printf(" pan : %3d (0:Left / 100:Right)\n", s_SdkVoicePan); in OnDrawDownLCD()
|
| /NW4C-1.2.23/demos/font/ResFont/sources/ |
| D | main.cpp | 419 (void)writer.Printf("Counter : %d\n", s_Counter); in DrawCounter() 426 (void)writer.Printf("Counter 1/60 : %d\n", s_Counter / 60); in DrawCounter()
|
| /NW4C-1.2.23/demos/snd/memorySoundArchive/sources/ |
| D | MemorySoundArchiveApp.cpp | 97 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD()
|
| /NW4C-1.2.23/demos/snd/simple/sources/ |
| D | SimpleApp.cpp | 121 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD()
|
| /NW4C-1.2.23/demos/snd/playerHeap/sources/ |
| D | playerHeapApp.cpp | 144 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD()
|
| /NW4C-1.2.23/demos/snd/effect/sources/ |
| D | main.cpp | 209 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD() 217 writer.Printf(" current effect: %s\n\n", GetEffectTypeString() ); in OnDrawUpLCD()
|
| /NW4C-1.2.23/demos/snd/externalFile/sources/ |
| D | externalFileApp.cpp | 140 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE ); in OnDrawUpLCD()
|
| /NW4C-1.2.23/demos/snd/originalSoundHeap/sources/ |
| D | OriginalSoundHeapApp.cpp | 128 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD()
|
| /NW4C-1.2.23/include/nw/font/ |
| D | font_TextWriterBase.h | 375 f32 Printf(
|
| /NW4C-1.2.23/include/nw/lyt/ |
| D | lyt_Common.h | 31 #define NW_LYT_PRINT ::nw::os::internal::Printf
|
| /NW4C-1.2.23/sources/libraries/dev/ |
| D | dev_DirectPrint.cpp | 932 DirectPrint::Printf(int x, int y, const char* format, ...) in Printf() function in nw::dev::DirectPrint 944 DirectPrint::Printf(int x, int y, bool turnOver, const char* format, ...) in Printf() function in nw::dev::DirectPrint
|
| /NW4C-1.2.23/demos/font/PackedFont/sources/ |
| D | main.cpp | 459 writer.Printf(L"DEMO: %ls\n", title); in DrawAscii()
|
| /NW4C-1.2.23/demos/font/ArchiveFont/sources/ |
| D | main.cpp | 496 writer.Printf(L"DEMO: %ls\n", title); in DrawAscii()
|
| /NW4C-1.2.23/sources/libraries/font/ |
| D | font_TextWriterBase.cpp | 284 TextWriterBase<CharType>::Printf( in Printf() function in nw::font::TextWriterBase
|