Searched refs:u32Height (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DDisplayUtils.cpp40 uint32_t u32Height = 0; local
82 vrc = SSMR3GetU32(pSSM, &u32Height);
131 *pu32Height = u32Height;
132 LogFlowFunc(("cbData %d, u32Width %d, u32Height %d\n", cbData, u32Width, u32Height));
/vbox/include/VBox/GuestHost/
H A Dclipboard-helper.h122 uint32_t u32Height; member in struct:BMINFOHEADER
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VBVA.cpp72 uint32_t u32Height; member in struct:VBVAMOUSESHAPEINFO
588 pMouseShapeInfo->u32Height,
613 pMouseShapeInfo->u32Height,
639 if (pShape->u32Width > 8192 || pShape->u32Height > 8192)
642 pShape->u32Width, pShape->u32Height));
646 cbPointerData = ((((pShape->u32Width + 7) / 8) * pShape->u32Height + 3) & ~3)
647 + pShape->u32Width * 4 * pShape->u32Height;
667 pCtx->mouseShapeInfo.u32Height = pShape->u32Height;
750 pView->screen.u32Height,
[all...]
H A DDevVGA_VDMA.cpp1474 View.u32ViewSize = Screen.u32LineSize * Screen.u32Height + Screen.u32StartOffset;
/vbox/include/VBox/HostServices/
H A DVBoxCrOpenGLSvc.h406 uint32_t u32Height; member in struct:__anon61
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_muralfbo.cpp673 height = pScreen->u32Height;
679 || pScreen->u32Height != height
686 pScreenshot->Img.cbData = pScreen->u32LineSize * pScreen->u32Height;
709 SrcRectSize.cy = pScreen->u32Height;
724 pScreenshot->Img.cbData = pScreen->u32LineSize * pScreen->u32Height;
734 pScreenshot->Img.height = pScreen->u32Height;
/vbox/src/VBox/Additions/common/VBoxVideo/
H A DModesetting.cpp272 pScreen->u32Height = cHeight;
H A DHGSMIBase.cpp589 p->u32Height = cHeight;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPWddm.h182 pScreen->u32Height = pAllocData->SurfDesc.height;
/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp323 pScreenshot->Base.u32Height = 0;
1550 uint32_t u32Height = 0; local
1561 u32Height = mpDrv->IConnector.cy;
1575 u32Height = pFBInfo->h;
1590 *aHeight = u32Height;
1861 uint32_t u32Width, uint32_t u32Height)
1876 pScreenshot->u32Height = u32Height;
3886 " pScreen->u32Height %d\n"
3915 pScreen->u32Height,
1860 i_displayCheckTakeScreenshotCrOgl(Display *pDisplay, ULONG aScreenId, uint8_t *pu8Data, uint32_t u32Width, uint32_t u32Height) argument
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp127 pImg->cbData = pScreen->u32LineSize * pScreen->u32Height;
130 pImg->height = pScreen->u32Height;
825 Rect.yBottom = pScreen->u32Height;
1257 int8_t i8Result = crVBoxServerCrCmdBltPrimaryVramGenericProcess(pScreen->u32ViewIndex, offVRAM, pScreen->u32Width, pScreen->u32Height, &Pos, cRegions, pRegions, true);
2887 rc = SSMR3PutU32(pSSM, hFb->ScreenInfo.u32Height);
3052 Screen.u32Height = screen[iScreen].h;
3073 rc = SSMR3GetU32(pSSM, &Screen.u32Height);
3403 uint32_t width = pScreen->u32Width, height = pScreen->u32Height;
3477 Assert(!height || pScreen->u32Height == height);
3541 if (pScreen->u32Width == dstWidth && pScreen->u32Height
[all...]
/vbox/include/VBox/
H A DVBoxVideo.h1014 uint32_t u32Height; member in struct:VBVAINFOSCREEN
1065 uint32_t u32Height; member in struct:VBVAMOUSEPOINTERSHAPE
/vbox/src/VBox/Main/include/
H A DDisplayImpl.h447 uint32_t u32Width, uint32_t u32Height);
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp6323 uint32_t u32Height = 0; local
6327 &u32OriginX, &u32OriginY, &u32Width, &u32Height, &u16Flags);
6347 *aHeight = u32Height;
6363 uint32_t u32Height = 0; local
6365 int vrc = readSavedDisplayScreenshot(mSSData->strStateFilePath, 0 /* u32Type */, &pu8Data, &cbData, &u32Width, &u32Height);
6374 *aHeight = u32Height;
6399 uint32_t u32Height = 0; local
6401 int vrc = readSavedDisplayScreenshot(mSSData->strStateFilePath, 0 /* u32Type */, &pu8Data, &cbData, &u32Width, &u32Height);
6411 *aHeight = u32Height;
6453 vrc = DisplayMakePNG(pu8Data, u32Width, u32Height,
6485 uint32_t u32Height = 0; local
6513 uint32_t u32Height = 0; local
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserver/
H A Dcrservice.cpp842 int rc = crServerVBoxScreenshotGet(idScreen, pScreenshot->u32Width, pScreenshot->u32Height, pScreenshot->u32Pitch, pScreenshot->pvBuffer, &Screenshot);

Completed in 168 milliseconds