Searched refs:TIFFTAG_MAXSAMPLEVALUE (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tiff.h | 234 #define TIFFTAG_MAXSAMPLEVALUE 281 /* +maximum sample value */ macro
|
D | tif_aux.c | 205 case TIFFTAG_MAXSAMPLEVALUE: in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 306 case TIFFTAG_MAXSAMPLEVALUE: in _TIFFVSetField() 940 case TIFFTAG_MAXSAMPLEVALUE: in _TIFFVGetField()
|
D | tif_dirinfo.c | 79 …{ TIFFTAG_MAXSAMPLEVALUE, -2, -1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_…
|
D | tif_dirwrite.c | 511 …if (!TIFFWriteDirectoryTagShortPerSample(tif,&ndir,dir,TIFFTAG_MAXSAMPLEVALUE,tif->tif_dir.td_maxs… in TIFFWriteDirectorySec()
|
D | tif_dirread.c | 3684 case TIFFTAG_MAXSAMPLEVALUE: in TIFFReadDirectory()
|
/external/ImageMagick/coders/ |
D | tiff.c | 1380 (TIFFGetFieldDefaulted(tiff,TIFFTAG_MAXSAMPLEVALUE,&max_sample_value) != 1)) in ReadTIFFImage()
|