Searched refs:Print (Results 1 – 7 of 7) sorted by relevance
332 (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()
411 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()
469 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()
132 void Print(void);
253 m_writer.Print(pString); in PutString()
318 void CommandCache::Print(void) in Print() function in demo::CommandCache
363 s_CommandCache.Print(); in DrawFrameCommandCache()