Searched defs:ulHeight (Results 1 - 7 of 7) sorted by relevance
| /vbox/src/VBox/Main/src-client/ |
| H A D | DisplaySourceBitmapImpl.cpp | 57 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 D | DisplayImpl.cpp | 932 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 D | ConsoleVRDPServer.cpp | 1096 ULONG ulHeight = 0; local 1103 &ulHeight, 1122 pInfo->cHeight = ulHeight;
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/ |
| H A D | VBoxDisp.h | 38 ULONG ulWidth, ulHeight; /* visible screen width and height */ member in struct:_VBOXDISPCURRENTMODE
|
| /vbox/src/VBox/Main/include/ |
| H A D | DisplayImpl.h | 551 ULONG ulHeight; member in struct:DisplaySourceBitmap::Data
|
| /vbox/src/VBox/Frontends/VBoxSDL/ |
| H A D | Framebuffer.cpp | 655 ULONG ulHeight = 0; local 662 &ulHeight, 668 && mGuestYRes == ulHeight 682 mGuestYRes = ulHeight;
|
| /vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
| H A D | UIFrameBuffer.cpp | 1204 ULONG ulHeight = 0; local 1210 ulHeight, 1218 m_iHeight = (int)ulHeight; 1228 display().GetScreenResolution(m_uScreenId, ulWidth, ulHeight, ulGuestBitsPerPixel, xOrigin, yOrigin, monitorStatus);
|
Completed in 104 milliseconds