Home
last modified time | relevance | path

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

/linux/scripts/
H A Dget_maintainer.pl1808 my $redraw = 1;
1811 if ($redraw) {
1891 $redraw = 1;
1963 $redraw = 1;
2044 $redraw = 0;
/linux/Documentation/fb/
H A Dvesafb.rst149 redraw Scroll by redrawing the affected part of the screen, this
H A Duvesafb.rst72 redraw Scroll by redrawing the affected part of the screen, this
H A Dmatroxfb.rst364 It is time to redraw whole screen 1000 times in 1024x768, 60Hz. It is
/linux/drivers/tty/vt/
H A Dvt.c922 int redraw = 0; in redraw_screen() local
937 redraw = 1; in redraw_screen()
949 redraw = 1; in redraw_screen()
952 if (redraw) { in redraw_screen()