Lines Matching refs:FONT_WIDTH
299 #define FONT_WIDTH 8 macro
452 ds_get_linesize(ds) * y * FONT_HEIGHT + bpp * x * FONT_WIDTH; in vga_putcharxy()
510 s->width = s->g_width / FONT_WIDTH; in text_console_resize()
546 if (s->update_x0 > x * FONT_WIDTH) in invalidate_xy()
547 s->update_x0 = x * FONT_WIDTH; in invalidate_xy()
550 if (s->update_x1 < (x + 1) * FONT_WIDTH) in invalidate_xy()
551 s->update_x1 = (x + 1) * FONT_WIDTH; in invalidate_xy()
715 s->width * FONT_WIDTH, in console_put_lf()
718 s->width * FONT_WIDTH, FONT_HEIGHT, in console_put_lf()
722 s->update_x1 = s->width * FONT_WIDTH; in console_put_lf()
1085 s->update_x0 = s->width * FONT_WIDTH; in console_puts()
1359 width *= FONT_WIDTH; in text_console_do_init()