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

/vbox/src/VBox/Main/src-client/
H A DDisplaySourceBitmapImpl.cpp57 m.ulHeight = 0;
109 *aHeight = m.ulHeight;
129 ULONG ulHeight = 0; local
140 ulHeight = pFBInfo->h;
152 ulHeight = pFBInfo->h;
157 m.pu8Allocated = (uint8_t *)RTMemAlloc(ulBytesPerLine * ulHeight);
172 m.ulHeight = ulHeight;
178 RT_BZERO(pAddress, ulBytesPerLine * ulHeight);
H A DDisplayImpl.cpp932 ULONG ulHeight = 0; local
939 &ulHeight,
2265 ULONG ulHeight; local
2266 hrc = pMachine->COMGETTER(VideoCaptureHeight)(&ulHeight);
2313 pszName, ulWidth, ulHeight,
2333 pszName, ulWidth, ulHeight, ulRate,
2341 uScreen, ulWidth, ulHeight, ulRate, ulFPS, pszName));
2419 ULONG ulHeight = 0; local
2426 &ulHeight,
2558 ULONG ulHeight local
[all...]
H A DConsoleVRDPServer.cpp1096 ULONG ulHeight = 0; local
1103 &ulHeight,
1122 pInfo->cHeight = ulHeight;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispDriverDDraw.cpp32 pHalInfo->vmiData.dwDisplayHeight = pDev->mode.ulHeight;
227 size.cy = pDev->mode.ulHeight;
H A DVBoxDispDriver.cpp238 pDev->mode.ulHeight = selectedMode.VisScreenHeight;
258 pGdiInfo->ulVertRes = pDev->mode.ulHeight;
609 memset(pDev->memInfo.FrameBufferBase, 0, pDev->mode.ulHeight * abs(pDev->mode.lScanlineStride));
634 0, abs(pDev->mode.lScanlineStride), pDev->mode.ulWidth, pDev->mode.ulHeight,
681 size.cy = pDev->mode.ulHeight;
847 0, abs(pDev->mode.lScanlineStride), pDev->mode.ulWidth, pDev->mode.ulHeight,
1082 pDev->mode.ulWidth, pDev->mode.ulHeight,
H A DVBoxDispVBVA.cpp529 rect.top = RT_CLAMP(rect.top, 0, (LONG)pDev->mode.ulHeight);
531 rect.bottom = RT_CLAMP(rect.bottom, 0, (LONG)pDev->mode.ulHeight);
H A DVBoxDisp.h38 ULONG ulWidth, ulHeight; /* visible screen width and height */ member in struct:_VBOXDISPCURRENTMODE
H A DVBoxDispDDraw.cpp454 pDev->ddpsLock.rect.bottom = pDev->mode.ulHeight;
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp655 ULONG ulHeight = 0; local
662 &ulHeight,
668 && mGuestYRes == ulHeight
682 mGuestYRes = ulHeight;
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp1204 ULONG ulHeight = 0; local
1210 ulHeight,
1218 m_iHeight = (int)ulHeight;
1228 display().GetScreenResolution(m_uScreenId, ulWidth, ulHeight, ulGuestBitsPerPixel, xOrigin, yOrigin, monitorStatus);
/vbox/src/VBox/Main/include/
H A DDisplayImpl.h551 ULONG ulHeight; member in struct:DisplaySourceBitmap::Data
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dobjidl.h9890 ULONG ulHeight,
9920 ULONG ulHeight,
9941 #define IThumbnailExtractor_ExtractThumbnail(This,pStg,ulLength,ulHeight,pulOutputLength,pulOutputHeight,phOutputBitmap) (This)->lpVtbl->ExtractThumbnail(This,pStg,ulLength,ulHeight,pulOutputLength,pulOutputHeight,phOutputBitmap)
9951 ULONG ulHeight,
H A Dobjidl.idl2409 [in] ULONG ulHeight,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dobjidl.h9890 ULONG ulHeight,
9920 ULONG ulHeight,
9941 #define IThumbnailExtractor_ExtractThumbnail(This,pStg,ulLength,ulHeight,pulOutputLength,pulOutputHeight,phOutputBitmap) (This)->lpVtbl->ExtractThumbnail(This,pStg,ulLength,ulHeight,pulOutputLength,pulOutputHeight,phOutputBitmap)
9951 ULONG ulHeight,
H A Dobjidl.idl2397 [in] ULONG ulHeight,

Completed in 150 milliseconds