Searched refs:Bitmap2Header1 (Results 1 – 1 of 1) sorted by relevance
1050 Bitmap2Header1; in ReadWPGImage() local1427 Bitmap2Header1.Width=ReadBlobLSBShort(image); in ReadWPGImage()1428 Bitmap2Header1.Height=ReadBlobLSBShort(image); in ReadWPGImage()1429 if ((Bitmap2Header1.Width == 0) || (Bitmap2Header1.Height == 0)) in ReadWPGImage()1431 Bitmap2Header1.Depth=ReadBlobByte(image); in ReadWPGImage()1432 Bitmap2Header1.Compression=ReadBlobByte(image); in ReadWPGImage()1434 if(Bitmap2Header1.Compression > 1) in ReadWPGImage()1436 switch(Bitmap2Header1.Depth) in ReadWPGImage()1456 image->columns=Bitmap2Header1.Width; in ReadWPGImage()1457 image->rows=Bitmap2Header1.Height; in ReadWPGImage()[all …]