Searched refs:FONT_WIDTH (Results 1 – 2 of 2) sorted by relevance
41 #define FONT_WIDTH 8 macro108 ds->surface->width = width * FONT_WIDTH; in curses_resize()172 ds->surface->width = FONT_WIDTH * width; in curses_refresh()200 ds->surface->width = FONT_WIDTH * width; in curses_refresh()
299 #define FONT_WIDTH 8 macro452 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()[all …]