Searched refs:jnx_level_info (Results 1 – 1 of 1) sorted by relevance
143 jnx_level_info[JNXMaxLevels]; in ReadJNXImage() local196 (void) ResetMagickMemory(&jnx_level_info,0,sizeof(jnx_level_info)); in ReadJNXImage()199 jnx_level_info[i].count=ReadBlobLSBSignedLong(image); in ReadJNXImage()200 if (jnx_level_info[i].count > 50000) in ReadJNXImage()202 jnx_level_info[i].offset=ReadBlobLSBSignedLong(image); in ReadJNXImage()203 jnx_level_info[i].scale=ReadBlobLSBLong(image); in ReadJNXImage()216 jnx_level_info[i].copyright[j++]=c; in ReadJNXImage()217 jnx_level_info[i].copyright[j]=0; in ReadJNXImage()232 offset=SeekBlob(image,(MagickOffsetType) jnx_level_info[i].offset,SEEK_SET); in ReadJNXImage()233 if (offset != (MagickOffsetType) jnx_level_info[i].offset) in ReadJNXImage()[all …]