Home
last modified time | relevance | path

Searched defs:tiff (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtiffiop.h114 struct tiff { struct
137 #define TIFF_BIGTIFF 0x80000U /* read/write bigtiff */ argument
145 uint64 tif_diroff; /* file offset of current directory */
146 uint64 tif_nextdiroff; /* file offset of following directory */
147 … tif_dirlist; /* list of offsets to already seen directories to prevent IFD looping */
148 uint16 tif_dirlistsize; /* number of entries in offset list */
149 uint16 tif_dirnumber; /* number of already seen directories */
150 TIFFDirectory tif_dir; /* internal rep of current directory */
151 TIFFDirectory tif_customdir; /* custom IFDs are separated from the main ones */
152 union {
[all …]
/external/ImageMagick/coders/
Dtiff.c604 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 …]
Dept.c87 *tiff; member
/external/dng_sdk/source/
Ddng_orientation.cpp18 void dng_orientation::SetTIFF (uint32 tiff) in SetTIFF()
Ddng_orientation.h82 static dng_orientation TIFFtoDNG (uint32 tiff) in TIFFtoDNG()
/external/ImageMagick/
Dconfigure.ac2765 AC_ARG_WITH([tiff], optwith