Searched refs:nWinPix (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincursor.c207 int nWinPix = bits_to_bytes(pScreenPriv->cursor.sm_cx) * y + x; local in function:winLoadCursor
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; local in function:winLoadCursor
227 pAnd[nWinPix] = reverse(~mask);
229 pXor[nWinPix] =
232 pXor[nWinPix] =
312 int nWinPix = local in function:winLoadCursor
316 bit = pAnd[nWinPix];
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwincursor.c216 int nWinPix = bits_to_bytes(pScreenPriv->cursor.sm_cx) * y + x; local in function:winLoadCursor
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; local in function:winLoadCursor
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); local in function:winLoadCursor
323 bit = pAnd[nWinPix];
[all...]

Completed in 3 milliseconds