Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiffiop.h102 struct tiff { struct
125 #define TIFF_BIGTIFF 0x80000U /* 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 entries 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/
Dtiff.c665 static void TIFFGetProfiles(TIFF *tiff,Image *image,ExceptionInfo *exception) in TIFFGetProfiles()
707 static void TIFFGetProperties(TIFF *tiff,Image *image,ExceptionInfo *exception) in TIFFGetProperties()
794 static void TIFFGetEXIFProperties(TIFF *tiff,Image *image, in TIFFGetEXIFProperties()
954 static int32 TIFFReadPixels(TIFF *tiff,const tsample_t sample,const ssize_t row, in TIFFReadPixels()
1010 static TIFFMethodType GetJPEGMethod(Image* image,TIFF *tiff,uint16 photometric, in GetJPEGMethod()
1277 *tiff; in ReadTIFFImage() local
2316 static void TIFFIgnoreTags(TIFF *tiff) in TIFFIgnoreTags()
2386 static void TIFFTagExtender(TIFF *tiff) in TIFFTagExtender()
2625 *tiff; in WriteGROUP4Image() local
2948 TIFF *tiff,TIFFInfo *tiff_info) in GetTIFFInfo()
[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()