Home
last modified time | relevance | path

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

/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/coders/
H A Dwpg.c1068 Bitmap2Header1; in ReadWPGImage() local
1447 Bitmap2Header1.Width=ReadBlobLSBShort(image); in ReadWPGImage()
1448 Bitmap2Header1.Height=ReadBlobLSBShort(image); in ReadWPGImage()
1449 if ((Bitmap2Header1.Width == 0) || (Bitmap2Header1.Height == 0)) in ReadWPGImage()
1451 Bitmap2Header1.Depth=ReadBlobByte(image); in ReadWPGImage()
1452 Bitmap2Header1.Compression=ReadBlobByte(image); in ReadWPGImage()
1454 if(Bitmap2Header1.Compression > 1) in ReadWPGImage()
1456 switch(Bitmap2Header1.Depth) in ReadWPGImage()
1476 image->columns=Bitmap2Header1.Width; in ReadWPGImage()
1477 image->rows=Bitmap2Header1.Height; in ReadWPGImage()
[all …]
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/coders/
H A Dwpg.c1058 Bitmap2Header1; in ReadWPGImage() local
1435 Bitmap2Header1.Width=ReadBlobLSBShort(image); in ReadWPGImage()
1436 Bitmap2Header1.Height=ReadBlobLSBShort(image); in ReadWPGImage()
1437 if ((Bitmap2Header1.Width == 0) || (Bitmap2Header1.Height == 0)) in ReadWPGImage()
1439 Bitmap2Header1.Depth=ReadBlobByte(image); in ReadWPGImage()
1440 Bitmap2Header1.Compression=ReadBlobByte(image); in ReadWPGImage()
1442 if(Bitmap2Header1.Compression > 1) in ReadWPGImage()
1444 switch(Bitmap2Header1.Depth) in ReadWPGImage()
1464 image->columns=Bitmap2Header1.Width; in ReadWPGImage()
1465 image->rows=Bitmap2Header1.Height; in ReadWPGImage()
[all …]
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/coders/
H A Dwpg.c1068 Bitmap2Header1; in ReadWPGImage() local
1447 Bitmap2Header1.Width=ReadBlobLSBShort(image); in ReadWPGImage()
1448 Bitmap2Header1.Height=ReadBlobLSBShort(image); in ReadWPGImage()
1449 if ((Bitmap2Header1.Width == 0) || (Bitmap2Header1.Height == 0)) in ReadWPGImage()
1451 Bitmap2Header1.Depth=ReadBlobByte(image); in ReadWPGImage()
1452 Bitmap2Header1.Compression=ReadBlobByte(image); in ReadWPGImage()
1454 if(Bitmap2Header1.Compression > 1) in ReadWPGImage()
1456 switch(Bitmap2Header1.Depth) in ReadWPGImage()
1476 image->columns=Bitmap2Header1.Width; in ReadWPGImage()
1477 image->rows=Bitmap2Header1.Height; in ReadWPGImage()
[all …]
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Dwpg.c1058 Bitmap2Header1; in ReadWPGImage() local
1435 Bitmap2Header1.Width=ReadBlobLSBShort(image); in ReadWPGImage()
1436 Bitmap2Header1.Height=ReadBlobLSBShort(image); in ReadWPGImage()
1437 if ((Bitmap2Header1.Width == 0) || (Bitmap2Header1.Height == 0)) in ReadWPGImage()
1439 Bitmap2Header1.Depth=ReadBlobByte(image); in ReadWPGImage()
1440 Bitmap2Header1.Compression=ReadBlobByte(image); in ReadWPGImage()
1442 if(Bitmap2Header1.Compression > 1) in ReadWPGImage()
1444 switch(Bitmap2Header1.Depth) in ReadWPGImage()
1464 image->columns=Bitmap2Header1.Width; in ReadWPGImage()
1465 image->rows=Bitmap2Header1.Height; in ReadWPGImage()
[all …]
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Dwpg.c1152 Bitmap2Header1; in ReadWPGImage() local
1532 Bitmap2Header1.Width=ReadBlobLSBShort(image); in ReadWPGImage()
1533 Bitmap2Header1.Heigth=ReadBlobLSBShort(image); in ReadWPGImage()
1534 if ((Bitmap2Header1.Width == 0) || (Bitmap2Header1.Heigth == 0)) in ReadWPGImage()
1536 Bitmap2Header1.Depth=ReadBlobByte(image); in ReadWPGImage()
1537 Bitmap2Header1.Compression=ReadBlobByte(image); in ReadWPGImage()
1539 if(Bitmap2Header1.Compression > 1) in ReadWPGImage()
1541 switch(Bitmap2Header1.Depth) in ReadWPGImage()
1556 image->columns=Bitmap2Header1.Width; in ReadWPGImage()
1557 image->rows=Bitmap2Header1.Heigth; in ReadWPGImage()
[all …]