Searched refs:TIFFTAG_SAMPLESPERPIXEL (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_tiffmodule.cpp | 249 TIFFGetField(m_tif_ctx, TIFFTAG_SAMPLESPERPIXEL, &tif_comps); in LoadFrameInfo() 462 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 | 192 case TIFFTAG_SAMPLESPERPIXEL: in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 253 case TIFFTAG_SAMPLESPERPIXEL: in _TIFFVSetField() 879 case TIFFTAG_SAMPLESPERPIXEL: in _TIFFVGetField()
|
D | tif_dirread.c | 3472 dp=TIFFReadDirectoryFindEntry(tif,dir,dircount,TIFFTAG_SAMPLESPERPIXEL); in TIFFReadDirectory() 3865 if (!TIFFSetField(tif,TIFFTAG_SAMPLESPERPIXEL,3)) in TIFFReadDirectory() 3873 if (!TIFFSetField(tif,TIFFTAG_SAMPLESPERPIXEL,3)) in TIFFReadDirectory() 3883 if (!TIFFSetField(tif,TIFFTAG_SAMPLESPERPIXEL,1)) in TIFFReadDirectory()
|
D | tif_dirinfo.c | 67 …{ TIFFTAG_SAMPLESPERPIXEL, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_S…
|
D | tif_luv.c | 1608 TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, 1); in LogLuvVSetField()
|
D | tif_getimage.c | 296 TIFFGetFieldDefaulted(tif, TIFFTAG_SAMPLESPERPIXEL, &img->samplesperpixel); in TIFFRGBAImageBegin()
|
D | tif_dirwrite.c | 495 …if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_SAMPLESPERPIXEL,tif->tif_dir.td_samplesperpi… in TIFFWriteDirectorySec()
|
/external/ImageMagick/coders/ |
D | tiff.c | 1208 (TIFFGetFieldDefaulted(tiff,TIFFTAG_SAMPLESPERPIXEL,&samples_per_pixel) != 1) || in ReadTIFFImage() 1333 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_SAMPLESPERPIXEL, in ReadTIFFImage() 3340 (void) TIFFSetField(tiff,TIFFTAG_SAMPLESPERPIXEL,4); in WriteTIFFImage() 3363 (void) TIFFSetField(tiff,TIFFTAG_SAMPLESPERPIXEL,3); in WriteTIFFImage() 3373 (void) TIFFSetField(tiff,TIFFTAG_SAMPLESPERPIXEL,1); in WriteTIFFImage() 3387 (void) TIFFSetField(tiff,TIFFTAG_SAMPLESPERPIXEL,1); in WriteTIFFImage() 3445 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_SAMPLESPERPIXEL, in WriteTIFFImage() 3447 (void) TIFFSetField(tiff,TIFFTAG_SAMPLESPERPIXEL,samples_per_pixel+1); in WriteTIFFImage()
|