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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dblitter.cpp242 int32_t dstHeight = pDstRect->yBottom - pDstRect->yTop; local
245 float strY = ((float)dstHeight) / srcHeight;
246 bool fScale = (dstWidth != srcWidth || dstHeight != srcHeight);
728 uint32_t dstHeight = (fFlags & CRBLT_F_INVERT_DST_YCOORDS) ? pDstSize->cy : 0; local
765 pTexCoords = crBltVtRectsTFNormalized(paDstRect, cRects, 1, 1, pVerticies, dstHeight);
793 pTexCoords = crBltVtRectsITNormalized(paDstRect, cRects, 1, 1, pVerticies, &pIndicies, &iIdxBase, dstHeight);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVdma.cpp746 uint32_t dstHeight = pDstRect->bottom - pDstRect->top; local
747 Assert(srcHeight == dstHeight);
780 if (srcHeight != dstHeight)
800 uint32_t cbSize = vboxWddmCalcSize(pDstAlloc->SurfDesc.pitch, dstHeight, pDstAlloc->SurfDesc.format);
/vbox/src/VBox/Devices/Graphics/vmsvga/
H A Dsvga_reg.h903 uint32_t dstHeight; member in struct:SVGAOverlayUnit
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp205 int32_t dstHeight = pDstRect->yBottom - pDstRect->yTop; local
209 float strY = ((float)dstHeight) / srcHeight;
210 bool fScale = (dstWidth != srcWidth || dstHeight != srcHeight);
407 int32_t dstHeight = pDstRect->yBottom - pDstRect->yTop;
411 float strY = ((float)dstHeight) / srcHeight;
631 uint32_t dstHeight = pDstRect->yBottom - pDstRect->yTop; local
633 && srcHeight == dstHeight)
639 || (srcWidth * srcHeight > dstWidth * dstHeight))
3486 static int8_t crVBoxServerCrCmdBltVramToVramMem(VBOXCMDVBVAOFFSET offSrcVRAM, uint32_t srcWidth, uint32_t srcHeight, VBOXCMDVBVAOFFSET offDstVRAM, uint32_t dstWidth, uint32_t dstHeight, const RTPOINT *pPos, uint32_t cRects, const RTRECT *pRects) argument
3496 i8Result = crFbImgFromDimOffVramBGRA(offDstVRAM, dstWidth, dstHeight,
3508 crVBoxServerCrCmdBltVramToVram(VBOXCMDVBVAOFFSET offSrcVRAM, uint32_t srcWidth, uint32_t srcHeight, VBOXCMDVBVAOFFSET offDstVRAM, uint32_t dstWidth, uint32_t dstHeight, const RTPOINT *pPos, uint32_t cRects, const RTRECT *pRects) argument
[all...]

Completed in 68 milliseconds