Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dwpg.c1047 BitmapHeader1; in ReadWPGImage() local
1140 BitmapHeader1.Width=ReadBlobLSBShort(image); in ReadWPGImage()
1141 BitmapHeader1.Height=ReadBlobLSBShort(image); in ReadWPGImage()
1142 if ((BitmapHeader1.Width == 0) || (BitmapHeader1.Height == 0)) in ReadWPGImage()
1144 BitmapHeader1.Depth=ReadBlobLSBShort(image); in ReadWPGImage()
1145 BitmapHeader1.HorzRes=ReadBlobLSBShort(image); in ReadWPGImage()
1146 BitmapHeader1.VertRes=ReadBlobLSBShort(image); in ReadWPGImage()
1148 if(BitmapHeader1.HorzRes && BitmapHeader1.VertRes) in ReadWPGImage()
1151 image->resolution.x=BitmapHeader1.HorzRes/470.0; in ReadWPGImage()
1152 image->resolution.y=BitmapHeader1.VertRes/470.0; in ReadWPGImage()
[all …]