Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dconsole-vc.c182 if (s->update_y0 > y * FONT_HEIGHT) in invalidate_xy()
183 s->update_y0 = y * FONT_HEIGHT; in invalidate_xy()
186 if (s->update_y1 < (y + 1) * FONT_HEIGHT) in invalidate_xy()
187 s->update_y1 = (y + 1) * FONT_HEIGHT; in invalidate_xy()
386 h = surface_height(s->surface) / FONT_HEIGHT; in text_console_resize()
447 qemu_console_bitblt(QEMU_CONSOLE(s), 0, FONT_HEIGHT, 0, 0, in vc_put_lf()
449 (s->height - 1) * FONT_HEIGHT); in vc_put_lf()
456 s->update_y1 = s->height * FONT_HEIGHT; in vc_put_lf()
861 s->update_y0 = s->height * FONT_HEIGHT; in DECLARE_INSTANCE_CHECKER()
987 height = vc->rows * FONT_HEIGHT; in vc_chr_open()
[all …]
H A Dconsole-priv.h14 #define FONT_HEIGHT 16 macro
H A Dconsole.c595 y = (h / FONT_HEIGHT - 1) / 2; in qemu_create_placeholder_surface()
597 glyph = qemu_pixman_glyph_from_vgafont(FONT_HEIGHT, vgafont16, msg[i]); in qemu_create_placeholder_surface()
599 x+i, y, FONT_WIDTH, FONT_HEIGHT); in qemu_create_placeholder_surface()
H A Dcurses.c50 #define FONT_HEIGHT 16 macro