Lines Matching refs:tiff
87 *tiff; member
214 ept_info.tiff=(unsigned char *) AcquireQuantumMemory(ept_info.tiff_length+1, in ReadEPTImage()
215 sizeof(*ept_info.tiff)); in ReadEPTImage()
216 if (ept_info.tiff == (unsigned char *) NULL) in ReadEPTImage()
222 (void) memset(ept_info.tiff,0,(ept_info.tiff_length+1)* in ReadEPTImage()
223 sizeof(*ept_info.tiff)); in ReadEPTImage()
227 ept_info.tiff=(unsigned char *) RelinquishMagickMemory(ept_info.tiff); in ReadEPTImage()
232 count=ReadBlob(image,ept_info.tiff_length,ept_info.tiff); in ReadEPTImage()
239 ept_info.tiff=(unsigned char *) RelinquishMagickMemory(ept_info.tiff); in ReadEPTImage()
257 image=BlobToImage(read_info,ept_info.tiff,ept_info.tiff_length,exception); in ReadEPTImage()
266 ept_info.tiff=(unsigned char *) RelinquishMagickMemory(ept_info.tiff); in ReadEPTImage()
473 ept_info.tiff=(unsigned char *) ImageToBlob(write_info,write_image, in WriteEPTImage()
477 if (ept_info.tiff == (void *) NULL) in WriteEPTImage()
495 (void) WriteBlob(image,ept_info.tiff_length,ept_info.tiff); in WriteEPTImage()
501 ept_info.tiff=(unsigned char *) RelinquishMagickMemory(ept_info.tiff); in WriteEPTImage()