Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincursor.c150 unsigned char *pAnd; in winLoadCursor() local
196 pAnd = malloc(nBytes); in winLoadCursor()
197 memset(pAnd, 0xFF, nBytes); in winLoadCursor()
210 pAnd[nWinPix] = 0; in winLoadCursor()
227 pAnd[nWinPix] = reverse(~mask); in winLoadCursor()
316 bit = pAnd[nWinPix]; in winLoadCursor()
350 1, 1, pAnd); in winLoadCursor()
411 pScreenPriv->cursor.sm_cy, pAnd, pXor); in winLoadCursor()
415 free(pAnd); in winLoadCursor()