Searched refs:TIFFTAG_SMINSAMPLEVALUE (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tiff.h | 315 #define TIFFTAG_SMINSAMPLEVALUE 340 /* !variable MinSampleValue */ macro
|
D | tif_dir.c | 323 case TIFFTAG_SMINSAMPLEVALUE: in _TIFFVSetField() 959 case TIFFTAG_SMINSAMPLEVALUE: in _TIFFVGetField()
|
D | tif_dirinfo.c | 112 …{ TIFFTAG_SMINSAMPLEVALUE, -2, -1, TIFF_ANY, 0, TIFF_SETGET_DOUBLE, TIFF_SETGET_UNDEFINED, FIELD_S…
|
D | tif_dirwrite.c | 632 …if (!TIFFWriteDirectoryTagSampleformatArray(tif,&ndir,dir,TIFFTAG_SMINSAMPLEVALUE,tif->tif_dir.td_… in TIFFWriteDirectorySec()
|
D | tif_dirread.c | 3884 case TIFFTAG_SMINSAMPLEVALUE: in TIFFReadDirectory()
|
/external/ImageMagick/coders/ |
D | tiff.c | 3664 (void) TIFFSetField(tiff,TIFFTAG_SMINSAMPLEVALUE,quantum_info->minimum); in WriteTIFFImage()
|