Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiff.h233 #define TIFFTAG_MINSAMPLEVALUE 280 /* +minimum sample value */ macro
Dtif_aux.c202 case TIFFTAG_MINSAMPLEVALUE: in TIFFVGetFieldDefaulted()
Dtif_dir.c303 case TIFFTAG_MINSAMPLEVALUE: in _TIFFVSetField()
937 case TIFFTAG_MINSAMPLEVALUE: in _TIFFVGetField()
Dtif_dirinfo.c78 …{ TIFFTAG_MINSAMPLEVALUE, -2, -1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_…
Dtif_dirwrite.c506 …if (!TIFFWriteDirectoryTagShortPerSample(tif,&ndir,dir,TIFFTAG_MINSAMPLEVALUE,tif->tif_dir.td_mins… in TIFFWriteDirectorySec()
Dtif_dirread.c3683 case TIFFTAG_MINSAMPLEVALUE: in TIFFReadDirectory()
/external/ImageMagick/coders/
Dtiff.c1379 (TIFFGetFieldDefaulted(tiff,TIFFTAG_MINSAMPLEVALUE,&min_sample_value) != 1) || in ReadTIFFImage()