| /NW4C-1.2.23/demos/snd/demolib/include/ |
| D | demolib.h | 45 virtual void OnDrawUpLCD( nw::font::TextWriter& ) {} in OnDrawUpLCD() argument 46 virtual void OnDrawDownLCD( nw::font::TextWriter& ) {} in OnDrawDownLCD() argument 77 nw::font::TextWriter& writer, 82 nw::font::TextWriter& writer,
|
| /NW4C-1.2.23/demos/snd/memorySoundArchive/sources/ |
| D | MemorySoundArchiveApp.h | 27 virtual void OnDrawUpLCD( nw::font::TextWriter& ); 28 virtual void OnDrawDownLCD( nw::font::TextWriter& );
|
| D | MemorySoundArchiveApp.cpp | 95 void MemorySoundArchiveApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() 105 void MemorySoundArchiveApp::OnDrawDownLCD( nw::font::TextWriter& ) in OnDrawDownLCD() argument
|
| /NW4C-1.2.23/demos/snd/simple/sources/ |
| D | SimpleApp.h | 27 virtual void OnDrawUpLCD( nw::font::TextWriter& ); 28 virtual void OnDrawDownLCD( nw::font::TextWriter& );
|
| D | SimpleApp.cpp | 119 void SimpleApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() 130 void SimpleApp::OnDrawDownLCD( nw::font::TextWriter& writer ) in OnDrawDownLCD()
|
| /NW4C-1.2.23/demos/snd/holdSound/sources/ |
| D | HoldSoundApp.h | 27 virtual void OnDrawUpLCD( nw::font::TextWriter& ); 28 virtual void OnDrawDownLCD( nw::font::TextWriter& );
|
| D | HoldSoundApp.cpp | 119 void HoldSoundApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() 129 void HoldSoundApp::OnDrawDownLCD( nw::font::TextWriter& writer ) in OnDrawDownLCD()
|
| /NW4C-1.2.23/demos/snd/playerHeap/sources/ |
| D | playerHeapApp.h | 30 virtual void OnDrawUpLCD( nw::font::TextWriter& ); 31 virtual void OnDrawDownLCD( nw::font::TextWriter& );
|
| D | playerHeapApp.cpp | 142 void PlayerHeapApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() 152 void PlayerHeapApp::OnDrawDownLCD( nw::font::TextWriter& ) in OnDrawDownLCD() argument
|
| /NW4C-1.2.23/demos/snd/labelString/sources/ |
| D | LabelStringApp.h | 27 virtual void OnDrawUpLCD( nw::font::TextWriter& ); 28 virtual void OnDrawDownLCD( nw::font::TextWriter& );
|
| D | LabelStringApp.cpp | 132 void LabelStringApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() 143 void LabelStringApp::OnDrawDownLCD( nw::font::TextWriter& writer ) in OnDrawDownLCD()
|
| /NW4C-1.2.23/demos/snd/externalFile/sources/ |
| D | externalFileApp.h | 30 virtual void OnDrawUpLCD( nw::font::TextWriter& ); 31 virtual void OnDrawDownLCD( nw::font::TextWriter& );
|
| D | externalFileApp.cpp | 138 void ExternalFileApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() 148 void ExternalFileApp::OnDrawDownLCD( nw::font::TextWriter& ) in OnDrawDownLCD() argument
|
| /NW4C-1.2.23/demos/snd/soundActor/sources/ |
| D | SoundActorApp.h | 28 virtual void OnDrawUpLCD( nw::font::TextWriter& ); 29 virtual void OnDrawDownLCD( nw::font::TextWriter& );
|
| D | SoundActorApp.cpp | 134 void SoundActorApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() 149 void SoundActorApp::OnDrawDownLCD( nw::font::TextWriter& writer ) in OnDrawDownLCD()
|
| /NW4C-1.2.23/demos/snd/sound3d/sources/ |
| D | Sound3dApp.h | 28 virtual void OnDrawUpLCD( nw::font::TextWriter& ); 29 virtual void OnDrawDownLCD( nw::font::TextWriter& );
|
| /NW4C-1.2.23/demos/snd/originalSoundHeap/sources/ |
| D | OriginalSoundHeapApp.h | 55 virtual void OnDrawUpLCD( nw::font::TextWriter& ); 56 virtual void OnDrawDownLCD( nw::font::TextWriter& );
|
| D | OriginalSoundHeapApp.cpp | 126 void OriginalSoundHeapApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() 135 void OriginalSoundHeapApp::OnDrawDownLCD( nw::font::TextWriter& /*writer*/ ) in OnDrawDownLCD() argument
|
| /NW4C-1.2.23/demos/snd/filter/sources/ |
| D | main.cpp | 86 virtual void OnDrawUpLCD( nw::font::TextWriter& ); 87 virtual void OnDrawDownLCD( nw::font::TextWriter& ); 212 void FilterApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() 237 void FilterApp::OnDrawDownLCD( nw::font::TextWriter& writer ) in OnDrawDownLCD()
|
| /NW4C-1.2.23/include/nw/font/ |
| D | font_TextWriter.h | 24 typedef TextWriterBase<char> TextWriter; typedef
|
| /NW4C-1.2.23/include/nw/demo/ |
| D | demo_GraphicsDrawing.h | 285 font::TextWriter& GetWriter() { return m_TextWriter; } in GetWriter() 286 const font::TextWriter& GetWriter() const { return m_TextWriter; } in GetWriter() 416 nw::font::TextWriter m_TextWriter;
|
| /NW4C-1.2.23/demos/snd/effect/sources/ |
| D | main.cpp | 28 virtual void OnDrawUpLCD( nw::font::TextWriter& ); 29 virtual void OnDrawDownLCD( nw::font::TextWriter& ); 207 void EffectApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() 220 void EffectApp::OnDrawDownLCD( nw::font::TextWriter& writer ) in OnDrawDownLCD()
|
| /NW4C-1.2.23/demos/snd/withSdk/sources/ |
| D | main.cpp | 28 virtual void OnDrawUpLCD( nw::font::TextWriter& ); 29 virtual void OnDrawDownLCD( nw::font::TextWriter& ); 296 void WithSdkApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() 312 void WithSdkApp::OnDrawDownLCD( nw::font::TextWriter& writer ) in OnDrawDownLCD()
|
| /NW4C-1.2.23/demos/snd/createSoundThreadManually/sources/ |
| D | main.cpp | 28 virtual void OnDrawUpLCD( nw::font::TextWriter& ); 29 virtual void OnDrawDownLCD( nw::font::TextWriter& ); 322 void CreateSoundThreadManuallyApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() 338 void CreateSoundThreadManuallyApp::OnDrawDownLCD( nw::font::TextWriter& writer ) in OnDrawDownLCD()
|
| /NW4C-1.2.23/demos/snd/demolib/sources/ |
| D | demolib.cpp | 376 nw::font::TextWriter& writer, in DrawStringPreProcess() 390 void AppBase::DrawStringPostProcess( nw::font::TextWriter& writer, int width, int height ) in DrawStringPostProcess() 408 nw::font::TextWriter writer; in Draw()
|