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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp4855 static DECLCALLBACK(int) vgaPortDisplayBlt(PPDMIDISPLAYPORT pInterface, const void *pvData, uint32_t x, uint32_t y, uint32_t cx, uint32_t cy) function
4860 LogFlow(("vgaPortDisplayBlt: pvData=%p x=%d y=%d cx=%d cy=%d\n", pvData, x, y, cx, cy));
4929 LogFlow(("vgaPortDisplayBlt: returns %Rrc\n", rc));
6058 pThis->IPort.pfnDisplayBlt = vgaPortDisplayBlt;

Completed in 66 milliseconds