Searched refs:aBIH (Results 1 – 1 of 1) sorted by relevance
110 BITMAPINFOHEADER aBIH; in getFastPropertyValue() local112 aBIH.biSize = sizeof( BITMAPINFOHEADER ); in getFastPropertyValue()113 aBIH.biWidth = aSize.getX(); in getFastPropertyValue()114 aBIH.biHeight = -aSize.getY(); in getFastPropertyValue()115 aBIH.biPlanes = 1; in getFastPropertyValue()116 aBIH.biBitCount = 32; in getFastPropertyValue()120 aBIH.biSizeImage = 0; in getFastPropertyValue()121 aBIH.biXPelsPerMeter = 0; in getFastPropertyValue()122 aBIH.biYPelsPerMeter = 0; in getFastPropertyValue()123 aBIH.biClrUsed = 0; in getFastPropertyValue()[all …]
Completed in 7 milliseconds