Home | History | Annotate | Download | only in ramdac

Lines Matching defs:pSrc

402     SCANLINE *pSrc, *pMsk;
445 for (y = pCurs->bits->height, pSrc = DstS, pMsk = DstM;
447 pSrc += DstPitch, pMsk += DstPitch, SrcS += SrcPitch, SrcM +=
450 pSrc[x] = SrcS[x] & SrcM[x];
456 for (y = pCurs->bits->height, pSrc = DstS, pMsk = DstM;
458 pSrc += DstPitch, pMsk += DstPitch, SrcS += SrcPitch, SrcM +=
461 pSrc[x] = SrcS[x];
500 for (y = pCurs->bits->height, pSrc = DstS, pMsk = DstM;
501 y--; pSrc += DstPitch, pMsk += DstPitch) {
503 pSrc[x] = REVERSE_BIT_ORDER(pSrc[x]);