/external/ImageMagick/coders/ |
ept.c | 89 *tiff; 215 ept_info.tiff=(unsigned char *) AcquireQuantumMemory(ept_info.tiff_length+1, 216 sizeof(*ept_info.tiff)); 217 if (ept_info.tiff == (unsigned char *) NULL) 219 (void) ResetMagickMemory(ept_info.tiff,0,(ept_info.tiff_length+1)* 220 sizeof(*ept_info.tiff)); 224 count=ReadBlob(image,ept_info.tiff_length,ept_info.tiff); 243 (void) CopyMagickString(read_info->magick,"TIFF",MagickPathExtent); 244 image=BlobToImage(read_info,ept_info.tiff,ept_info.tiff_length,exception); 253 ept_info.tiff=(unsigned char *) RelinquishMagickMemory(ept_info.tiff) 87 *tiff; member in struct:_EPTInfo [all...] |
tiff.c | 13 % Read/Write TIFF Image Format % 95 # include "tiff.h" 243 % magick string, is TIFF. 364 Write raw CCITT Group 4 wrapped as a TIFF image file. 409 Read TIFF image. 580 static void TIFFGetProfiles(TIFF *tiff,Image *image,MagickBooleanType ping, 593 if ((TIFFGetField(tiff,TIFFTAG_ICCPROFILE,&length,&profile) == 1) && 598 if ((TIFFGetField(tiff,TIFFTAG_PHOTOSHOP,&length,&profile) == 1) && 603 if ((TIFFGetField(tiff,TIFFTAG_RICHTIFFIPTC,&length,&profile) == 1) & 1112 *tiff; local 2451 *tiff; local 3123 *tiff; local [all...] |
/external/opencv3/3rdparty/libtiff/ |
tiffiop.h | 88 typedef void (*TIFFVoidMethod)(TIFF*); 89 typedef int (*TIFFBoolMethod)(TIFF*); 90 typedef int (*TIFFPreMethod)(TIFF*, uint16); 91 typedef int (*TIFFCodeMethod)(TIFF* tif, uint8* buf, tmsize_t size, uint16 sample); 92 typedef int (*TIFFSeekMethod)(TIFF*, uint32); 93 typedef void (*TIFFPostMethod)(TIFF* tif, uint8* buf, tmsize_t size); 94 typedef uint32 (*TIFFStripMethod)(TIFF*, uint32); 95 typedef void (*TIFFTileMethod)(TIFF*, uint32*, uint32*); 97 struct tiff { struct 265 extern int _TIFFNoRowEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) [all...] |
/external/pdfium/third_party/libtiff/ |
tiffiop.h | 93 typedef void (*TIFFVoidMethod)(TIFF*); 94 typedef int (*TIFFBoolMethod)(TIFF*); 95 typedef int (*TIFFPreMethod)(TIFF*, uint16); 96 typedef int (*TIFFCodeMethod)(TIFF* tif, uint8* buf, tmsize_t size, uint16 sample); 97 typedef int (*TIFFSeekMethod)(TIFF*, uint32); 98 typedef void (*TIFFPostMethod)(TIFF* tif, uint8* buf, tmsize_t size); 99 typedef uint32 (*TIFFStripMethod)(TIFF*, uint32); 100 typedef void (*TIFFTileMethod)(TIFF*, uint32*, uint32*); 102 struct tiff { struct 317 extern int _TIFFNoRowEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) [all...] |