Lines Matching defs:pDstPix
493 PixmapPtr pDstPix;
496 pDstPix = (*pScreen->CreatePixmap) (pScreen, 0, 0, 0, 0);
498 if (!pDstPix)
501 pExaDstPix = ExaGetPixmapPriv (pDstPix);
562 pDstPix->drawable.width = pSrcPix->drawable.width;
563 pDstPix->devKind = pSrcPix->devKind;
564 pDstPix->drawable.height = pSrcPix->drawable.height;
565 pDstPix->drawable.depth = pSrcPix->drawable.depth;
566 pDstPix->drawable.bitsPerPixel = pSrcPix->drawable.bitsPerPixel;
568 if (!pExaScr->info->PrepareCopy (pSrcPix, pDstPix, -1, -1, GXcopy, ~0)) {
575 pExaScr->info->Copy (pDstPix, 0, 0, 0, 0, pDstPix->drawable.width,
576 pDstPix->drawable.height);
577 pExaScr->info->DoneCopy (pDstPix);
630 pDstPix->drawable.width = 0;
631 pDstPix->drawable.height = 0;
632 pDstPix->drawable.depth = 0;
633 pDstPix->drawable.bitsPerPixel = 0;
635 (*pScreen->DestroyPixmap) (pDstPix);