Lines Matching refs:pDstPixmap
48 SMI_PrepareCopy(PixmapPtr pSrcPixmap, PixmapPtr pDstPixmap,
52 SMI_Copy(PixmapPtr pDstPixmap, int srcX, int srcY, int dstX, int dstY, int width, int height);
55 SMI_DoneCopy(PixmapPtr pDstPixmap);
222 SMI_PrepareCopy(PixmapPtr pSrcPixmap, PixmapPtr pDstPixmap, int xdir, int ydir,
225 ScrnInfoPtr pScrn = xf86ScreenToScrn(pDstPixmap->drawable.pScreen);
240 dst_pitch = exaGetPixmapPitch(pDstPixmap) / (pDstPixmap->drawable.bitsPerPixel >> 3);
243 dst_offset = PIXMAP_OFFSET(pDstPixmap);
253 if (pDstPixmap->drawable.bitsPerPixel == 24) {
275 WRITE_DPR(pSmi, 0x1C, PIXMAP_FORMAT(pDstPixmap));
289 SMI_Copy(PixmapPtr pDstPixmap, int srcX, int srcY, int dstX,
292 ScrnInfoPtr pScrn = xf86ScreenToScrn(pDstPixmap->drawable.pScreen);
306 if (pDstPixmap->drawable.bitsPerPixel == 24) {
338 SMI_DoneCopy(PixmapPtr pDstPixmap)