Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dwpg.c1053 BitmapHeader2; in ReadWPGImage() local
1113 BitmapHeader2.RotAngle=0; in ReadWPGImage()
1196 BitmapHeader2.RotAngle=ReadBlobLSBShort(image); in ReadWPGImage()
1197 BitmapHeader2.LowLeftX=ReadBlobLSBShort(image); in ReadWPGImage()
1198 BitmapHeader2.LowLeftY=ReadBlobLSBShort(image); in ReadWPGImage()
1199 BitmapHeader2.UpRightX=ReadBlobLSBShort(image); in ReadWPGImage()
1200 BitmapHeader2.UpRightY=ReadBlobLSBShort(image); in ReadWPGImage()
1201 BitmapHeader2.Width=ReadBlobLSBShort(image); in ReadWPGImage()
1202 BitmapHeader2.Height=ReadBlobLSBShort(image); in ReadWPGImage()
1203 if ((BitmapHeader2.Width == 0) || (BitmapHeader2.Height == 0)) in ReadWPGImage()
[all …]