Home
last modified time | relevance | path

Searched refs:redraw (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/scripts/
Dget_maintainer.pl1512 my $redraw = 1;
1515 if ($redraw) {
1595 $redraw = 1;
1667 $redraw = 1;
1748 $redraw = 0;
/linux-4.4.14/Documentation/fb/
Dvesafb.txt139 redraw scroll by redrawing the affected part of the screen, this
Duvesafb.txt70 redraw Scroll by redrawing the affected part of the screen, this
Dmatroxfb.txt335 It is time to redraw whole screen 1000 times in 1024x768, 60Hz. It is
/linux-4.4.14/drivers/tty/vt/
Dvt.c662 int redraw = 0; in redraw_screen() local
677 redraw = 1; in redraw_screen()
689 redraw = 1; in redraw_screen()
692 if (redraw) { in redraw_screen()