Lines Matching refs:writer
452 nw::font::WideTextWriter writer; in DrawAscii() local
454 writer.SetFont(pFont); in DrawAscii()
455 writer.SetTextWriterResource(pTextWriterResource); in DrawAscii()
456 writer.SetupGX(); in DrawAscii()
457 writer.SetCursor(0, 0); in DrawAscii()
459 writer.Printf(L"DEMO: %ls\n", title); in DrawAscii()
462 writer.Print(L"Glyph Sample:\n"); in DrawAscii()
463 writer.MoveCursorX(5); 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()