Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/snd/memorySoundArchive/sources/
DMemorySoundArchiveApp.h27 virtual void OnDrawUpLCD( nw::font::TextWriter& );
DMemorySoundArchiveApp.cpp95 void MemorySoundArchiveApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() function in MemorySoundArchiveApp
/NW4C-1.2.23/demos/snd/simple/sources/
DSimpleApp.h27 virtual void OnDrawUpLCD( nw::font::TextWriter& );
DSimpleApp.cpp119 void SimpleApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() function in SimpleApp
/NW4C-1.2.23/demos/snd/holdSound/sources/
DHoldSoundApp.h27 virtual void OnDrawUpLCD( nw::font::TextWriter& );
DHoldSoundApp.cpp119 void HoldSoundApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() function in HoldSoundApp
/NW4C-1.2.23/demos/snd/playerHeap/sources/
DplayerHeapApp.h30 virtual void OnDrawUpLCD( nw::font::TextWriter& );
DplayerHeapApp.cpp142 void PlayerHeapApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() function in PlayerHeapApp
/NW4C-1.2.23/demos/snd/labelString/sources/
DLabelStringApp.h27 virtual void OnDrawUpLCD( nw::font::TextWriter& );
DLabelStringApp.cpp132 void LabelStringApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() function in LabelStringApp
/NW4C-1.2.23/demos/snd/externalFile/sources/
DexternalFileApp.h30 virtual void OnDrawUpLCD( nw::font::TextWriter& );
DexternalFileApp.cpp138 void ExternalFileApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() function in ExternalFileApp
/NW4C-1.2.23/demos/snd/soundActor/sources/
DSoundActorApp.h28 virtual void OnDrawUpLCD( nw::font::TextWriter& );
DSoundActorApp.cpp134 void SoundActorApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() function in SoundActorApp
/NW4C-1.2.23/demos/snd/sound3d/sources/
DSound3dApp.h28 virtual void OnDrawUpLCD( nw::font::TextWriter& );
DSound3dApp.cpp159 void Sound3dApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() function in Sound3dApp
/NW4C-1.2.23/demos/snd/originalSoundHeap/sources/
DOriginalSoundHeapApp.h55 virtual void OnDrawUpLCD( nw::font::TextWriter& );
DOriginalSoundHeapApp.cpp126 void OriginalSoundHeapApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() function in OriginalSoundHeapApp
/NW4C-1.2.23/demos/snd/demolib/include/
Ddemolib.h45 virtual void OnDrawUpLCD( nw::font::TextWriter& ) {} in OnDrawUpLCD() function
/NW4C-1.2.23/demos/snd/filter/sources/
Dmain.cpp86 virtual void OnDrawUpLCD( nw::font::TextWriter& );
212 void FilterApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() function in FilterApp
/NW4C-1.2.23/demos/snd/effect/sources/
Dmain.cpp28 virtual void OnDrawUpLCD( nw::font::TextWriter& );
207 void EffectApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() function in EffectApp
/NW4C-1.2.23/demos/snd/withSdk/sources/
Dmain.cpp28 virtual void OnDrawUpLCD( nw::font::TextWriter& );
296 void WithSdkApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() function in WithSdkApp
/NW4C-1.2.23/demos/snd/createSoundThreadManually/sources/
Dmain.cpp28 virtual void OnDrawUpLCD( nw::font::TextWriter& );
322 void CreateSoundThreadManuallyApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() function in CreateSoundThreadManuallyApp
/NW4C-1.2.23/demos/snd/demolib/sources/
Ddemolib.cpp422 OnDrawUpLCD( writer ); in Draw()