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