Lines Matching refs:pxSrc
1566 amd_gx_exa_PrepareCopy(PixmapPtr pxSrc, PixmapPtr pxDst, int dx, int dy,
1575 if (pxSrc->drawable.bitsPerPixel != pxDst->drawable.bitsPerPixel)
1581 pGeode->cpySrcOffset = exaGetPixmapOffset(pxSrc);
1582 pGeode->cpySrcPitch = exaGetPixmapPitch(pxSrc);
1583 pGeode->cpySrcBpp = (pxSrc->drawable.bitsPerPixel + 7) / 8;
1586 ROP = amd_gx_BppToRasterMode(pxSrc->drawable.bitsPerPixel) |
1743 PicturePtr pDst, PixmapPtr pxSrc, PixmapPtr pxMsk,
1747 if (!pxSrc || !pSrc->pDrawable) return FALSE;
1764 srcPitch = exaGetPixmapPitch(pxSrc);
1769 pGeode->cmpSrcOffset = exaGetPixmapOffset(pxSrc);
1770 pGeode->cmpSrcBpp = (pxSrc->drawable.bitsPerPixel + 7) / 8;