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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp5084 static DECLCALLBACK(int) vgaPortCopyRect (PPDMIDISPLAYPORT pInterface, function
5114 LogFlow(("vgaPortCopyRect: %d,%d %dx%d -> %d,%d\n", xSrc, ySrc, w, h, xDst, yDst));
5156 LogFlow(("vgaPortCopyRect: %d,%d %dx%d (corrected coords)\n", xSrcCorrected, ySrcCorrected, wCorrected, hCorrected));
5226 LogFlow(("vgaPortCopyRect: dst: %p, %d, %d. src: %p, %d, %d\n", pu8DstPtr, cbLineDst, cbPixelDst, pu8SrcPtr, cbLineSrc, cbPixelSrc));
5238 LogFlow(("vgaPortCopyRect: completed.\n"));
6060 pThis->IPort.pfnCopyRect = vgaPortCopyRect;

Completed in 51 milliseconds