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.c169 glyphs[ch] = qemu_pixman_glyph_from_vgafont(FONT_HEIGHT, vgafont16, ch); in vga_putcharxy()
172 &fgcol, &bgcol, x, y, FONT_WIDTH, FONT_HEIGHT); in vga_putcharxy()
182 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()
450 qemu_console_fill_rect(QEMU_CONSOLE(s), 0, (s->height - 1) * FONT_HEIGHT, in vc_put_lf()
[all …]
H A Dconsole-priv.h14 #define FONT_HEIGHT 16 macro
H A Dconsole.c530 y = (h / FONT_HEIGHT - 1) / 2; in qemu_create_placeholder_surface()
532 glyph = qemu_pixman_glyph_from_vgafont(FONT_HEIGHT, vgafont16, msg[i]); in qemu_create_placeholder_surface()
534 x+i, y, FONT_WIDTH, FONT_HEIGHT); in qemu_create_placeholder_surface()
H A Dcurses.c50 #define FONT_HEIGHT 16 macro