Lines Matching defs:pDestinationVolume
4940 IWineD3DVolume *pSourceVolume, IWineD3DVolume *pDestinationVolume)
4947 iface, pSourceVolume, pDestinationVolume);
4954 hr = IWineD3DVolume_LockBox(pDestinationVolume, &dst, NULL, WINED3DLOCK_DISCARD);
4960 memcpy(dst.pBits, src.pBits, ((IWineD3DVolumeImpl *) pDestinationVolume)->resource.size);
4962 hr = IWineD3DVolume_UnlockBox(pDestinationVolume);
4973 IWineD3DVolume *pSourceVolume, IWineD3DVolume *pDestinationVolume,
4991 iface, pSourceVolume, pDestinationVolume);
5033 hr = IWineD3DVolume_LockBox(pDestinationVolume, &dst, pDstBox, WINED3DLOCK_DISCARD);
5048 memcpy(pRowDstBits, pRowSrcBits, srcW * ((IWineD3DVolumeImpl *) pDestinationVolume)->resource.format_desc->byte_count);
5056 hr = IWineD3DVolume_UnlockBox(pDestinationVolume);