Searched defs:tiff (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tiffiop.h | 102 struct tiff { struct 125 #define TIFF_BIGTIFF 0x80000 /* read/write bigtiff */ argument 130 uint64 tif_diroff; /* file offset of current directory */ 131 uint64 tif_nextdiroff; /* file offset of following directory */ 132 … tif_dirlist; /* list of offsets to already seen directories to prevent IFD looping */ 133 uint16 tif_dirlistsize; /* number of entires in offset list */ 134 uint16 tif_dirnumber; /* number of already seen directories */ 135 TIFFDirectory tif_dir; /* internal rep of current directory */ 136 TIFFDirectory tif_customdir; /* custom IFDs are separated from the main ones */ 137 union { [all …]
|
/external/ImageMagick/coders/ |
D | tiff.c | 574 static void TIFFGetProfiles(TIFF *tiff,Image *image,MagickBooleanType ping, in TIFFGetProfiles() 620 static void TIFFGetProperties(TIFF *tiff,Image *image,ExceptionInfo *exception) in TIFFGetProperties() 705 static void TIFFGetEXIFProperties(TIFF *tiff,Image *image, in TIFFGetEXIFProperties() 866 static int32 TIFFReadPixels(TIFF *tiff,size_t bits_per_sample, in TIFFReadPixels() 919 static TIFFMethodType GetJPEGMethod(Image* image,TIFF *tiff,uint16 photometric, in GetJPEGMethod() 1112 *tiff; in ReadTIFFImage() local 2154 static void TIFFIgnoreTags(TIFF *tiff) in TIFFIgnoreTags() 2222 static void TIFFTagExtender(TIFF *tiff) in TIFFTagExtender() 2451 *tiff; in WriteGROUP4Image() local 2768 TIFF *tiff,TIFFInfo *tiff_info) in GetTIFFInfo() [all …]
|
D | ept.c | 87 *tiff; member
|
/external/dng_sdk/source/ |
D | dng_orientation.cpp | 18 void dng_orientation::SetTIFF (uint32 tiff) in SetTIFF()
|
D | dng_orientation.h | 82 static dng_orientation TIFFtoDNG (uint32 tiff) in TIFFtoDNG()
|