Lines Matching refs:video_logo_height
186 #define CONSOLE_ROWS ((VIDEO_ROWS - video_logo_height) / VIDEO_FONT_HEIGHT)
236 static int video_logo_height = VIDEO_LOGO_HEIGHT; variable
509 video_drawchars(xx, yy + video_logo_height, &c, 1); in video_putchar()
542 video_logo_height); in console_cursor()
547 video_logo_height); in console_cursor()
579 video_logo_height + in console_clear_line()
619 video_logo_height + in console_scrollup()
622 video_logo_height, /* dest pos y */ in console_scrollup()
625 - video_logo_height in console_scrollup()
659 video_logo_height, /* dest pos y */ in console_clear()
1726 int ycount = video_logo_height; in plot_logo_or_black()
1868 video_logo_height = 0; in video_logo()
1888 video_logo_height += max(0, (int)(VIDEO_VISIBLE_ROWS - in video_logo()
1891 video_logo_height += video_logo_ypos; in video_logo()
1893 return video_fb_address + video_logo_height * VIDEO_LINE_LEN; in video_logo()
1934 ((video_logo_height - in video_logo()
1969 return (video_fb_address + video_logo_height * VIDEO_LINE_LEN); in video_logo()