Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dtiff.c161 { EXIFTAG_OECF, TIFF_NOTYPE, 0, "exif:OptoelectricConversionFactor" },
162 { EXIFTAG_EXIFVERSION, TIFF_NOTYPE, 0, "exif:ExifVersion" },
165 { EXIFTAG_COMPONENTSCONFIGURATION, TIFF_NOTYPE, 0, "exif:ComponentsConfiguration" },
177 { EXIFTAG_SUBJECTAREA, TIFF_NOTYPE, 0, "exif:SubjectArea" },
178 { EXIFTAG_MAKERNOTE, TIFF_NOTYPE, 0, "exif:MakerNote" },
179 { EXIFTAG_USERCOMMENT, TIFF_NOTYPE, 0, "exif:UserComment" },
183 { EXIFTAG_FLASHPIXVERSION, TIFF_NOTYPE, 0, "exif:FlashpixVersion" },
188 { EXIFTAG_SPATIALFREQUENCYRESPONSE, TIFF_NOTYPE, 0, "exif:SpatialFrequencyResponse" },
195 { EXIFTAG_FILESOURCE, TIFF_NOTYPE, 0, "exif:FileSource" },
196 { EXIFTAG_SCENETYPE, TIFF_NOTYPE, 0, "exif:SceneType" },
[all …]
/external/pdfium/third_party/libtiff/
Dtiff.h124 TIFF_NOTYPE = 0, /* placeholder */ enumerator
Dtiffio.h307 #define TIFF_ANY TIFF_NOTYPE /* for field descriptor searching */
Dtif_dirinfo.c508 TIFFField key = {0, 0, 0, TIFF_NOTYPE, 0, 0, 0, 0, 0, 0, NULL, NULL}; in TIFFFindField()
533 TIFFField key = {0, 0, 0, TIFF_NOTYPE, 0, 0, 0, 0, 0, 0, NULL, NULL}; in _TIFFFindFieldByName()
Dtif_dirwrite.c1755 return TIFFWriteDirectoryTagData(tif, ndir, dir, tag, TIFF_NOTYPE, 0, 0, NULL); in TIFFWriteDirectoryTagLongLong8Array()