Searched refs:nWinPix (Results 1 – 1 of 1) sorted by relevance
207 int nWinPix = bits_to_bytes(pScreenPriv->cursor.sm_cx) * y + x; in winLoadCursor() local210 pAnd[nWinPix] = 0; in winLoadCursor()212 pXor[nWinPix] = reverse(~pCursor->bits->source[nXPix]); in winLoadCursor()214 pXor[nWinPix] = reverse(pCursor->bits->source[nXPix]); in winLoadCursor()222 int nWinPix = bits_to_bytes(pScreenPriv->cursor.sm_cx) * y + x; in winLoadCursor() local227 pAnd[nWinPix] = reverse(~mask); in winLoadCursor()229 pXor[nWinPix] = in winLoadCursor()232 pXor[nWinPix] = in winLoadCursor()312 int nWinPix = in winLoadCursor() local316 bit = pAnd[nWinPix]; in winLoadCursor()