Lines Matching refs:VIDEO_FONT_WIDTH
191 #define CONSOLE_COLS (VIDEO_COLS / VIDEO_FONT_WIDTH)
341 if (VIDEO_FONT_WIDTH == 4) in video_drawchars()
348 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
370 if (VIDEO_FONT_WIDTH == 4) in video_drawchars()
382 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
404 if (VIDEO_FONT_WIDTH == 4) in video_drawchars()
416 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
443 if (VIDEO_FONT_WIDTH == 4) in video_drawchars()
459 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
482 if (VIDEO_FONT_WIDTH == 4) in video_drawchars()
495 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
523 int lastx = (xx + VIDEO_FONT_WIDTH) * VIDEO_PIXEL_SIZE; in video_invertchar()
540 video_invertchar(old_col * VIDEO_FONT_WIDTH, in console_cursor()
545 video_invertchar(console_col * VIDEO_FONT_WIDTH, in console_cursor()
578 VIDEO_FONT_WIDTH * begin, /* dest pos x */ in console_clear_line()
581 VIDEO_FONT_WIDTH * (end - begin + 1), /* fr. width */ in console_clear_line()
598 VIDEO_FONT_WIDTH * in console_clear_line()
600 size = VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE * (end - begin + 1); in console_clear_line()
791 video_putchar(console_col * VIDEO_FONT_WIDTH, in parse_putc()
1902 space = (VIDEO_COLS - VIDEO_INFO_X) / VIDEO_FONT_WIDTH; in video_logo()
1917 xx += VIDEO_FONT_WIDTH; in video_logo()
1951 VIDEO_FONT_WIDTH, in video_logo()