Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dbmp.c513 bmp_info; in ReadBMPImage() local
585 (void) memset(&bmp_info,0,sizeof(bmp_info)); in ReadBMPImage()
586 bmp_info.ba_offset=0; in ReadBMPImage()
605 bmp_info.ba_offset=0; in ReadBMPImage()
608 bmp_info.file_size=ReadBlobLSBLong(image); in ReadBMPImage()
609 bmp_info.ba_offset=ReadBlobLSBLong(image); in ReadBMPImage()
610 bmp_info.offset_bits=ReadBlobLSBLong(image); in ReadBMPImage()
621 bmp_info.file_size=ReadBlobLSBLong(image); in ReadBMPImage()
623 bmp_info.offset_bits=ReadBlobLSBLong(image); in ReadBMPImage()
624 bmp_info.size=ReadBlobLSBLong(image); in ReadBMPImage()
[all …]