Searched refs:TIFFTAG_MINSAMPLEVALUE (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tiff.h | 233 #define TIFFTAG_MINSAMPLEVALUE 280 /* +minimum sample value */ macro
|
D | tif_aux.c | 202 case TIFFTAG_MINSAMPLEVALUE: in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 303 case TIFFTAG_MINSAMPLEVALUE: in _TIFFVSetField() 937 case TIFFTAG_MINSAMPLEVALUE: in _TIFFVGetField()
|
D | tif_dirinfo.c | 78 …{ TIFFTAG_MINSAMPLEVALUE, -2, -1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_…
|
D | tif_dirwrite.c | 506 …if (!TIFFWriteDirectoryTagShortPerSample(tif,&ndir,dir,TIFFTAG_MINSAMPLEVALUE,tif->tif_dir.td_mins… in TIFFWriteDirectorySec()
|
D | tif_dirread.c | 3683 case TIFFTAG_MINSAMPLEVALUE: in TIFFReadDirectory()
|
/external/ImageMagick/coders/ |
D | tiff.c | 1379 (TIFFGetFieldDefaulted(tiff,TIFFTAG_MINSAMPLEVALUE,&min_sample_value) != 1) || in ReadTIFFImage()
|