Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincursor.c207 int nWinPix = bits_to_bytes(pScreenPriv->cursor.sm_cx) * y + x; in winLoadCursor() local
210 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() local
227 pAnd[nWinPix] = reverse(~mask); in winLoadCursor()
229 pXor[nWinPix] = in winLoadCursor()
232 pXor[nWinPix] = in winLoadCursor()
312 int nWinPix = in winLoadCursor() local
316 bit = pAnd[nWinPix]; in winLoadCursor()