Searched refs:plane0 (Results 1 – 1 of 1) sorted by relevance
2225 const uint8_t *plane0, *plane1; in vga_draw_cursor_line() local2230 plane0 = src1; in vga_draw_cursor_line()2233 b0 = (plane0[x >> 3] >> (7 - (x & 7))) & 1; in vga_draw_cursor_line()