Home | History | Annotate | Download | only in recovery

Lines Matching defs:Redraw

480 // Redraw everything on the screen and flip the screen (make it visible).
491 draw_screen_locked(); // Must redraw the whole screen
511 bool redraw = false;
527 redraw = true;
538 redraw = true;
542 if (redraw) update_progress_locked();
583 Redraw();
805 Redraw();
929 void ScreenRecoveryUI::Redraw() {
936 // Redraw so that if we're in the menu, the highlight
938 Redraw();