Home
last modified time | relevance | path

Searched refs:font_ptr (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/display/
H A Dvga-helpers.h39 const uint8_t *font_ptr, int h, in vga_draw_glyph8() argument
46 font_data = font_ptr[0]; in vga_draw_glyph8()
48 font_ptr += 4; in vga_draw_glyph8()
54 const uint8_t *font_ptr, int h, in vga_draw_glyph16() argument
61 font_data = font_ptr[0]; in vga_draw_glyph16()
66 font_ptr += 4; in vga_draw_glyph16()
72 const uint8_t *font_ptr, int h, in vga_draw_glyph9() argument
79 font_data = font_ptr[0]; in vga_draw_glyph9()
93 font_ptr += 4; in vga_draw_glyph9()
H A Dvga.c1201 const uint8_t *font_ptr, *font_base[2]; in vga_draw_text() local
1317 font_ptr = font_base[(cattr >> 3) & 1]; in vga_draw_text()
1318 font_ptr += 32 * 4 * ch; in vga_draw_text()
1323 font_ptr, cheight, fgcol, bgcol); in vga_draw_text()
1326 font_ptr, cheight, fgcol, bgcol); in vga_draw_text()
1334 font_ptr, cheight, fgcol, bgcol, dup9); in vga_draw_text()