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

/xsrc/external/mit/xwud/dist/
H A Dxwud.c1038 unsigned long *pixels, *rpixels; local in function:Do_Direct
1126 rpixels = (unsigned long *)malloc(sizeof(unsigned long) * pix);
1127 if ((pixels == NULL) || (rpixels == NULL))
1131 rpixels[i] = ~0L;
1139 (rpixels[xpix] != pix)) {
1160 rpixels[xpix] = pix;
1166 free(rpixels);

Completed in 3 milliseconds