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

/vbox/src/VBox/Main/src-all/
H A DDisplayUtils.cpp39 uint32_t u32Width = 0; local
80 vrc = SSMR3GetU32(pSSM, &u32Width);
130 *pu32Width = u32Width;
132 LogFlowFunc(("cbData %d, u32Width %d, u32Height %d\n", cbData, u32Width, u32Height));
/vbox/include/VBox/GuestHost/
H A Dclipboard-helper.h121 uint32_t u32Width; member in struct:BMINFOHEADER
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VBVA.cpp71 uint32_t u32Width; member in struct:VBVAMOUSESHAPEINFO
587 pMouseShapeInfo->u32Width,
612 pMouseShapeInfo->u32Width,
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;
666 pCtx->mouseShapeInfo.u32Width = pShape->u32Width;
749 pView->screen.u32Width,
[all...]
H A DDevVGA_VDMA.cpp1475 View.u32MaxScreenSize = View.u32ViewSize + Screen.u32Width + 1; /* <- make VBVAInfoScreen logic (offEnd < pView->u32MaxScreenSize) happy */
/vbox/include/VBox/HostServices/
H A DVBoxCrOpenGLSvc.h405 uint32_t u32Width; member in struct:__anon61
/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp322 pScreenshot->Base.u32Width = 0;
1549 uint32_t u32Width = 0; local
1560 u32Width = mpDrv->IConnector.cx;
1574 u32Width = pFBInfo->w;
1588 *aWidth = u32Width;
1861 uint32_t u32Width, uint32_t u32Height)
1875 pScreenshot->u32Width = u32Width;
1877 pScreenshot->u32Pitch = u32Width * 4;
3885 " pScreen->u32Width
1860 i_displayCheckTakeScreenshotCrOgl(Display *pDisplay, ULONG aScreenId, uint8_t *pu8Data, uint32_t u32Width, uint32_t u32Height) argument
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_muralfbo.cpp671 width = pScreen->u32Width;
678 || pScreen->u32Width != width
708 SrcRectSize.cx = pScreen->u32Width;
733 pScreenshot->Img.width = pScreen->u32Width;
/vbox/src/VBox/Additions/common/VBoxVideo/
H A DModesetting.cpp271 pScreen->u32Width = cWidth;
H A DHGSMIBase.cpp588 p->u32Width = cWidth;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPWddm.h181 pScreen->u32Width = pAllocData->SurfDesc.width;
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp129 pImg->width = pScreen->u32Width;
824 Rect.xRight = pScreen->u32Width;
1257 int8_t i8Result = crVBoxServerCrCmdBltPrimaryVramGenericProcess(pScreen->u32ViewIndex, offVRAM, pScreen->u32Width, pScreen->u32Height, &Pos, cRegions, pRegions, true);
2884 rc = SSMR3PutU32(pSSM, hFb->ScreenInfo.u32Width);
3051 Screen.u32Width = screen[iScreen].w;
3070 rc = SSMR3GetU32(pSSM, &Screen.u32Width);
3403 uint32_t width = pScreen->u32Width, height = pScreen->u32Height;
3476 Assert(!width || pScreen->u32Width == width);
3541 if (pScreen->u32Width == dstWidth && pScreen->u32Height == dstHeight)
3585 if (pScreen->u32Width
[all...]
/vbox/include/VBox/
H A DVBoxVideo.h1011 uint32_t u32Width; member in struct:VBVAINFOSCREEN
1062 uint32_t u32Width; 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.cpp6322 uint32_t u32Width = 0; local
6327 &u32OriginX, &u32OriginY, &u32Width, &u32Height, &u16Flags);
6346 *aWidth = u32Width;
6362 uint32_t u32Width = 0; local
6365 int vrc = readSavedDisplayScreenshot(mSSData->strStateFilePath, 0 /* u32Type */, &pu8Data, &cbData, &u32Width, &u32Height);
6373 *aWidth = u32Width;
6398 uint32_t u32Width = 0; local
6401 int vrc = readSavedDisplayScreenshot(mSSData->strStateFilePath, 0 /* u32Type */, &pu8Data, &cbData, &u32Width, &u32Height);
6410 *aWidth = u32Width;
6453 vrc = DisplayMakePNG(pu8Data, u32Width, u32Heigh
6484 uint32_t u32Width = 0; local
6512 uint32_t u32Width = 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 153 milliseconds