Searched refs:TIFFTAG_SAMPLESPERPIXEL (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_tiffmodule.cpp | 254 TIFFGetField(m_tif_ctx, TIFFTAG_SAMPLESPERPIXEL, &tif_comps); in LoadFrameInfo() 466 TIFFGetField(m_tif_ctx, TIFFTAG_SAMPLESPERPIXEL, &spp); in Decode()
|
/external/pdfium/third_party/libtiff/ |
D | tiff.h | 230 #define TIFFTAG_SAMPLESPERPIXEL 277 /* samples per pixel */ macro
|
D | tif_aux.c | 196 case TIFFTAG_SAMPLESPERPIXEL: in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 265 case TIFFTAG_SAMPLESPERPIXEL: in _TIFFVSetField() 931 case TIFFTAG_SAMPLESPERPIXEL: in _TIFFVGetField()
|
D | tif_dirread.c | 3489 dp=TIFFReadDirectoryFindEntry(tif,dir,dircount,TIFFTAG_SAMPLESPERPIXEL); in TIFFReadDirectory() 3909 if (!TIFFSetField(tif,TIFFTAG_SAMPLESPERPIXEL,3)) in TIFFReadDirectory() 3917 if (!TIFFSetField(tif,TIFFTAG_SAMPLESPERPIXEL,3)) in TIFFReadDirectory() 3927 if (!TIFFSetField(tif,TIFFTAG_SAMPLESPERPIXEL,1)) in TIFFReadDirectory()
|
D | tif_dirinfo.c | 75 …{ TIFFTAG_SAMPLESPERPIXEL, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_S…
|
D | tif_luv.c | 1640 TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, 1); in LogLuvVSetField()
|
D | tif_getimage.c | 312 TIFFGetFieldDefaulted(tif, TIFFTAG_SAMPLESPERPIXEL, &img->samplesperpixel); in TIFFRGBAImageBegin()
|
D | tif_dirwrite.c | 496 …if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_SAMPLESPERPIXEL,tif->tif_dir.td_samplesperpi… in TIFFWriteDirectorySec()
|
/external/ImageMagick/coders/ |
D | tiff.c | 1376 (TIFFGetFieldDefaulted(tiff,TIFFTAG_SAMPLESPERPIXEL,&samples_per_pixel) != 1) || in ReadTIFFImage() 1506 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_SAMPLESPERPIXEL, in ReadTIFFImage() 3677 (void) TIFFSetField(tiff,TIFFTAG_SAMPLESPERPIXEL,4); in WriteTIFFImage() 3700 (void) TIFFSetField(tiff,TIFFTAG_SAMPLESPERPIXEL,3); in WriteTIFFImage() 3710 (void) TIFFSetField(tiff,TIFFTAG_SAMPLESPERPIXEL,1); in WriteTIFFImage() 3724 (void) TIFFSetField(tiff,TIFFTAG_SAMPLESPERPIXEL,1); in WriteTIFFImage() 3779 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_SAMPLESPERPIXEL, in WriteTIFFImage() 3781 (void) TIFFSetField(tiff,TIFFTAG_SAMPLESPERPIXEL,samples_per_pixel+1); in WriteTIFFImage()
|