Searched refs:TIFFTAG_EXTRASAMPLES (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tiff.h | 302 #define TIFFTAG_EXTRASAMPLES 338 /* !info about extra samples */ macro
|
D | tif_aux.c | 237 case TIFFTAG_EXTRASAMPLES: in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 365 case TIFFTAG_EXTRASAMPLES: in _TIFFVSetField() 1017 case TIFFTAG_EXTRASAMPLES: in _TIFFVGetField()
|
D | tif_dirinfo.c | 112 …{ TIFFTAG_EXTRASAMPLES, -1, -1, TIFF_SHORT, 0, TIFF_SETGET_C16_UINT16, TIFF_SETGET_UNDEFINED, FIEL…
|
D | tif_dirwrite.c | 578 TIFFGetFieldDefaulted(tif,TIFFTAG_EXTRASAMPLES,&na,&nb); in TIFFWriteDirectorySec() 579 if (!TIFFWriteDirectoryTagShortArray(tif,&ndir,dir,TIFFTAG_EXTRASAMPLES,na,nb)) in TIFFWriteDirectorySec()
|
D | tif_getimage.c | 313 TIFFGetFieldDefaulted(tif, TIFFTAG_EXTRASAMPLES, in TIFFRGBAImageBegin()
|
D | tif_dirread.c | 3579 case TIFFTAG_EXTRASAMPLES: in TIFFReadDirectory()
|
/external/ImageMagick/coders/ |
D | tiff.c | 1712 tiff_status=TIFFGetFieldDefaulted(tiff,TIFFTAG_EXTRASAMPLES,&extra_samples, in ReadTIFFImage() 3782 (void) TIFFSetField(tiff,TIFFTAG_EXTRASAMPLES,extra_samples, in WriteTIFFImage()
|