HomeSort by relevance Sort by last modified time
    Searched defs:tiff (Results 1 - 3 of 3) sorted by null

  /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/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
321 extern int _TIFFNoRowEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s)
    [all...]

Completed in 80 milliseconds