Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/font/ResFont/
Dmain.cpp332 (void)writer.Print("DEMO: ResFont\n"); in DrawAscii()
333 (void)writer.Print("\n"); in DrawAscii()
336 (void)writer.Print("All ASCII Character listing:\n"); in DrawAscii()
337 (void)writer.Print("\n"); in DrawAscii()
338 (void)writer.Print(" !\"#$%&'()*+,-./\n"); in DrawAscii()
339 (void)writer.Print("0123456789:;<=>?\n"); in DrawAscii()
340 (void)writer.Print("@ABCDEFGHIJKLMNO\n"); in DrawAscii()
341 (void)writer.Print("PQRSTUVWXYZ[\\]^_\n"); in DrawAscii()
342 (void)writer.Print("`abcdefghijklmno\n"); in DrawAscii()
343 (void)writer.Print("pqrstuvwxyz{|}~\n"); in DrawAscii()
/CTR-SDK-4.2.7-SampleDemos/font/PackedFont/
Dmain.cpp411 writer.Print(L"Glyph Sample:\n"); in DrawAscii()
413 writer.Print(L" !\"#$%&'()*+,-./0123456789:;<=>?\n"); in DrawAscii()
414 writer.Print(L"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\n"); in DrawAscii()
415 writer.Print(L"`abcdefghijklmnopqrstuvwxyz{|}~\n"); in DrawAscii()
/CTR-SDK-4.2.7-SampleDemos/font/ArchiveFont/
Dmain.cpp469 writer.Print(L"Glyph Sample:\n"); in DrawAscii()
471 writer.Print(L" !\"#$%&'()*+,-./0123456789:;<=>?\n"); in DrawAscii()
472 writer.Print(L"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\n"); in DrawAscii()
473 writer.Print(L"`abcdefghijklmnopqrstuvwxyz{|}~\n"); in DrawAscii()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/CommandCache/
Ddemo_CommandCache.h132 void Print(void);
/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DTextWriter.cpp253 m_writer.Print(pString); in PutString()
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/CommandCache/
Ddemo_CommandCache.cpp318 void CommandCache::Print(void) in Print() function in demo::CommandCache
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheVSUniformFrame/
Dgx_CommandCacheVSUniformFrame.cpp363 s_CommandCache.Print(); in DrawFrameCommandCache()