Home
last modified time | relevance | path

Searched refs:bitmapInfo (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp668 BITMAPINFOHEADER bitmapInfo; in takeScreenshot() local
669 bitmapInfo.biSize = sizeof(BITMAPINFOHEADER); in takeScreenshot()
670 bitmapInfo.biWidth = mWidth; in takeScreenshot()
671 bitmapInfo.biHeight = -mHeight; in takeScreenshot()
672 bitmapInfo.biPlanes = 1; in takeScreenshot()
673 bitmapInfo.biBitCount = 32; in takeScreenshot()
674 bitmapInfo.biCompression = BI_RGB; in takeScreenshot()
675 bitmapInfo.biSizeImage = 0; in takeScreenshot()
676 bitmapInfo.biXPelsPerMeter = 0; in takeScreenshot()
677 bitmapInfo.biYPelsPerMeter = 0; in takeScreenshot()
[all …]