Lines Matching refs:VIDEO_FONT_WIDTH
192 #define CONSOLE_COLS (VIDEO_COLS / VIDEO_FONT_WIDTH)
342 if (VIDEO_FONT_WIDTH == 4) in video_drawchars()
349 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
371 if (VIDEO_FONT_WIDTH == 4) in video_drawchars()
383 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
405 if (VIDEO_FONT_WIDTH == 4) in video_drawchars()
417 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
444 if (VIDEO_FONT_WIDTH == 4) in video_drawchars()
460 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
483 if (VIDEO_FONT_WIDTH == 4) in video_drawchars()
496 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
524 int lastx = (xx + VIDEO_FONT_WIDTH) * VIDEO_PIXEL_SIZE; in video_invertchar()
541 video_invertchar(old_col * VIDEO_FONT_WIDTH, in console_cursor()
546 video_invertchar(console_col * VIDEO_FONT_WIDTH, in console_cursor()
579 VIDEO_FONT_WIDTH * begin, /* dest pos x */ in console_clear_line()
582 VIDEO_FONT_WIDTH * (end - begin + 1), /* fr. width */ in console_clear_line()
599 VIDEO_FONT_WIDTH * in console_clear_line()
601 size = VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE * (end - begin + 1); in console_clear_line()
792 video_putchar(console_col * VIDEO_FONT_WIDTH, in parse_putc()
1903 space = (VIDEO_LINE_LEN / 2 - VIDEO_INFO_X) / VIDEO_FONT_WIDTH; in video_logo()
1909 video_drawchars(VIDEO_INFO_X + VIDEO_FONT_WIDTH, in video_logo()
1936 VIDEO_FONT_WIDTH, in video_logo()