Searched refs:fb_cursor (Results 1 – 1 of 1) sorted by relevance
38 uint8 *fb_cursor = vc->cursor.data; in SET_CURSOR_SHAPE() local56 fb_cursor[row * 64/8 * 2 + col_byte] = *andMask++; in SET_CURSOR_SHAPE()57 fb_cursor[row * 64/8 * 2 + col_byte + 64/8] = *xorMask++; in SET_CURSOR_SHAPE()59 fb_cursor[row * 64/8 * 2 + col_byte] = 0xff; in SET_CURSOR_SHAPE()60 fb_cursor[row * 64/8 * 2 + col_byte + 64/8] = 0; in SET_CURSOR_SHAPE()