Lines Matching refs:writer
336 void HioSoundArchiveApp::OnDrawUpLCD( nw::font::TextWriter& writer ) in OnDrawUpLCD() argument
338 writer.Printf(" DEMO nw::snd %s\n\n", DEMO_TITLE); in OnDrawUpLCD()
340 writer.Print (" -- usage --\n\n"); in OnDrawUpLCD()
341 writer.Print (" [A] Start Sound\n"); in OnDrawUpLCD()
342 writer.Print (" [B] Stop Sound\n\n"); in OnDrawUpLCD()
343 writer.Print (" [LEFT/RIGHT] Change Sound\n"); in OnDrawUpLCD()
344 writer.Print (" [START] Reload Sound Archive\n\n"); in OnDrawUpLCD()
357 writer.Printf(" [%08x] %s\n", id, label ); in OnDrawUpLCD()
362 writer.Print (" SoundArchive is not opened.\n"); in OnDrawUpLCD()
363 writer.Print (" Press START for open SoundArchive.\n"); in OnDrawUpLCD()
367 void HioSoundArchiveApp::OnDrawDownLCD( nw::font::TextWriter& writer ) in OnDrawDownLCD() argument
369 (void)writer; in OnDrawDownLCD()