/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIMultiScreenLayout.cpp | 151 ULONG uWidth = 800; local 158 uWidth = pFrameBuffer->width(); 165 iGuestScreen, uWidth, uHeight)); 166 display.SetVideoModeHint(iGuestScreen, true, false, 0, 0, uWidth, uHeight, 32);
|
H A D | UIMachineView.cpp | 624 ULONG uBuffer = 0, uWidth = 0, uHeight = 0; local 625 machine().QuerySavedScreenshotPNGSize(0, uBuffer, uWidth, uHeight); 629 size = QSize(uWidth, uHeight); 999 ULONG uWidth = 0, uHeight = 0; local 1000 const QVector<BYTE> screenData = machine().ReadSavedScreenshotPNGToArray(0, uWidth, uHeight);
|
H A D | UIFrameBuffer.cpp | 198 * @param uWidth Width of the guest display, in pixels. 202 STDMETHOD(NotifyChange)(ULONG uScreenId, ULONG uX, ULONG uY, ULONG uWidth, ULONG uHeight); 207 * @param uWidth Width of the update rectangle, in pixels. 211 STDMETHOD(NotifyUpdate)(ULONG uX, ULONG uY, ULONG uWidth, ULONG uHeight); 216 * @param uWidth Width of the update rectangle, in pixels. 221 STDMETHOD(NotifyUpdateImage)(ULONG uX, ULONG uY, ULONG uWidth, ULONG uHeight, ComSafeArrayIn(BYTE, image)); 224 * @param uWidth Width of the guest display, in pixels. 230 STDMETHOD(VideoModeSupported)(ULONG uWidth, ULONG uHeight, ULONG uBPP, BOOL *pbSupported); 731 STDMETHODIMP UIFrameBufferPrivate::NotifyChange(ULONG uScreenId, ULONG uX, ULONG uY, ULONG uWidth, ULONG uHeight) argument 746 (unsigned long)uWidth, (unsigne 786 NotifyUpdate(ULONG uX, ULONG uY, ULONG uWidth, ULONG uHeight) argument 822 NotifyUpdateImage(ULONG uX, ULONG uY, ULONG uWidth, ULONG uHeight, ComSafeArrayIn(BYTE, image)) argument 876 VideoModeSupported(ULONG uWidth, ULONG uHeight, ULONG uBPP, BOOL *pfSupported) argument [all...] |
H A D | UISession.cpp | 1543 uint uXHot, uint uYHot, uint uWidth, uint uHeight) 1549 uint andMaskSize = (uWidth + 7) / 8 * uHeight; 1551 uint srcShapePtrScan = uWidth * 4; 1561 bi.bV5Width = uWidth; 1585 hMonoBitmap = CreateBitmap(uWidth, uHeight, 1, 1, NULL); 1593 uint32_t cbAndMaskScan = (uWidth + 7) / 8; 1608 uint32_t u32PaddingBits = cbAndMaskScan * 8 - uWidth; 1613 u8LastBytesPaddingMask, (cbAndMaskScan + 1) * 8, uWidth, cbAndMaskScan)); 1632 hMonoBitmap = ::CreateBitmap(uWidth, uHeight, 1, 1, 1651 dstShapePtr += uWidth; 1542 setPointerShape(const uchar *pShapeData, bool fHasAlpha, uint uXHot, uint uYHot, uint uWidth, uint uHeight) argument [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/ |
H A D | UIMachineLogicNormal.cpp | 221 ULONG uWidth, uHeight, uBitsPerPixel; local 224 display().GetScreenResolution(iIndex, uWidth, uHeight, uBitsPerPixel, uOriginX, uOriginY, monitorStatus); 230 if (!uWidth) 231 uWidth = 800; 234 display().SetVideoModeHint(iIndex, true, false, 0, 0, uWidth, uHeight, 32);
|
/vbox/src/VBox/Frontends/VirtualBox/src/ |
H A D | UIVMInfoDialog.cpp | 576 ULONG uWidth = 0; local 582 console.GetDisplay().GetScreenResolution(iScreen, uWidth, uHeight, uBpp, xOrigin, yOrigin, monitorStatus); 583 QString strResolution = QString("%1x%2").arg(uWidth).arg(uHeight);
|
/vbox/src/VBox/Devices/Graphics/ |
H A D | DevVGA.h | 292 uint32_t uWidth; member in struct:__anon13211
|
/vbox/src/VBox/Main/src-client/ |
H A D | VideoRec.cpp | 477 uint32_t uWidth, uint32_t uHeight, uint32_t uRate, uint32_t uFps, 487 pStrm->uTargetWidth = uWidth; 489 pStrm->pu8RgbBuf = (uint8_t *)RTMemAllocZ(uWidth * uHeight * 4); 546 pStrm->VpxConfig.g_w = uWidth; 569 if (!vpx_img_alloc(&pStrm->VpxRawImage, VPX_IMG_FMT_I420, uWidth, uHeight, 1)) 571 LogFlow(("Failed to allocate image %dx%d", uWidth, uHeight)); 476 VideoRecStrmInit(PVIDEORECCONTEXT pCtx, uint32_t uScreen, const char *pszFile, uint32_t uWidth, uint32_t uHeight, uint32_t uRate, uint32_t uFps, uint32_t uMaxTime, uint32_t uMaxFileSize, const char *pszOptions) argument
|