Home
last modified time | relevance | path

Searched refs:TIFF_NOTYPE (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/coders/
Dtiff.c160 { EXIFTAG_OECF, TIFF_NOTYPE, 0, "exif:OptoelectricConversionFactor" },
161 { EXIFTAG_EXIFVERSION, TIFF_NOTYPE, 0, "exif:ExifVersion" },
164 { EXIFTAG_COMPONENTSCONFIGURATION, TIFF_NOTYPE, 0, "exif:ComponentsConfiguration" },
176 { EXIFTAG_SUBJECTAREA, TIFF_NOTYPE, 0, "exif:SubjectArea" },
177 { EXIFTAG_MAKERNOTE, TIFF_NOTYPE, 0, "exif:MakerNote" },
178 { EXIFTAG_USERCOMMENT, TIFF_NOTYPE, 0, "exif:UserComment" },
182 { EXIFTAG_FLASHPIXVERSION, TIFF_NOTYPE, 0, "exif:FlashpixVersion" },
187 { EXIFTAG_SPATIALFREQUENCYRESPONSE, TIFF_NOTYPE, 0, "exif:SpatialFrequencyResponse" },
194 { EXIFTAG_FILESOURCE, TIFF_NOTYPE, 0, "exif:FileSource" },
195 { EXIFTAG_SCENETYPE, TIFF_NOTYPE, 0, "exif:SceneType" },
[all …]
/external/pdfium/third_party/libtiff/
Dtiff.h126 TIFF_NOTYPE = 0, /* placeholder */ enumerator
Dtif_dirinfo.c510 TIFFField key = {0, 0, 0, TIFF_NOTYPE, 0, 0, 0, 0, 0, 0, NULL, NULL}; in TIFFFindField()
535 TIFFField key = {0, 0, 0, TIFF_NOTYPE, 0, 0, 0, 0, 0, 0, NULL, NULL}; in _TIFFFindFieldByName()
Dtiffio.h310 #define TIFF_ANY TIFF_NOTYPE /* for field descriptor searching */