Home
last modified time | relevance | path

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

/linux/scripts/
H A Dget_maintainer.pl1820 my $redraw = 1;
1823 if ($redraw) {
1903 $redraw = 1;
1976 $redraw = 1;
2057 $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.rst361 It is time to redraw whole screen 1000 times in 1024x768, 60Hz. It is
/linux/drivers/tty/vt/
H A Dvt.c925 int redraw = 0; in redraw_screen() local
940 redraw = 1; in redraw_screen()
952 redraw = 1; in redraw_screen()
955 if (redraw) { in redraw_screen()