Home
last modified time | relevance | path

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

/AOO41X/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx182 BITMAPINFOHEADER2 aInfoHeader; in Create() local
186 memset( &aInfoHeader, 0, sizeof( aInfoHeader ) ); in Create()
187 aInfoHeader.cbFix = 16; in Create()
188 aInfoHeader.cx = aSize.Width(); in Create()
189 aInfoHeader.cy = aSize.Height(); in Create()
192 aInfoHeader.cPlanes = nFormat[ 0 ]; in Create()
193 aInfoHeader.cBitCount = nFormat[ 1 ]; in Create()
196 if( !aInfoHeader.cBitCount ) in Create()
197 aInfoHeader.cBitCount = 24; in Create()
198 else if( ( aInfoHeader.cPlanes == 1 ) && ( aInfoHeader.cBitCount == 1 ) ) in Create()
[all …]