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

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincursor.c150 unsigned char *pAnd; local in function:winLoadCursor
196 pAnd = malloc(nBytes);
197 memset(pAnd, 0xFF, nBytes);
210 pAnd[nWinPix] = 0;
227 pAnd[nWinPix] = reverse(~mask);
316 bit = pAnd[nWinPix];
350 1, 1, pAnd);
411 pScreenPriv->cursor.sm_cy, pAnd, pXor);
415 free(pAnd);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwincursor.c157 unsigned char *pAnd; local in function:winLoadCursor
204 pAnd = malloc (nBytes);
205 memset (pAnd, 0xFF, nBytes);
219 pAnd[nWinPix] = 0;
236 pAnd[nWinPix] = reverse (~mask);
323 bit = pAnd[nWinPix];
352 hAnd = CreateBitmap (pScreenPriv->cursor.sm_cx, pScreenPriv->cursor.sm_cy, 1, 1, pAnd);
415 pAnd, pXor);
419 free (pAnd);

Completed in 3 milliseconds