Searched defs:u32Height (Results 1 - 7 of 7) 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/include/VBox/HostServices/
H A DVBoxCrOpenGLSvc.h406 uint32_t u32Height; member in struct:__anon61
/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...]
/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/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/include/VBox/
H A DVBoxVideo.h1014 uint32_t u32Height; member in struct:VBVAINFOSCREEN
1065 uint32_t u32Height; member in struct:VBVAMOUSEPOINTERSHAPE

Completed in 73 milliseconds