Home
last modified time | relevance | path

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

/linux-6.15/scripts/
H A Dget_maintainer.pl1820 my $redraw = 1;
1823 if ($redraw) {
1903 $redraw = 1;
1976 $redraw = 1;
2057 $redraw = 0;
/linux-6.15/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-6.15/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()