Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincursor.c151 unsigned char *pXor; in winLoadCursor() local
198 pXor = calloc(1, nBytes); in winLoadCursor()
212 pXor[nWinPix] = reverse(~pCursor->bits->source[nXPix]); in winLoadCursor()
214 pXor[nWinPix] = reverse(pCursor->bits->source[nXPix]); in winLoadCursor()
229 pXor[nWinPix] = in winLoadCursor()
232 pXor[nWinPix] = in winLoadCursor()
411 pScreenPriv->cursor.sm_cy, pAnd, pXor); in winLoadCursor()
416 free(pXor); in winLoadCursor()