Searched refs:viff_info (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | viff.c | 255 viff_info; in ReadVIFFImage() local 277 count=ReadBlob(image,1,&viff_info.identifier); in ReadVIFFImage() 283 if ((count != 1) || ((unsigned char) viff_info.identifier != 0xab)) in ReadVIFFImage() 288 (void) ReadBlob(image,sizeof(viff_info.file_type),&viff_info.file_type); in ReadVIFFImage() 289 (void) ReadBlob(image,sizeof(viff_info.release),&viff_info.release); in ReadVIFFImage() 290 (void) ReadBlob(image,sizeof(viff_info.version),&viff_info.version); in ReadVIFFImage() 291 (void) ReadBlob(image,sizeof(viff_info.machine_dependency), in ReadVIFFImage() 292 &viff_info.machine_dependency); in ReadVIFFImage() 293 (void) ReadBlob(image,sizeof(viff_info.reserve),viff_info.reserve); in ReadVIFFImage() 294 count=ReadBlob(image,512,(unsigned char *) viff_info.comment); in ReadVIFFImage() [all …]
|