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