Home
last modified time | relevance | path

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

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