Home
last modified time | relevance | path

Searched refs:TIFFTAG_MAXSAMPLEVALUE (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtiff.h234 #define TIFFTAG_MAXSAMPLEVALUE 281 /* +maximum sample value */ macro
Dtif_aux.c205 case TIFFTAG_MAXSAMPLEVALUE: in TIFFVGetFieldDefaulted()
Dtif_dir.c306 case TIFFTAG_MAXSAMPLEVALUE: in _TIFFVSetField()
940 case TIFFTAG_MAXSAMPLEVALUE: in _TIFFVGetField()
Dtif_dirinfo.c79 …{ TIFFTAG_MAXSAMPLEVALUE, -2, -1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_…
Dtif_dirwrite.c511 …if (!TIFFWriteDirectoryTagShortPerSample(tif,&ndir,dir,TIFFTAG_MAXSAMPLEVALUE,tif->tif_dir.td_maxs… in TIFFWriteDirectorySec()
Dtif_dirread.c3684 case TIFFTAG_MAXSAMPLEVALUE: in TIFFReadDirectory()
/external/ImageMagick/coders/
Dtiff.c1380 (TIFFGetFieldDefaulted(tiff,TIFFTAG_MAXSAMPLEVALUE,&max_sample_value) != 1)) in ReadTIFFImage()