Lines Matching refs:localDst
1046 PicturePtr localDst = pDst;
1146 localDst = CreatePicture(0, &pixmap->drawable,
1151 if (!localDst)
1154 ValidatePicture(localDst);
1159 pSrc, localDst, maskFormat,
1166 pSrc, localDst,
1173 if (localDst != pDst)
1174 FreePicture(localDst, 0);
1179 if (localDst != pDst) {
1185 gc->ops->CopyArea(localDst->pDrawable, pDst->pDrawable, gc,
1192 FreePicture(localDst, 0);