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