Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/ut/RuntimeTypeInfo/sources/
Dmain.cpp40 virtual void Print() { OS_Printf("I'm Base\n"); } in Print() function in Base
49 virtual void Print() { OS_Printf("I'm AAA\n"); } in Print() function in AAA
59 virtual void Print() { OS_Printf("I'm BBB\n"); } in Print() function in BBB
69 virtual void Print() { OS_Printf("I'm CCC\n"); } in Print() function in CCC_AAA
103 obj->Print(); in ObjTest()
/NW4C-1.3.3/demos/font/OldResFont/sources/
Dmain.cpp293 (void)writer.Print("DEMO: ResFont\n"); in DrawAscii()
294 (void)writer.Print("\n"); in DrawAscii()
297 (void)writer.Print("All ASCII Character listing:\n"); in DrawAscii()
298 (void)writer.Print("\n"); in DrawAscii()
299 (void)writer.Print(" !\"#$%&'()*+,-./\n"); in DrawAscii()
300 (void)writer.Print("0123456789:;<=>?\n"); in DrawAscii()
301 (void)writer.Print("@ABCDEFGHIJKLMNO\n"); in DrawAscii()
302 (void)writer.Print("PQRSTUVWXYZ[\\]^_\n"); in DrawAscii()
303 (void)writer.Print("`abcdefghijklmno\n"); in DrawAscii()
304 (void)writer.Print("pqrstuvwxyz{|}~\n"); in DrawAscii()
/NW4C-1.3.3/demos/font/ResFont/sources/
Dmain.cpp357 (void)writer.Print("DEMO: ResFont\n"); in DrawAscii()
358 (void)writer.Print("\n"); in DrawAscii()
361 (void)writer.Print("All ASCII Character listing:\n"); in DrawAscii()
362 (void)writer.Print("\n"); in DrawAscii()
363 (void)writer.Print(" !\"#$%&'()*+,-./\n"); in DrawAscii()
364 (void)writer.Print("0123456789:;<=>?\n"); in DrawAscii()
365 (void)writer.Print("@ABCDEFGHIJKLMNO\n"); in DrawAscii()
366 (void)writer.Print("PQRSTUVWXYZ[\\]^_\n"); in DrawAscii()
367 (void)writer.Print("`abcdefghijklmno\n"); in DrawAscii()
368 (void)writer.Print("pqrstuvwxyz{|}~\n"); in DrawAscii()
/NW4C-1.3.3/demos/snd/soundActor/sources/
DSoundActorApp.cpp138 writer.Print (" -- usage --\n\n"); in OnDrawUpLCD()
139 writer.Print (" [A] Play Sound\n"); in OnDrawUpLCD()
140 writer.Print (" [B] Stop Sound\n"); in OnDrawUpLCD()
141 writer.Print (" [LEFT/RIGHT] Modify Actor Pan\n"); in OnDrawUpLCD()
142 writer.Print (" [UP/DOWN] Modify Actor Volume\n\n\n"); in OnDrawUpLCD()
144 writer.Print (" -- status --\n\n"); in OnDrawUpLCD()
/NW4C-1.3.3/demos/snd/simple/sources/
DSimpleApp.cpp123 writer.Print (" -- usage --\n\n"); in OnDrawUpLCD()
124 writer.Print (" [A] Play Sequence Sound\n"); in OnDrawUpLCD()
125 writer.Print (" [X] Play Wave Sound\n"); in OnDrawUpLCD()
126 writer.Print (" [Y] Play Stream Sound\n"); in OnDrawUpLCD()
127 writer.Print (" [B] Stop Sound\n\n"); in OnDrawUpLCD()
/NW4C-1.3.3/demos/snd/filter/sources/
Dmain.cpp216 writer.Print (" -- usage --\n\n"); in OnDrawUpLCD()
217 writer.Print (" [A] Play Sequence Sound\n"); in OnDrawUpLCD()
218 writer.Print (" [X] Play Wave Sound\n"); in OnDrawUpLCD()
219 writer.Print (" [Y] Play Stream Sound\n"); in OnDrawUpLCD()
220 writer.Print (" [B] Stop Sound\n"); in OnDrawUpLCD()
221 writer.Print (" [LEFT/RIGHT] Change FilterType\n"); in OnDrawUpLCD()
222 writer.Print (" [UP/DOWN] Change FilterValue\n\n"); in OnDrawUpLCD()
224 writer.Print (" -- parameter --\n\n"); in OnDrawUpLCD()
/NW4C-1.3.3/demos/snd/sound3d/sources/
DSound3dApp.cpp184 writer.Print (" -- usage --\n\n"); in OnDrawUpLCD()
185 writer.Print (" [A] Play Sound (Doppler OFF, Filter OFF)\n"); in OnDrawUpLCD()
186 writer.Print (" [X] Play Sound (Doppler ON, Filter ON)\n"); in OnDrawUpLCD()
187 writer.Print (" [B] Reset Actor Position\n"); in OnDrawUpLCD()
188 writer.Print (" [L/R] Change Filter Type\n"); in OnDrawUpLCD()
189 writer.Print (" [LEFT/RIGHT] Move Actor Position.x\n"); in OnDrawUpLCD()
190 writer.Print (" [UP/DOWN] Move Actor Position.z\n\n\n"); in OnDrawUpLCD()
192 writer.Print (" -- status ---\n\n"); in OnDrawUpLCD()
/NW4C-1.3.3/demos/snd/labelString/sources/
DLabelStringApp.cpp136 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD()
137 writer.Print(" [A] Play Sequence Sound\n"); in OnDrawUpLCD()
138 writer.Print(" [X] Play Wave Sound\n"); in OnDrawUpLCD()
139 writer.Print(" [Y] Play Stream Sound\n"); in OnDrawUpLCD()
140 writer.Print(" [B] Stop Sound\n\n"); in OnDrawUpLCD()
/NW4C-1.3.3/demos/snd/withSdk/sources/
Dmain.cpp302 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD()
303 writer.Print(" [A] Play Sequence Sound\n"); in OnDrawUpLCD()
304 writer.Print(" [Y] Play Stream Sound\n"); in OnDrawUpLCD()
305 writer.Print(" [B] Stop Sound\n\n"); in OnDrawUpLCD()
307 writer.Print(" [X] SDK Voice Pause / Start\n"); in OnDrawUpLCD()
308 writer.Print(" [R] SDK Voice Pan to Right\n"); in OnDrawUpLCD()
309 writer.Print(" [L] SDK Voice Pan to Left\n"); in OnDrawUpLCD()
311 writer.Print(" [START] Restart SoundSystem\n\n"); in OnDrawUpLCD()
316 writer.Print(" -- SDK Voice Status --\n\n"); in OnDrawDownLCD()
/NW4C-1.3.3/demos/snd/memorySoundArchive/sources/
DMemorySoundArchiveApp.cpp99 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD()
100 writer.Print(" [A] Play Sequence Sound\n"); in OnDrawUpLCD()
101 writer.Print(" [X] Play Wave Sound\n"); in OnDrawUpLCD()
102 writer.Print(" [B] Stop Sound\n\n"); in OnDrawUpLCD()
/NW4C-1.3.3/demos/snd/playerHeap/sources/
DplayerHeapApp.cpp135 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD()
136 writer.Print(" [A] Play SEQ\n"); in OnDrawUpLCD()
137 writer.Print(" [X] Play WSD\n"); in OnDrawUpLCD()
138 writer.Print(" [B] Stop Sound\n\n"); in OnDrawUpLCD()
/NW4C-1.3.3/demos/snd/createSoundThreadManually/sources/
Dmain.cpp326 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD()
327 writer.Print(" [A] Play Sequence Sound\n"); in OnDrawUpLCD()
328 writer.Print(" [Y] Play Stream Sound\n"); in OnDrawUpLCD()
329 writer.Print(" [B] Stop Sound\n\n"); in OnDrawUpLCD()
331 writer.Print(" [X] SDK Voice Pause / Start\n"); in OnDrawUpLCD()
332 writer.Print(" [R] SDK Voice Pan to Right\n"); in OnDrawUpLCD()
333 writer.Print(" [L] SDK Voice Pan to Left\n"); in OnDrawUpLCD()
335 writer.Print(" [START] Restart SoundSystem\n\n"); in OnDrawUpLCD()
340 writer.Print(" -- SDK Voice Status --\n\n"); in OnDrawDownLCD()
/NW4C-1.3.3/demos/snd/hioSoundArchive/sources/
Dmain.cpp338 writer.Print (" -- usage --\n\n"); in OnDrawUpLCD()
339 writer.Print (" [A] Start Sound\n"); in OnDrawUpLCD()
340 writer.Print (" [B] Stop Sound\n\n"); in OnDrawUpLCD()
341 writer.Print (" [LEFT/RIGHT] Change Sound\n"); in OnDrawUpLCD()
342 writer.Print (" [START] Reload Sound Archive\n\n"); in OnDrawUpLCD()
360 writer.Print (" SoundArchive is not opened.\n"); in OnDrawUpLCD()
361 writer.Print (" Press START for open SoundArchive.\n"); in OnDrawUpLCD()
/NW4C-1.3.3/demos/snd/holdSound/sources/
DHoldSoundApp.cpp123 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD()
124 writer.Print(" [A] Hold Sequence Sound\n"); in OnDrawUpLCD()
125 writer.Print(" [X] Hold Wave Sound\n"); in OnDrawUpLCD()
126 writer.Print(" [Y] Hold Stream Sound\n"); in OnDrawUpLCD()
/NW4C-1.3.3/demos/snd/externalFile/sources/
DexternalFileApp.cpp142 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD()
143 writer.Print(" [A] Play SE_1\n"); in OnDrawUpLCD()
144 writer.Print(" [X] Play SE_2\n"); in OnDrawUpLCD()
145 writer.Print(" [B] Stop Sound\n\n"); in OnDrawUpLCD()
/NW4C-1.3.3/include/nw/font/
Dfont_TextWriterBase.h396 f32 Print( in Print() function
402 return Print(str, StrLen(str)); in Print()
412 f32 Print(
527 using CharWriter::Print;
Dfont_CharWriter.h363 f32 Print(CharCode code);
/NW4C-1.3.3/demos/snd/effect/sources/
Dmain.cpp211 writer.Print (" -- usage --\n\n"); in OnDrawUpLCD()
212 writer.Print (" [A] Play Sequence Sound\n"); in OnDrawUpLCD()
213 writer.Print (" [X] Play Wave Sound\n"); in OnDrawUpLCD()
214 writer.Print (" [Y] Play Stream Sound\n"); in OnDrawUpLCD()
215 writer.Print (" [B] Stop Sound\n"); in OnDrawUpLCD()
216 writer.Print (" [LEFT/RIGHT] Change Effect\n\n"); in OnDrawUpLCD()
/NW4C-1.3.3/demos/snd/originalSoundHeap/sources/
DOriginalSoundHeapApp.cpp130 writer.Print(" -- usage --\n\n"); in OnDrawUpLCD()
131 writer.Print(" [A] Play Sequence Sound\n"); in OnDrawUpLCD()
132 writer.Print(" [B] Stop Sound\n"); in OnDrawUpLCD()
/NW4C-1.3.3/demos/font/PackedFont/sources/
Dmain.cpp462 writer.Print(L"Glyph Sample:\n"); in DrawAscii()
464 writer.Print(L" !\"#$%&'()*+,-./0123456789:;<=>?\n"); in DrawAscii()
465 writer.Print(L"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\n"); in DrawAscii()
466 writer.Print(L"`abcdefghijklmnopqrstuvwxyz{|}~\n"); in DrawAscii()
/NW4C-1.3.3/demos/font/ArchiveFont/sources/
Dmain.cpp499 writer.Print(L"Glyph Sample:\n"); in DrawAscii()
501 writer.Print(L" !\"#$%&'()*+,-./0123456789:;<=>?\n"); in DrawAscii()
502 writer.Print(L"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\n"); in DrawAscii()
503 writer.Print(L"`abcdefghijklmnopqrstuvwxyz{|}~\n"); in DrawAscii()
/NW4C-1.3.3/sources/libraries/font/
Dfont_TextWriterBase.cpp313 f32 width = Print(buffer, length); in VPrintf()
320 TextWriterBase<CharType>::Print( in Print() function in nw::font::TextWriterBase
757 Print(code); in PrintImpl()
Dfont_CharWriter.cpp225 CharWriter::Print(CharCode code) in Print() function in nw::font::CharWriter
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_TextBox.cpp331 (void)writer.Print(m_TextBuf, m_TextLen); in DrawSelf()
676 (void)writer.Print(m_TextBuf, m_TextLen); in SetupDrawCharData()