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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VDMA.cpp2311 Assert(pBlt->srcRectl.width == pBlt->dstRectl.width);
2312 Assert(pBlt->srcRectl.height == pBlt->dstRectl.height);
2313 if (pBlt->srcRectl.width != pBlt->dstRectl.width)
2315 if (pBlt->srcRectl.height != pBlt->dstRectl.height)
2324 VBOXVDMA_RECTL dstRectl, srcRectl;
2339 if (pBlt->srcRectl.left || pBlt->srcRectl.top)
2341 srcRectl.left = pSrcRectl->left + pBlt->srcRectl.left;
2342 srcRectl
[all...]
/vbox/include/VBox/
H A DVBoxVideo.h1410 VBOXVDMA_RECTL srcRectl; member in struct:VBOXVDMACMD_DMA_PRESENT_BLT

Completed in 814 milliseconds