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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/
H A Dxf86HWCurs.c304 unsigned char* pntr2 = (unsigned char *)DstM; local in function:RealizeCursorInterleave0
309 b = *pntr2;
311 *pntr2 = ((b & 0xF0) >> 4) | ((b & 0x0F) << 4);
312 pntr1++; pntr2++;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ramdac/
H A Dxf86HWCurs.c470 unsigned char *pntr2 = (unsigned char *) DstM; local in function:RealizeCursorInterleave0
476 b = *pntr2;
478 *pntr2 = ((b & 0xF0) >> 4) | ((b & 0x0F) << 4);
480 pntr2++;

Completed in 5 milliseconds