Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/
Dget_maintainer.pl1475 my $redraw = 1;
1478 if ($redraw) {
1558 $redraw = 1;
1630 $redraw = 1;
1711 $redraw = 0;
/linux-4.1.27/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.1.27/drivers/tty/vt/
Dvt.c658 int redraw = 0; in redraw_screen() local
673 redraw = 1; in redraw_screen()
685 redraw = 1; in redraw_screen()
688 if (redraw) { in redraw_screen()