Home
last modified time | relevance | path

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

/linux-2.6.39/scripts/
Dget_maintainer.pl1428 my $redraw = 1;
1431 if ($redraw) {
1511 $redraw = 1;
1583 $redraw = 1;
1664 $redraw = 0;
/linux-2.6.39/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-2.6.39/drivers/tty/vt/
Dvt.c675 int redraw = 0; in redraw_screen() local
690 redraw = 1; in redraw_screen()
702 redraw = 1; in redraw_screen()
705 if (redraw) { in redraw_screen()