Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Dcirrus_vga.c2225 const uint8_t *plane0, *plane1; in vga_draw_cursor_line() local
2230 plane0 = src1; in vga_draw_cursor_line()
2233 b0 = (plane0[x >> 3] >> (7 - (x & 7))) & 1; in vga_draw_cursor_line()