Searched refs:pMsk (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/ |
| H A D | xf86HWCurs.c | 402 SCANLINE *pSrc, *pMsk; in RealizeCursorInterleave0() local 445 for (y = pCurs->bits->height, pSrc = DstS, pMsk = DstM; in RealizeCursorInterleave0() 447 pSrc += DstPitch, pMsk += DstPitch, SrcS += SrcPitch, SrcM += in RealizeCursorInterleave0() 451 pMsk[x] = SrcM[x]; in RealizeCursorInterleave0() 456 for (y = pCurs->bits->height, pSrc = DstS, pMsk = DstM; in RealizeCursorInterleave0() 458 pSrc += DstPitch, pMsk += DstPitch, SrcS += SrcPitch, SrcM += in RealizeCursorInterleave0() 462 pMsk[x] = SrcM[x]; in RealizeCursorInterleave0() 500 for (y = pCurs->bits->height, pSrc = DstS, pMsk = DstM; in RealizeCursorInterleave0() 501 y--; pSrc += DstPitch, pMsk += DstPitch) { in RealizeCursorInterleave0() 504 pMsk[x] = REVERSE_BIT_ORDER(pMsk[x]); in RealizeCursorInterleave0()
|