Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86HWCurs.c401 SCANLINE *SrcS, *SrcM, *DstS, *DstM; in RealizeCursorInterleave0() local
415 DstM = (SCANLINE *) mem; in RealizeCursorInterleave0()
417 DstM += words; in RealizeCursorInterleave0()
418 memset(DstM, -1, words * sizeof(SCANLINE)); in RealizeCursorInterleave0()
434 DstM = DstS + words; in RealizeCursorInterleave0()
440 DstS = DstM; in RealizeCursorInterleave0()
441 DstM = tmp; 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()
470 unsigned char *pntr2 = (unsigned char *) DstM; in RealizeCursorInterleave0()
[all …]