Searched refs:TIFFTAG_SMAXSAMPLEVALUE (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tiff.h | 316 #define TIFFTAG_SMAXSAMPLEVALUE 341 /* !variable MaxSampleValue */ macro
|
D | tif_dir.c | 329 case TIFFTAG_SMAXSAMPLEVALUE: in _TIFFVSetField() 973 case TIFFTAG_SMAXSAMPLEVALUE: in _TIFFVGetField()
|
D | tif_dirinfo.c | 113 …{ TIFFTAG_SMAXSAMPLEVALUE, -2, -1, TIFF_ANY, 0, TIFF_SETGET_DOUBLE, TIFF_SETGET_UNDEFINED, FIELD_S…
|
D | tif_dirwrite.c | 637 …if (!TIFFWriteDirectoryTagSampleformatArray(tif,&ndir,dir,TIFFTAG_SMAXSAMPLEVALUE,tif->tif_dir.td_… in TIFFWriteDirectorySec()
|
D | tif_dirread.c | 3885 case TIFFTAG_SMAXSAMPLEVALUE: in TIFFReadDirectory()
|
/external/ImageMagick/coders/ |
D | tiff.c | 3665 (void) TIFFSetField(tiff,TIFFTAG_SMAXSAMPLEVALUE,quantum_info->maximum); in WriteTIFFImage()
|