Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiff.h316 #define TIFFTAG_SMAXSAMPLEVALUE 341 /* !variable MaxSampleValue */ macro
Dtif_dir.c329 case TIFFTAG_SMAXSAMPLEVALUE: in _TIFFVSetField()
973 case TIFFTAG_SMAXSAMPLEVALUE: in _TIFFVGetField()
Dtif_dirinfo.c113 …{ TIFFTAG_SMAXSAMPLEVALUE, -2, -1, TIFF_ANY, 0, TIFF_SETGET_DOUBLE, TIFF_SETGET_UNDEFINED, FIELD_S…
Dtif_dirwrite.c637 …if (!TIFFWriteDirectoryTagSampleformatArray(tif,&ndir,dir,TIFFTAG_SMAXSAMPLEVALUE,tif->tif_dir.td_… in TIFFWriteDirectorySec()
Dtif_dirread.c3885 case TIFFTAG_SMAXSAMPLEVALUE: in TIFFReadDirectory()
/external/ImageMagick/coders/
Dtiff.c3665 (void) TIFFSetField(tiff,TIFFTAG_SMAXSAMPLEVALUE,quantum_info->maximum); in WriteTIFFImage()