Lines Matching defs:nWinPix
207 int nWinPix = bits_to_bytes(pScreenPriv->cursor.sm_cx) * y + x;
210 pAnd[nWinPix] = 0;
212 pXor[nWinPix] = reverse(~pCursor->bits->source[nXPix]);
214 pXor[nWinPix] = reverse(pCursor->bits->source[nXPix]);
222 int nWinPix = bits_to_bytes(pScreenPriv->cursor.sm_cx) * y + x;
227 pAnd[nWinPix] = reverse(~mask);
229 pXor[nWinPix] =
232 pXor[nWinPix] =
312 int nWinPix =
316 bit = pAnd[nWinPix];