Lines Matching defs:pSrc
70 SMI_DownloadFromScreen(PixmapPtr pSrc, int x, int y, int w, int h, char *dst, int dst_pitch);
76 PixmapPtr pSrc, PixmapPtr pMask, PixmapPtr pDst);
484 SMI_DownloadFromScreen(PixmapPtr pSrc, int x, int y, int w, int h,
487 unsigned char *src = pSrc->devPrivate.ptr;
488 int src_pitch = exaGetPixmapPitch(pSrc);
494 exaWaitSync(pSrc->drawable.pScreen);
496 src += (y * src_pitch) + (x * pSrc->drawable.bitsPerPixel/8);
497 w *= pSrc->drawable.bitsPerPixel/8;
622 PixmapPtr pSrc, PixmapPtr pMask, PixmapPtr pDst)
627 if (!pSrc) return FALSE;
630 int src_pitch = exaGetPixmapPitch(pSrc) / (pSrc->drawable.bitsPerPixel >> 3);
654 WRITE_DPR(pSmi, 0x40, PIXMAP_OFFSET(pSrc));