Home
last modified time | relevance | path

Searched refs:Printf (Results 1 – 24 of 24) sorted by relevance

/NW4C-2.0.3/sources/libraries/os/
Dos_Utility.cpp65 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/
Ddev_DirectPrint.h286 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/
Dos_Utility.h31 #define nwosPrintf ::nw::os::internal::Printf
42 void Printf(const char *fmt, ...);
/NW4C-2.0.3/demos/snd/holdSound/sources/
DHoldSoundApp.cpp123 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/
DLabelStringApp.cpp136 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/
DSoundActorApp.cpp138 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/
Dmain.cpp216 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/
DSound3dApp.cpp184 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/
Dmain.cpp302 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/
Dmain.cpp326 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/
Dmain.cpp421 (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/
Dmain.cpp338 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/
DMemorySoundArchiveApp.cpp99 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD()
/NW4C-2.0.3/demos/snd/playerHeap/sources/
DplayerHeapApp.cpp135 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD()
/NW4C-2.0.3/demos/snd/simple/sources/
DSimpleApp.cpp123 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD()
/NW4C-2.0.3/demos/snd/effect/sources/
Dmain.cpp211 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/
DexternalFileApp.cpp142 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE ); in OnDrawUpLCD()
/NW4C-2.0.3/demos/snd/originalSoundHeap/sources/
DOriginalSoundHeapApp.cpp130 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD()
/NW4C-2.0.3/sources/libraries/dev/
Ddev_DirectPrint.cpp944 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/
Dfont_TextWriterBase.h377 f32 Printf(
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Common.h33 #define NW_LYT_PRINT ::nw::os::internal::Printf
/NW4C-2.0.3/demos/font/PackedFont/sources/
Dmain.cpp461 writer.Printf(L"DEMO: %ls\n", title); in DrawAscii()
/NW4C-2.0.3/demos/font/ArchiveFont/sources/
Dmain.cpp498 writer.Printf(L"DEMO: %ls\n", title); in DrawAscii()
/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp286 TextWriterBase<CharType>::Printf( in Printf() function in nw::font::TextWriterBase