Lines Matching refs:VIDEO_FONT_HEIGHT
170 #define VIDEO_INFO_Y (VIDEO_FONT_HEIGHT/2)
185 #define CONSOLE_ROWS ((VIDEO_ROWS - video_logo_height) / VIDEO_FONT_HEIGHT)
187 #define CONSOLE_ROWS (VIDEO_ROWS / VIDEO_FONT_HEIGHT)
191 #define CONSOLE_ROW_SIZE (VIDEO_FONT_HEIGHT * VIDEO_LINE_LEN)
331 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
332 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()
355 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
356 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()
389 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
390 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()
423 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
424 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()
466 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
467 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()
524 int lasty = (yy + VIDEO_FONT_HEIGHT) * VIDEO_LINE_LEN; in video_invertchar()
540 old_row * VIDEO_FONT_HEIGHT + in console_cursor()
545 console_row * VIDEO_FONT_HEIGHT + in console_cursor()
579 VIDEO_FONT_HEIGHT * line, /* dest pos y */ in console_clear_line()
581 VIDEO_FONT_HEIGHT, /* frame height */ in console_clear_line()
602 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) in console_clear_line()
619 VIDEO_FONT_HEIGHT * rows, /* source pos y */ in console_scrollup()
625 - VIDEO_FONT_HEIGHT * rows /* frame height */ in console_scrollup()
791 console_row * VIDEO_FONT_HEIGHT, c); in parse_putc()
1923 yy += VIDEO_FONT_HEIGHT; in video_logo()
1938 VIDEO_FONT_HEIGHT) / VIDEO_FONT_HEIGHT); in video_logo()
1950 VIDEO_FONT_HEIGHT, in video_logo()
1957 VIDEO_FONT_HEIGHT, in video_logo()
1964 VIDEO_FONT_HEIGHT, in video_logo()