Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvga_int.h127 int64_t cursor_blink_time; member
H A Dvga.c1276 if (now >= s->cursor_blink_time) { in vga_draw_text()
1277 s->cursor_blink_time = now + VGA_TEXT_CURSOR_PERIOD_MS / 2; in vga_draw_text()
1783 s->cursor_blink_time = qemu_clock_get_ms(QEMU_CLOCK_VIRTUAL); in vga_update_display()