Lines Matching refs:writer
289 nw::font::TextWriter writer; in DrawAscii() local
290 writer.SetFont(pFont); in DrawAscii()
291 writer.SetTextWriterResource(pTextWriterResource); in DrawAscii()
292 writer.SetupGX(); in DrawAscii()
293 writer.SetCursor(0, 0); in DrawAscii()
295 (void)writer.Print("DEMO: ResFont\n"); in DrawAscii()
296 (void)writer.Print("\n"); in DrawAscii()
299 (void)writer.Print("All ASCII Character listing:\n"); in DrawAscii()
300 (void)writer.Print("\n"); in DrawAscii()
301 (void)writer.Print(" !\"#$%&'()*+,-./\n"); in DrawAscii()
302 (void)writer.Print("0123456789:;<=>?\n"); in DrawAscii()
303 (void)writer.Print("@ABCDEFGHIJKLMNO\n"); in DrawAscii()
304 (void)writer.Print("PQRSTUVWXYZ[\\]^_\n"); in DrawAscii()
305 (void)writer.Print("`abcdefghijklmno\n"); in DrawAscii()
306 (void)writer.Print("pqrstuvwxyz{|}~\n"); in DrawAscii()