Searched refs:DstS (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/ |
| H A D | xf86HWCurs.c | 401 SCANLINE *SrcS, *SrcM, *DstS, *DstM; in RealizeCursorInterleave0() local 433 DstS = (SCANLINE *) mem; in RealizeCursorInterleave0() 434 DstM = DstS + words; in RealizeCursorInterleave0() 439 tmp = DstS; in RealizeCursorInterleave0() 440 DstS = DstM; in RealizeCursorInterleave0() 445 for (y = pCurs->bits->height, pSrc = DstS, pMsk = DstM; in RealizeCursorInterleave0() 456 for (y = pCurs->bits->height, pSrc = DstS, pMsk = DstM; in RealizeCursorInterleave0() 469 unsigned char *pntr1 = (unsigned char *) DstS; in RealizeCursorInterleave0() 500 for (y = pCurs->bits->height, pSrc = DstS, pMsk = DstM; in RealizeCursorInterleave0() 515 unsigned char *DstS, *DstM; in RealizeCursorInterleave1() local [all …]
|