Searched defs:aBitsPerPixel (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DDisplaySourceBitmapImpl.cpp100 ULONG *aBitsPerPixel,
110 *aBitsPerPixel = m.ulBitsPerPixel;
97 queryBitmapInfo(BYTE **aAddress, ULONG *aWidth, ULONG *aHeight, ULONG *aBitsPerPixel, ULONG *aBytesPerLine, BitmapFormat_T *aBitmapFormat) argument
H A DDisplayImpl.cpp1542 HRESULT Display::getScreenResolution(ULONG aScreenId, ULONG *aWidth, ULONG *aHeight, ULONG *aBitsPerPixel, argument
1591 if (aBitsPerPixel)
1592 *aBitsPerPixel = u32BitsPerPixel;
1736 ULONG aWidth, ULONG aHeight, ULONG aBitsPerPixel)
1751 ULONG bpp = aBitsPerPixel;
1782 aBitsPerPixel, aDisplay,
1805 pVMMDevPort->pfnRequestDisplayChange(pVMMDevPort, aWidth, aHeight, aBitsPerPixel,
1734 setVideoModeHint(ULONG aDisplay, BOOL aEnabled, BOOL aChangeOrigin, LONG aOriginX, LONG aOriginY, ULONG aWidth, ULONG aHeight, ULONG aBitsPerPixel) argument
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDisplay.cpp227 DWORD aBitsPerPixel, LONG aPosX, LONG aPosY, BOOL fEnabled, BOOL fExtDispSup)
289 deviceMode.dmBitsPerPel = aBitsPerPixel;
226 EnableAndResizeDispDev(DEVMODE *paDeviceModes, DISPLAY_DEVICE *paDisplayDevices, DWORD totalDispNum, UINT Id, DWORD aWidth, DWORD aHeight, DWORD aBitsPerPixel, LONG aPosX, LONG aPosY, BOOL fEnabled, BOOL fExtDispSup) argument
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h1354 ulong aBitsPerPixel, ulong aBytesPerLine,
1359 mPixelFormat(aPixelFormat), mVRAM(aVRAM), mBitsPerPixel(aBitsPerPixel),
1352 VBoxFBSizeInfo(UIVisualStateType visualState, ulong aPixelFormat, uchar *aVRAM, ulong aBitsPerPixel, ulong aBytesPerLine, ulong aWidth, ulong aHeight, double dScaleFactor, const QSize &scaledSize, bool fUseUnscaledHiDPIOutput, bool bUsesGuestVram) argument

Completed in 64 milliseconds