Lines Matching refs:video_logo_height
187 #define CONSOLE_ROWS ((VIDEO_ROWS - video_logo_height) / VIDEO_FONT_HEIGHT)
237 static int video_logo_height = VIDEO_LOGO_HEIGHT; variable
510 video_drawchars(xx, yy + video_logo_height, &c, 1); in video_putchar()
543 video_logo_height); in console_cursor()
548 video_logo_height); in console_cursor()
580 video_logo_height + in console_clear_line()
620 video_logo_height + in console_scrollup()
623 video_logo_height, /* dest pos y */ in console_scrollup()
626 - video_logo_height in console_scrollup()
660 video_logo_height, /* dest pos y */ in console_clear()
1727 int ycount = video_logo_height; in plot_logo_or_black()
1869 video_logo_height = 0; in video_logo()
1889 video_logo_height += max(0, (int)(VIDEO_VISIBLE_ROWS - in video_logo()
1892 video_logo_height += video_logo_ypos; in video_logo()
1894 return video_fb_address + video_logo_height * VIDEO_LINE_LEN; in video_logo()
1919 ((video_logo_height - in video_logo()
1954 return (video_fb_address + video_logo_height * VIDEO_LINE_LEN); in video_logo()