Searched refs:pvDstStart (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVdma.cpp809 uint8_t * pvDstStart = pvDstSurf + offDstStart; local
823 memcpy(pvDstStart, pvSrcStart, cbDstLine);
824 pvDstStart += cbDstSkip;
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VDMA.cpp2248 uint8_t * pvDstStart = pvDstSurf + offDstStart;
2262 memcpy (pvDstStart, pvSrcStart, cbDstLine);
2265 pvDstStart += cbDstSkip;

Completed in 2628 milliseconds