Searched refs:dstRectl (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;
2329 if (pBlt->dstRectl.left || pBlt->dstRectl.top)
2331 dstRectl.left = pDstRectl->left + pBlt->dstRectl.left;
2332 dstRectl
[all...]
/vbox/include/VBox/
H A DVBoxVideo.h1411 VBOXVDMA_RECTL dstRectl; member in struct:VBOXVDMACMD_DMA_PRESENT_BLT

Completed in 229 milliseconds