Home
last modified time | relevance | path

Searched refs:TIFFTAG_EXTRASAMPLES (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtiff.h302 #define TIFFTAG_EXTRASAMPLES 338 /* !info about extra samples */ macro
Dtif_aux.c237 case TIFFTAG_EXTRASAMPLES: in TIFFVGetFieldDefaulted()
Dtif_dir.c365 case TIFFTAG_EXTRASAMPLES: in _TIFFVSetField()
1017 case TIFFTAG_EXTRASAMPLES: in _TIFFVGetField()
Dtif_dirinfo.c112 …{ TIFFTAG_EXTRASAMPLES, -1, -1, TIFF_SHORT, 0, TIFF_SETGET_C16_UINT16, TIFF_SETGET_UNDEFINED, FIEL…
Dtif_dirwrite.c578 TIFFGetFieldDefaulted(tif,TIFFTAG_EXTRASAMPLES,&na,&nb); in TIFFWriteDirectorySec()
579 if (!TIFFWriteDirectoryTagShortArray(tif,&ndir,dir,TIFFTAG_EXTRASAMPLES,na,nb)) in TIFFWriteDirectorySec()
Dtif_getimage.c313 TIFFGetFieldDefaulted(tif, TIFFTAG_EXTRASAMPLES, in TIFFRGBAImageBegin()
Dtif_dirread.c3579 case TIFFTAG_EXTRASAMPLES: in TIFFReadDirectory()
/external/ImageMagick/coders/
Dtiff.c1712 tiff_status=TIFFGetFieldDefaulted(tiff,TIFFTAG_EXTRASAMPLES,&extra_samples, in ReadTIFFImage()
3782 (void) TIFFSetField(tiff,TIFFTAG_EXTRASAMPLES,extra_samples, in WriteTIFFImage()