Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvga-helpers.h62 vga_draw_glyph_line(d, expand4to8[font_data >> 4], in vga_draw_glyph16()
64 vga_draw_glyph_line(d + 32, expand4to8[font_data & 0x0f], in vga_draw_glyph16()
H A Dvga.c147 static uint8_t expand4to8[16]; variable
2200 expand4to8[i] = v; in vga_common_init()