Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvga_int.h145 void (*cursor_draw_line)(struct VGACommonState *s, uint8_t *d, int y); member
H A Dvga.c1716 if (s->cursor_draw_line) in vga_draw_graphic()
1717 s->cursor_draw_line(s, d, y); in vga_draw_graphic()
H A Dati.c997 vga->cursor_draw_line = ati_cursor_draw_line; in ati_vga_realize()
H A Dcirrus_vga.c2931 s->vga.cursor_draw_line = cirrus_cursor_draw_line; in cirrus_init_common()