Searched defs:ulWidth (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DDisplaySourceBitmapImpl.cpp56 m.ulWidth = 0;
108 *aWidth = m.ulWidth;
128 ULONG ulWidth = 0; local
139 ulWidth = pFBInfo->w;
151 ulWidth = pFBInfo->w;
154 ulBytesPerLine = ulWidth * 4;
171 m.ulWidth = ulWidth;
H A DDisplayImpl.cpp931 ULONG ulWidth = 0; local
938 &ulWidth,
2262 ULONG ulWidth;
2263 hrc = pMachine->COMGETTER(VideoCaptureWidth)(&ulWidth);
2313 pszName, ulWidth, ulHeight,
2333 pszName, ulWidth, ulHeight, ulRate,
2341 uScreen, ulWidth, ulHeight, ulRate, ulFPS, pszName));
2418 ULONG ulWidth = 0; local
2425 &ulWidth,
2557 ULONG ulWidth local
[all...]
H A DConsoleVRDPServer.cpp1095 ULONG ulWidth = 0; local
1102 &ulWidth,
1121 pInfo->cWidth = ulWidth;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDisp.h38 ULONG ulWidth, ulHeight; /* visible screen width and height */ member in struct:_VBOXDISPCURRENTMODE
/vbox/src/VBox/Main/include/
H A DDisplayImpl.h550 ULONG ulWidth; member in struct:DisplaySourceBitmap::Data
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp654 ULONG ulWidth = 0; local
661 &ulWidth,
667 if ( mGuestXRes == ulWidth
681 mGuestXRes = ulWidth;
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp1203 ULONG ulWidth = 0; local
1209 ulWidth,
1217 m_iWidth = (int)ulWidth;
1228 display().GetScreenResolution(m_uScreenId, ulWidth, ulHeight, ulGuestBitsPerPixel, xOrigin, yOrigin, monitorStatus);

Completed in 92 milliseconds