Searched refs:yinc (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/syscons/logo/
H A Dlogo_saver.c96 static int xinc = 1, yinc = 1; local
101 if ((ypos + logo_h + yinc > scrh) || (ypos + yinc < 0))
102 yinc = -yinc;
104 ypos += yinc;

Completed in 166 milliseconds