Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/ut/RuntimeTypeInfo/sources/
Dmain.cpp42 virtual void Print() { OS_Printf("I'm Base\n"); } in Print() function in Base
51 virtual void Print() { OS_Printf("I'm AAA\n"); } in Print() function in AAA
61 virtual void Print() { OS_Printf("I'm BBB\n"); } in Print() function in BBB
71 virtual void Print() { OS_Printf("I'm CCC\n"); } in Print() function in CCC_AAA
105 obj->Print(); in ObjTest()
/NW4C-2.0.3/demos/font/OldResFont/sources/
Dmain.cpp295 (void)writer.Print("DEMO: ResFont\n"); in DrawAscii()
296 (void)writer.Print("\n"); in DrawAscii()
299 (void)writer.Print("All ASCII Character listing:\n"); in DrawAscii()
300 (void)writer.Print("\n"); in DrawAscii()
301 (void)writer.Print(" !\"#$%&'()*+,-./\n"); in DrawAscii()
302 (void)writer.Print("0123456789:;<=>?\n"); in DrawAscii()
303 (void)writer.Print("@ABCDEFGHIJKLMNO\n"); in DrawAscii()
304 (void)writer.Print("PQRSTUVWXYZ[\\]^_\n"); in DrawAscii()
305 (void)writer.Print("`abcdefghijklmno\n"); in DrawAscii()
306 (void)writer.Print("pqrstuvwxyz{|}~\n"); in DrawAscii()
/NW4C-2.0.3/demos/font/ResFont/sources/
Dmain.cpp359 (void)writer.Print("DEMO: ResFont\n"); in DrawAscii()
360 (void)writer.Print("\n"); in DrawAscii()
363 (void)writer.Print("All ASCII Character listing:\n"); in DrawAscii()
364 (void)writer.Print("\n"); in DrawAscii()
365 (void)writer.Print(" !\"#$%&'()*+,-./\n"); in DrawAscii()
366 (void)writer.Print("0123456789:;<=>?\n"); in DrawAscii()
367 (void)writer.Print("@ABCDEFGHIJKLMNO\n"); in DrawAscii()
368 (void)writer.Print("PQRSTUVWXYZ[\\]^_\n"); in DrawAscii()
369 (void)writer.Print("`abcdefghijklmno\n"); in DrawAscii()
370 (void)writer.Print("pqrstuvwxyz{|}~\n"); in DrawAscii()
/NW4C-2.0.3/demos/snd/soundActor/sources/
DSoundActorApp.cpp140 writer.Print (" -- usage --\n\n"); in OnDrawUpLCD()
141 writer.Print (" [A] Play Sound\n"); in OnDrawUpLCD()
142 writer.Print (" [B] Stop Sound\n"); in OnDrawUpLCD()
143 writer.Print (" [LEFT/RIGHT] Modify Actor Pan\n"); in OnDrawUpLCD()
144 writer.Print (" [UP/DOWN] Modify Actor Volume\n\n\n"); in OnDrawUpLCD()
146 writer.Print (" -- status --\n\n"); in OnDrawUpLCD()
/NW4C-2.0.3/demos/snd/simple/sources/
DSimpleApp.cpp125 writer.Print (" -- usage --\n\n"); in OnDrawUpLCD()
126 writer.Print (" [A] Play Sequence Sound\n"); in OnDrawUpLCD()
127 writer.Print (" [X] Play Wave Sound\n"); in OnDrawUpLCD()
128 writer.Print (" [Y] Play Stream Sound\n"); in OnDrawUpLCD()
129 writer.Print (" [B] Stop Sound\n\n"); in OnDrawUpLCD()
/NW4C-2.0.3/demos/snd/filter/sources/
Dmain.cpp218 writer.Print (" -- usage --\n\n"); in OnDrawUpLCD()
219 writer.Print (" [A] Play Sequence Sound\n"); in OnDrawUpLCD()
220 writer.Print (" [X] Play Wave Sound\n"); in OnDrawUpLCD()
221 writer.Print (" [Y] Play Stream Sound\n"); in OnDrawUpLCD()
222 writer.Print (" [B] Stop Sound\n"); in OnDrawUpLCD()
223 writer.Print (" [LEFT/RIGHT] Change FilterType\n"); in OnDrawUpLCD()
224 writer.Print (" [UP/DOWN] Change FilterValue\n\n"); in OnDrawUpLCD()
226 writer.Print (" -- parameter --\n\n"); in OnDrawUpLCD()
/NW4C-2.0.3/demos/snd/sound3d/sources/
DSound3dApp.cpp186 writer.Print (" -- usage --\n\n"); in OnDrawUpLCD()
187 writer.Print (" [A] Play Sound (Doppler OFF, Filter OFF)\n"); in OnDrawUpLCD()
188 writer.Print (" [X] Play Sound (Doppler ON, Filter ON)\n"); in OnDrawUpLCD()
189 writer.Print (" [B] Reset Actor Position\n"); in OnDrawUpLCD()
190 writer.Print (" [L/R] Change Filter Type\n"); in OnDrawUpLCD()
191 writer.Print (" [LEFT/RIGHT] Move Actor Position.x\n"); in OnDrawUpLCD()
192 writer.Print (" [UP/DOWN] Move Actor Position.z\n\n\n"); in OnDrawUpLCD()
194 writer.Print (" -- status ---\n\n"); in OnDrawUpLCD()
/NW4C-2.0.3/demos/snd/labelString/sources/
DLabelStringApp.cpp138 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD()
139 writer.Print(" [A] Play Sequence Sound\n"); in OnDrawUpLCD()
140 writer.Print(" [X] Play Wave Sound\n"); in OnDrawUpLCD()
141 writer.Print(" [Y] Play Stream Sound\n"); in OnDrawUpLCD()
142 writer.Print(" [B] Stop Sound\n\n"); in OnDrawUpLCD()
/NW4C-2.0.3/demos/snd/withSdk/sources/
Dmain.cpp304 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD()
305 writer.Print(" [A] Play Sequence Sound\n"); in OnDrawUpLCD()
306 writer.Print(" [Y] Play Stream Sound\n"); in OnDrawUpLCD()
307 writer.Print(" [B] Stop Sound\n\n"); in OnDrawUpLCD()
309 writer.Print(" [X] SDK Voice Pause / Start\n"); in OnDrawUpLCD()
310 writer.Print(" [R] SDK Voice Pan to Right\n"); in OnDrawUpLCD()
311 writer.Print(" [L] SDK Voice Pan to Left\n"); in OnDrawUpLCD()
313 writer.Print(" [START] Restart SoundSystem\n\n"); in OnDrawUpLCD()
318 writer.Print(" -- SDK Voice Status --\n\n"); in OnDrawDownLCD()
/NW4C-2.0.3/demos/snd/memorySoundArchive/sources/
DMemorySoundArchiveApp.cpp101 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD()
102 writer.Print(" [A] Play Sequence Sound\n"); in OnDrawUpLCD()
103 writer.Print(" [X] Play Wave Sound\n"); in OnDrawUpLCD()
104 writer.Print(" [B] Stop Sound\n\n"); in OnDrawUpLCD()
/NW4C-2.0.3/demos/snd/playerHeap/sources/
DplayerHeapApp.cpp137 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD()
138 writer.Print(" [A] Play SEQ\n"); in OnDrawUpLCD()
139 writer.Print(" [X] Play WSD\n"); in OnDrawUpLCD()
140 writer.Print(" [B] Stop Sound\n\n"); in OnDrawUpLCD()
/NW4C-2.0.3/demos/snd/createSoundThreadManually/sources/
Dmain.cpp328 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD()
329 writer.Print(" [A] Play Sequence Sound\n"); in OnDrawUpLCD()
330 writer.Print(" [Y] Play Stream Sound\n"); in OnDrawUpLCD()
331 writer.Print(" [B] Stop Sound\n\n"); in OnDrawUpLCD()
333 writer.Print(" [X] SDK Voice Pause / Start\n"); in OnDrawUpLCD()
334 writer.Print(" [R] SDK Voice Pan to Right\n"); in OnDrawUpLCD()
335 writer.Print(" [L] SDK Voice Pan to Left\n"); in OnDrawUpLCD()
337 writer.Print(" [START] Restart SoundSystem\n\n"); in OnDrawUpLCD()
342 writer.Print(" -- SDK Voice Status --\n\n"); in OnDrawDownLCD()
/NW4C-2.0.3/demos/snd/hioSoundArchive/sources/
Dmain.cpp340 writer.Print (" -- usage --\n\n"); in OnDrawUpLCD()
341 writer.Print (" [A] Start Sound\n"); in OnDrawUpLCD()
342 writer.Print (" [B] Stop Sound\n\n"); in OnDrawUpLCD()
343 writer.Print (" [LEFT/RIGHT] Change Sound\n"); in OnDrawUpLCD()
344 writer.Print (" [START] Reload Sound Archive\n\n"); in OnDrawUpLCD()
362 writer.Print (" SoundArchive is not opened.\n"); in OnDrawUpLCD()
363 writer.Print (" Press START for open SoundArchive.\n"); in OnDrawUpLCD()
/NW4C-2.0.3/demos/snd/holdSound/sources/
DHoldSoundApp.cpp125 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD()
126 writer.Print(" [A] Hold Sequence Sound\n"); in OnDrawUpLCD()
127 writer.Print(" [X] Hold Wave Sound\n"); in OnDrawUpLCD()
128 writer.Print(" [Y] Hold Stream Sound\n"); in OnDrawUpLCD()
/NW4C-2.0.3/demos/snd/externalFile/sources/
DexternalFileApp.cpp144 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD()
145 writer.Print(" [A] Play SE_1\n"); in OnDrawUpLCD()
146 writer.Print(" [X] Play SE_2\n"); in OnDrawUpLCD()
147 writer.Print(" [B] Stop Sound\n\n"); in OnDrawUpLCD()
/NW4C-2.0.3/include/nw/font/
Dfont_TextWriterBase.h398 f32 Print( in Print() function
404 return Print(str, StrLen(str)); in Print()
414 f32 Print(
529 using CharWriter::Print;
Dfont_CharWriter.h365 f32 Print(CharCode code);
/NW4C-2.0.3/demos/snd/effect/sources/
Dmain.cpp213 writer.Print (" -- usage --\n\n"); in OnDrawUpLCD()
214 writer.Print (" [A] Play Sequence Sound\n"); in OnDrawUpLCD()
215 writer.Print (" [X] Play Wave Sound\n"); in OnDrawUpLCD()
216 writer.Print (" [Y] Play Stream Sound\n"); in OnDrawUpLCD()
217 writer.Print (" [B] Stop Sound\n"); in OnDrawUpLCD()
218 writer.Print (" [LEFT/RIGHT] Change Effect\n\n"); in OnDrawUpLCD()
/NW4C-2.0.3/demos/snd/originalSoundHeap/sources/
DOriginalSoundHeapApp.cpp132 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD()
133 writer.Print(" [A] Play Sequence Sound\n"); in OnDrawUpLCD()
134 writer.Print(" [B] Stop Sound\n"); in OnDrawUpLCD()
/NW4C-2.0.3/demos/font/PackedFont/sources/
Dmain.cpp464 writer.Print(L"Glyph Sample:\n"); in DrawAscii()
466 writer.Print(L" !\"#$%&'()*+,-./0123456789:;<=>?\n"); in DrawAscii()
467 writer.Print(L"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\n"); in DrawAscii()
468 writer.Print(L"`abcdefghijklmnopqrstuvwxyz{|}~\n"); in DrawAscii()
/NW4C-2.0.3/demos/font/ArchiveFont/sources/
Dmain.cpp501 writer.Print(L"Glyph Sample:\n"); in DrawAscii()
503 writer.Print(L" !\"#$%&'()*+,-./0123456789:;<=>?\n"); in DrawAscii()
504 writer.Print(L"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\n"); in DrawAscii()
505 writer.Print(L"`abcdefghijklmnopqrstuvwxyz{|}~\n"); in DrawAscii()
/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp315 f32 width = Print(buffer, length); in VPrintf()
322 TextWriterBase<CharType>::Print( in Print() function in nw::font::TextWriterBase
759 Print(code); in PrintImpl()
Dfont_CharWriter.cpp227 CharWriter::Print(CharCode code) in Print() function in nw::font::CharWriter
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TextBox.cpp333 (void)writer.Print(m_TextBuf, m_TextLen); in DrawSelf()
678 (void)writer.Print(m_TextBuf, m_TextLen); in SetupDrawCharData()