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