Lines Matching refs:nWinPix
216 int nWinPix = bits_to_bytes(pScreenPriv->cursor.sm_cx) * y + x;
219 pAnd[nWinPix] = 0;
221 pXor[nWinPix] = reverse (~pCursor->bits->source[nXPix]);
223 pXor[nWinPix] = reverse (pCursor->bits->source[nXPix]);
232 int nWinPix = bits_to_bytes(pScreenPriv->cursor.sm_cx) * y + x;
236 pAnd[nWinPix] = reverse (~mask);
238 pXor[nWinPix] = reverse (~pCursor->bits->source[nXPix] & mask);
240 pXor[nWinPix] = reverse (pCursor->bits->source[nXPix] & mask);
321 int nWinPix = bits_to_bytes(pScreenPriv->cursor.sm_cx) * y + (x/8);
323 bit = pAnd[nWinPix];