Searched refs:writer (Results 1 – 4 of 4) sorted by relevance
322 nn::font::TextWriter writer; in DrawAscii() local323 writer.SetDispStringBuffer(pDrawStringBuf); in DrawAscii()324 writer.SetFont(pFont); in DrawAscii()326 writer.SetCursor(0, 0); in DrawAscii()331 writer.StartPrint(); in DrawAscii()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()[all …]
459 nn::font::WideTextWriter writer; in DrawAscii() local460 writer.SetDispStringBuffer(pDrawStringBuf); in DrawAscii()461 writer.SetFont(pFont); in DrawAscii()463 writer.SetCursor(0, 0); in DrawAscii()465 writer.StartPrint(); in DrawAscii()466 writer.Printf(L"DEMO: %ls\n", title); in DrawAscii()469 writer.Print(L"Glyph Sample:\n"); in DrawAscii()470 writer.MoveCursorX(5); in DrawAscii()471 writer.Print(L" !\"#$%&'()*+,-./0123456789:;<=>?\n"); in DrawAscii()472 writer.Print(L"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\n"); in DrawAscii()[all …]
401 nn::font::WideTextWriter writer; in DrawAscii() local403 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()[all …]
64 void WriteThreadFunc(RealTimeFileWriter *writer) in WriteThreadFunc() argument66 writer->ThreadFunc(); in WriteThreadFunc()