Searched refs:cbDstLine (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVdma.cpp805 uint32_t cbDstLine = vboxWddmCalcRowSize(pDstRect->left, pDstRect->right, pDstAlloc->SurfDesc.format); local
807 Assert(cbDstLine <= pDstAlloc->SurfDesc.pitch);
819 Assert(cbDstLine == cbSrcLine);
823 memcpy(pvDstStart, pvSrcStart, cbDstLine);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VDMA.cpp2244 uint32_t cbDstLine = offDstLineEnd - offDstLineStart;
2246 Assert(cbDstLine <= pDstDesc->pitch);
2258 Assert(cbDstLine == cbSrcLine);
2262 memcpy (pvDstStart, pvSrcStart, cbDstLine);
/vbox/include/VBox/vmm/
H A Dpdmifs.h640 * @param cbDstLine The line length of the destination frame buffer.
646 uint8_t *pbDst, int32_t xDst, int32_t yDst, uint32_t cxDst, uint32_t cyDst, uint32_t cbDstLine, uint32_t cDstBitsPerPixel));

Completed in 80 milliseconds