Home | History | Annotate | Download | only in ramdac

Lines Matching defs:pSrc

242     SCANLINE *pSrc, *pMsk;
282 for(y = pCurs->bits->height, pSrc = DstS, pMsk = DstM;
284 pSrc+=DstPitch, pMsk+=DstPitch, SrcS+=SrcPitch, SrcM+=SrcPitch) {
286 pSrc[x] = SrcS[x] & SrcM[x];
291 for(y = pCurs->bits->height, pSrc = DstS, pMsk = DstM;
293 pSrc+=DstPitch, pMsk+=DstPitch, SrcS+=SrcPitch, SrcM+=SrcPitch) {
295 pSrc[x] = SrcS[x];
331 for(y = pCurs->bits->height, pSrc = DstS, pMsk = DstM;
333 pSrc+=DstPitch, pMsk+=DstPitch) {
335 pSrc[x] = REVERSE_BIT_ORDER(pSrc[x]);