Searched refs:cursor_mask (Results 1 – 1 of 1) sorted by relevance
605 static uint8_t cursor_mask[8 * 64], cursor_bitmap[8 * 64]; variable1127 err = copyin(cur->mask, cursor_mask, CURSOR_BITMAP_SIZE); in rpi_fb_do_cursor()1140 idx = ((cursor_mask[i] & mask) ? 2 : 0) | in rpi_fb_do_cursor()