Home
last modified time | relevance | path

Searched refs:TIFFTAG_SMINSAMPLEVALUE (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtiff.h315 #define TIFFTAG_SMINSAMPLEVALUE 340 /* !variable MinSampleValue */ macro
Dtif_dir.c323 case TIFFTAG_SMINSAMPLEVALUE: in _TIFFVSetField()
959 case TIFFTAG_SMINSAMPLEVALUE: in _TIFFVGetField()
Dtif_dirinfo.c112 …{ TIFFTAG_SMINSAMPLEVALUE, -2, -1, TIFF_ANY, 0, TIFF_SETGET_DOUBLE, TIFF_SETGET_UNDEFINED, FIELD_S…
Dtif_dirwrite.c632 …if (!TIFFWriteDirectoryTagSampleformatArray(tif,&ndir,dir,TIFFTAG_SMINSAMPLEVALUE,tif->tif_dir.td_… in TIFFWriteDirectorySec()
Dtif_dirread.c3884 case TIFFTAG_SMINSAMPLEVALUE: in TIFFReadDirectory()
/external/ImageMagick/coders/
Dtiff.c3664 (void) TIFFSetField(tiff,TIFFTAG_SMINSAMPLEVALUE,quantum_info->minimum); in WriteTIFFImage()