Home | History | Annotate | Download | only in recovery

Lines Matching refs:redraw

283 // Redraw everything on the screen.  Does not flip pages.
344 // Redraw everything on the screen and flip the screen (make it visible).
355 draw_screen_locked(); // Must redraw the whole screen
375 bool redraw = false;
391 redraw = true;
402 redraw = true;
406 if (redraw) update_progress_locked();
447 Redraw();
681 Redraw();
808 void ScreenRecoveryUI::Redraw() {
815 // Redraw so that if we're in the menu, the highlight
817 Redraw();