Searched defs:tiff (Results 1 - 5 of 5) sorted by relevance

/external/dng_sdk/source/
H A Ddng_orientation.cpp18 void dng_orientation::SetTIFF (uint32 tiff) argument
21 switch (tiff)
H A Ddng_orientation.h67 void SetTIFF (uint32 tiff);
82 static dng_orientation TIFFtoDNG (uint32 tiff) argument
87 result.SetTIFF (tiff);
/external/ImageMagick/coders/
H A Dept.c89 *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);
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...]
H A Dtiff.c95 # include "tiff.h"
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) &&
606 if (TIFFIsByteSwapped(tiff) != 0)
612 if ((TIFFGetField(tiff,TIFFTAG_XMLPACKET,&length,&profile) == 1) &&
616 if ((TIFFGetField(tiff,34118,&length,&profile) == 1) &&
618 (void) ReadProfile(image,"tiff:34118",profile,(ssize_t) length,
621 if ((TIFFGetField(tiff,3772
574 TIFFGetProfiles(TIFF *tiff,Image *image,MagickBooleanType ping, ExceptionInfo *exception) argument
620 TIFFGetProperties(TIFF *tiff,Image *image,ExceptionInfo *exception) argument
705 TIFFGetEXIFProperties(TIFF *tiff,Image *image, ExceptionInfo *exception) argument
866 TIFFReadPixels(TIFF *tiff,size_t bits_per_sample, tsample_t sample,ssize_t row,tdata_t scanline) argument
919 GetJPEGMethod(Image* image,TIFF *tiff,uint16 photometric, uint16 bits_per_sample,uint16 samples_per_pixel) argument
1112 *tiff; local
2154 TIFFIgnoreTags(TIFF *tiff) argument
2222 TIFFTagExtender(TIFF *tiff) argument
2451 *tiff; local
2767 GetTIFFInfo(const ImageInfo *image_info, TIFF *tiff,TIFFInfo *tiff_info) argument
2808 TIFFWritePixels(TIFF *tiff,TIFFInfo *tiff_info,ssize_t row, tsample_t sample,Image *image) argument
2883 TIFFSetProfiles(TIFF *tiff,Image *image) argument
2946 TIFFSetProperties(TIFF *tiff,const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
3014 TIFFSetEXIFProperties(TIFF *tiff,Image *image, ExceptionInfo *exception) argument
3123 *tiff; local
[all...]
/external/pdfium/third_party/libtiff/
H A Dtiffiop.h102 struct tiff { struct

Completed in 179 milliseconds