Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dviff.c254 viff_info; in ReadVIFFImage() local
276 count=ReadBlob(image,1,&viff_info.identifier); in ReadVIFFImage()
282 if ((count != 1) || ((unsigned char) viff_info.identifier != 0xab)) in ReadVIFFImage()
287 (void) ReadBlob(image,sizeof(viff_info.file_type),&viff_info.file_type); in ReadVIFFImage()
288 (void) ReadBlob(image,sizeof(viff_info.release),&viff_info.release); in ReadVIFFImage()
289 (void) ReadBlob(image,sizeof(viff_info.version),&viff_info.version); in ReadVIFFImage()
290 (void) ReadBlob(image,sizeof(viff_info.machine_dependency), in ReadVIFFImage()
291 &viff_info.machine_dependency); in ReadVIFFImage()
292 (void) ReadBlob(image,sizeof(viff_info.reserve),viff_info.reserve); in ReadVIFFImage()
293 count=ReadBlob(image,512,(unsigned char *) viff_info.comment); in ReadVIFFImage()
[all …]