Searched defs:tiff (Results 1 – 7 of 7) sorted by relevance
| /external/pdfium/third_party/libtiff/ |
| D | tiffiop.h | 105 struct tiff struct 107 char *tif_name; /* name of open file */ 131 #define TIFF_BIGTIFF 0x80000U /* read/write bigtiff */ argument 146 uint64_t tif_diroff; /* file offset of current directory */ 147 uint64_t tif_nextdiroff; /* file offset of following directory */ 148 uint64_t tif_lastdiroff; /* file offset of last directory written so far */ 149 uint64_t *tif_dirlistoff; /* list of offsets to already seen directories to 151 TIFFHashSet *tif_map_dir_offset_to_number; 152 TIFFHashSet *tif_map_dir_number_to_offset; 153 tdir_t tif_dirnumber; /* number of already seen directories */ [all …]
|
| /external/ImageMagick/coders/ |
| D | tiff.c | 604 static MagickBooleanType TIFFGetProfiles(TIFF *tiff,Image *image, in TIFFGetProfiles() 675 static MagickBooleanType TIFFGetProperties(TIFF *tiff,Image *image, in TIFFGetProperties() 768 static MagickBooleanType TIFFSetImageProperties(TIFF *tiff,Image *image, in TIFFSetImageProperties() 819 static MagickBooleanType TIFFGetEXIFProperties(TIFF *tiff,Image *image, in TIFFGetEXIFProperties() 858 static MagickBooleanType TIFFGetGPSProperties(TIFF *tiff,Image *image, in TIFFGetGPSProperties() 918 static int32 TIFFReadPixels(TIFF *tiff,const tsample_t sample,const ssize_t row, in TIFFReadPixels() 974 static TIFFMethodType GetJPEGMethod(Image* image,TIFF *tiff,uint16 photometric, in GetJPEGMethod() 1243 *tiff; in ReadTIFFImage() local 2228 static void TIFFIgnoreTags(TIFF *tiff) in TIFFIgnoreTags() 2300 static void TIFFTagExtender(TIFF *tiff) in TIFFTagExtender() [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()
|
| /external/webp/ |
| D | configure.ac | 588 AC_ARG_ENABLE([tiff], optenable
|
| /external/ImageMagick/ |
| D | configure.ac | 2765 AC_ARG_WITH([tiff], optwith
|