Searched defs:srcPitch (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dpointer.c229 size_t sizeRequest, sizeRgba, sizeMask, srcPitch, dstPitch; local
248 srcPitch = PixmapBytePad (bitsp->width, 1);
296 ++y, pm += srcPitch, ps += srcPitch, m += dstPitch)
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxD3DIf.cpp234 uint32_t srcPitch, dstPitch; local
239 srcPitch = pAlloc->SurfDesc.pitch;
247 srcPitch = (uint32_t)pLockInfo->Pitch;
251 uint32_t pitch = RT_MIN(srcPitch, dstPitch);
256 pvSrc += srcPitch;
264 uint32_t srcPitch, dstPitch; local
273 srcPitch = pAlloc->SurfDesc.pitch;
281 srcPitch = (uint32_t)pLockInfo->Pitch;
284 if (pRect->right - pRect->left == pAlloc->SurfDesc.width && srcPitch == dstPitch)
291 uint32_t pitch = RT_MIN(srcPitch, dstPitc
[all...]
H A DVBoxDispD3D.cpp656 uint32_t srcPitch, dstPitch; local
661 srcPitch = pAlloc->SurfDesc.pitch;
669 srcPitch = (uint32_t)pLockInfo->Pitch;
673 uint32_t pitch = RT_MIN(srcPitch, dstPitch);
680 pvSrc += srcPitch;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c4215 int srcWidth, srcPitch; local
4291 srcPitch = IWineD3DSurface_GetPitch(SrcSurface);
4309 desc.convert(Src->resource.allocatedMemory, mem, srcPitch, srcWidth, srcHeight);
4327 d3dfmt_convert_surface(Src->resource.allocatedMemory, mem, srcPitch, srcWidth, srcHeight, outpitch, convert, Src);
4332 updateMem = mem + srcPitch * src_rect.top;

Completed in 62 milliseconds