Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiff.h236 #define TIFFTAG_MAXSAMPLEVALUE 281 /* +maximum sample value */ macro
Dtif_aux.c239 case TIFFTAG_MAXSAMPLEVALUE: in TIFFVGetFieldDefaulted()
Dtif_dir.c320 case TIFFTAG_MAXSAMPLEVALUE: in _TIFFVSetField()
956 case TIFFTAG_MAXSAMPLEVALUE: in _TIFFVGetField()
Dtif_dirinfo.c77 …{ TIFFTAG_MAXSAMPLEVALUE, -2, -1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_…
Dtif_dirwrite.c553 …if (!TIFFWriteDirectoryTagShortPerSample(tif,&ndir,dir,TIFFTAG_MAXSAMPLEVALUE,tif->tif_dir.td_maxs… in TIFFWriteDirectorySec()
Dtif_dirread.c3852 case TIFFTAG_MAXSAMPLEVALUE: in TIFFReadDirectory()
/external/ImageMagick/coders/
Dtiff.c1352 (TIFFGetFieldDefaulted(tiff,TIFFTAG_MAXSAMPLEVALUE,&max_sample_value,sans) != 1)) in ReadTIFFImage()