Lines Matching refs:writer
401 nn::font::WideTextWriter writer; in DrawAscii() local
403 writer.SetFont(pFont); in DrawAscii()
404 writer.SetTextWriterResource(pTextWriterResource); in DrawAscii()
405 writer.SetupGX(); in DrawAscii()
406 writer.SetCursor(0, 0); in DrawAscii()
408 writer.Printf(L"DEMO: %ls\n", title); in DrawAscii()
411 writer.Print(L"Glyph Sample:\n"); in DrawAscii()
412 writer.MoveCursorX(5); 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()