Searched refs:tiff_length (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | ept.c | 83 tiff_length; member 202 ept_info.tiff_length=ReadBlobLSBLong(image); in ReadEPTImage() 210 ept_info.tiff=(unsigned char *) AcquireQuantumMemory(ept_info.tiff_length+1, in ReadEPTImage() 214 (void) ResetMagickMemory(ept_info.tiff,0,(ept_info.tiff_length+1)* in ReadEPTImage() 219 count=ReadBlob(image,ept_info.tiff_length,ept_info.tiff); in ReadEPTImage() 220 if (count != (ssize_t) (ept_info.tiff_length)) in ReadEPTImage() 239 image=BlobToImage(read_info,ept_info.tiff,ept_info.tiff_length,exception); in ReadEPTImage() 450 &ept_info.tiff_length,exception); in WriteEPTImage() 468 (void) WriteBlobLSBLong(image,(unsigned int) ept_info.tiff_length); in WriteEPTImage() 471 (void) WriteBlob(image,ept_info.tiff_length,ept_info.tiff); in WriteEPTImage()
|