Home
last modified time | relevance | path

Searched refs:FONT_WIDTH (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/ui/
H A Dconsole-vc.c172 &fgcol, &bgcol, x, y, FONT_WIDTH, FONT_HEIGHT); in vga_putcharxy()
180 if (s->update_x0 > x * FONT_WIDTH) in invalidate_xy()
181 s->update_x0 = x * FONT_WIDTH; in invalidate_xy()
184 if (s->update_x1 < (x + 1) * FONT_WIDTH) in invalidate_xy()
185 s->update_x1 = (x + 1) * FONT_WIDTH; in invalidate_xy()
385 w = surface_width(s->surface) / FONT_WIDTH; in text_console_resize()
448 s->width * FONT_WIDTH, in vc_put_lf()
451 s->width * FONT_WIDTH, FONT_HEIGHT, in vc_put_lf()
455 s->update_x1 = s->width * FONT_WIDTH; in vc_put_lf()
860 s->update_x0 = s->width * FONT_WIDTH; in DECLARE_INSTANCE_CHECKER()
[all …]
H A Dconsole-priv.h15 #define FONT_WIDTH 8 macro
H A Dcurses.c51 #define FONT_WIDTH 8 macro
H A Dconsole.c529 x = (w / FONT_WIDTH - len) / 2; in qemu_create_placeholder_surface()
534 x+i, y, FONT_WIDTH, FONT_HEIGHT); in qemu_create_placeholder_surface()