Lines Matching refs:tiff
87 *tiff; member
210 ept_info.tiff=(unsigned char *) AcquireQuantumMemory(ept_info.tiff_length+1, in ReadEPTImage()
211 sizeof(*ept_info.tiff)); in ReadEPTImage()
212 if (ept_info.tiff == (unsigned char *) NULL) in ReadEPTImage()
214 (void) ResetMagickMemory(ept_info.tiff,0,(ept_info.tiff_length+1)* in ReadEPTImage()
215 sizeof(*ept_info.tiff)); in ReadEPTImage()
219 count=ReadBlob(image,ept_info.tiff_length,ept_info.tiff); in ReadEPTImage()
239 image=BlobToImage(read_info,ept_info.tiff,ept_info.tiff_length,exception); in ReadEPTImage()
248 ept_info.tiff=(unsigned char *) RelinquishMagickMemory(ept_info.tiff); in ReadEPTImage()
449 ept_info.tiff=(unsigned char *) ImageToBlob(write_info,write_image, in WriteEPTImage()
453 if (ept_info.tiff == (void *) NULL) in WriteEPTImage()
471 (void) WriteBlob(image,ept_info.tiff_length,ept_info.tiff); in WriteEPTImage()
477 ept_info.tiff=(unsigned char *) RelinquishMagickMemory(ept_info.tiff); in WriteEPTImage()