Searched defs:aBitmapFormat (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DDisplaySourceBitmapImpl.cpp102 BitmapFormat_T *aBitmapFormat)
112 *aBitmapFormat = m.bitmapFormat;
97 queryBitmapInfo(BYTE **aAddress, ULONG *aWidth, ULONG *aHeight, ULONG *aBitsPerPixel, ULONG *aBytesPerLine, BitmapFormat_T *aBitmapFormat) argument
H A DDisplayImpl.cpp2079 BitmapFormat_T aBitmapFormat,
2090 if ( aBitmapFormat != BitmapFormat_BGR0
2091 && aBitmapFormat != BitmapFormat_BGRA
2092 && aBitmapFormat != BitmapFormat_RGBA
2093 && aBitmapFormat != BitmapFormat_PNG)
2096 tr("Unsupported screenshot format 0x%08X"), aBitmapFormat);
2112 if (aBitmapFormat == BitmapFormat_BGR0)
2116 else if (aBitmapFormat == BitmapFormat_BGRA)
2125 else if (aBitmapFormat == BitmapFormat_RGBA)
2139 else if (aBitmapFormat
2075 takeScreenShotWorker(ULONG aScreenId, BYTE *aAddress, ULONG aWidth, ULONG aHeight, BitmapFormat_T aBitmapFormat, ULONG *pcbOut) argument
2178 takeScreenShot(ULONG aScreenId, BYTE *aAddress, ULONG aWidth, ULONG aHeight, BitmapFormat_T aBitmapFormat) argument
2197 takeScreenShotToArray(ULONG aScreenId, ULONG aWidth, ULONG aHeight, BitmapFormat_T aBitmapFormat, std::vector<BYTE> &aScreenData) argument
[all...]
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp6381 HRESULT Machine::readSavedThumbnailToArray(ULONG aScreenId, BitmapFormat_T aBitmapFormat, argument
6387 if ( aBitmapFormat != BitmapFormat_BGR0
6388 && aBitmapFormat != BitmapFormat_BGRA
6389 && aBitmapFormat != BitmapFormat_RGBA
6390 && aBitmapFormat != BitmapFormat_PNG)
6392 tr("Unsupported saved thumbnail format 0x%08X"), aBitmapFormat);
6416 if (aBitmapFormat == BitmapFormat_BGR0)
6422 else if (aBitmapFormat == BitmapFormat_BGRA)
6434 else if (aBitmapFormat == BitmapFormat_RGBA)
6446 else if (aBitmapFormat
[all...]

Completed in 124 milliseconds