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