Lines Matching defs:pDstPix
1879 PixmapPtr pScreenPix, pDstPix;
1885 pDstPix = GetScratchPixmapHeader(pScreen, pScreenPix->drawable.width,
1895 ValidateGC((DrawablePtr)pDstPix, pGC);
1900 (*pGC->ops->PutImage)((DrawablePtr)pDstPix, pGC, 1, x, y, w, h, 0,
1904 FreeScratchPixmapHeader(pDstPix);
1933 PixmapPtr pScreenPix, pDstPix;
1938 pDstPix = GetScratchPixmapHeader(pScreen, x + w, y + h,
1943 ValidateGC((DrawablePtr)pDstPix, pGC);
1949 (*pGC->ops->PutImage)((DrawablePtr)pDstPix, pGC, depth, x, y, w,
1957 (*pGC->ops->CopyArea)((DrawablePtr)pSrcPix, (DrawablePtr)pDstPix,
1964 FreeScratchPixmapHeader(pDstPix);