Searched refs:dstRect (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp474 SDL_Rect dstRect; local
479 dstRect.x = (int16_t)aX;
480 dstRect.y = (int16_t)aY;
481 dstRect.w = (uint16_t)aWidth;
482 dstRect.h = (uint16_t)aHeight;
491 SDL_BlitSurface(surfSrc, &srcRect, mSurfVRAM, &dstRect);
1004 SDL_Rect dstRect; local
1050 dstRect.x = x + mCenterXOffset;
1052 dstRect.y = RT_MAX(mLabelHeight, y + yCutoffGuest + mTopOffset) + mCenterYOffset;
1054 dstRect
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispDDrawVHWA.cpp235 VBoxDispVHWAFromRECTL(&pBody->u.in.dstRect, &lpBlt->rDest);
518 VBoxDispVHWAFromRECTL(&pBody->u.in.dstRect, &lpUpdateOverlay->rDest);
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.cpp2812 QRect dstRect = VBOXVHWA_CONSTRUCT_QRECT_FROM_RECTL_WH(&pCmd->u.in.dstRect);
2818 VBOXQGLLOG_QRECT("dstRect:", &dstRect, "\n");
2823 pSrcSurf->setRects(dstRect, srcRect);
3376 rc = SSMR3GetS32(pSSM, &pUpdateOverlay->u.in.dstRect.left); AssertRC(rc);
3377 rc = SSMR3GetS32(pSSM, &pUpdateOverlay->u.in.dstRect.right); AssertRC(rc);
3378 rc = SSMR3GetS32(pSSM, &pUpdateOverlay->u.in.dstRect.top); AssertRC(rc);
3379 rc = SSMR3GetS32(pSSM, &pUpdateOverlay->u.in.dstRect.bottom); AssertRC(rc);
3961 updateCmd.u.in.dstRect
[all...]
H A DVBoxFBOverlay.h540 const QRect& dstRect() { return mDstRect; } function in class:VBoxVHWATextureImage
/vbox/include/VBox/
H A DVBoxVideo.h668 VBOXVHWA_RECTL dstRect; member in struct:VBOXVHWACMD_SURF_BLT::__anon110::__anon111
742 VBOXVHWA_RECTL dstRect; member in struct:VBOXVHWACMD_SURF_OVERLAY_UPDATE::__anon118::__anon119
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVhwa.cpp1003 pBody->u.in.dstRect = *(VBOXVHWA_RECTL*)((void*)&pOverlayInfo->DstRect);

Completed in 73 milliseconds