Searched refs:TIFFTAG_SAMPLESPERPIXEL (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fxcodec/tiff/ |
D | tiffmodule.cpp | 252 TIFFGetField(m_tif_ctx.get(), TIFFTAG_SAMPLESPERPIXEL, &tif_comps); in LoadFrameInfo() 468 TIFFGetField(m_tif_ctx.get(), TIFFTAG_SAMPLESPERPIXEL, &spp); in Decode()
|
/external/pdfium/third_party/libtiff/ |
D | tiff.h | 232 #define TIFFTAG_SAMPLESPERPIXEL 277 /* samples per pixel */ macro
|
D | tif_aux.c | 230 case TIFFTAG_SAMPLESPERPIXEL: in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 267 case TIFFTAG_SAMPLESPERPIXEL: in _TIFFVSetField() 947 case TIFFTAG_SAMPLESPERPIXEL: in _TIFFVGetField()
|
D | tif_dirread.c | 3654 dp=TIFFReadDirectoryFindEntry(tif,dir,dircount,TIFFTAG_SAMPLESPERPIXEL); in TIFFReadDirectory() 4088 if (!TIFFSetField(tif,TIFFTAG_SAMPLESPERPIXEL,3)) in TIFFReadDirectory() 4096 if (!TIFFSetField(tif,TIFFTAG_SAMPLESPERPIXEL,3)) in TIFFReadDirectory() 4106 if (!TIFFSetField(tif,TIFFTAG_SAMPLESPERPIXEL,1)) in TIFFReadDirectory()
|
D | tif_dirinfo.c | 73 …{ TIFFTAG_SAMPLESPERPIXEL, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_S…
|
D | tif_luv.c | 1641 TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, 1); in LogLuvVSetField()
|
D | tif_getimage.c | 310 TIFFGetFieldDefaulted(tif, TIFFTAG_SAMPLESPERPIXEL, &img->samplesperpixel); in TIFFRGBAImageBegin()
|
D | tif_dirwrite.c | 538 …if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_SAMPLESPERPIXEL,tif->tif_dir.td_samplesperpi… in TIFFWriteDirectorySec()
|
/external/ImageMagick/coders/ |
D | tiff.c | 1348 (TIFFGetFieldDefaulted(tiff,TIFFTAG_SAMPLESPERPIXEL,&samples_per_pixel,sans) != 1) || in ReadTIFFImage() 3545 (void) TIFFSetField(tiff,TIFFTAG_SAMPLESPERPIXEL,4); in WriteTIFFImage() 3571 (void) TIFFSetField(tiff,TIFFTAG_SAMPLESPERPIXEL,3); in WriteTIFFImage() 3581 (void) TIFFSetField(tiff,TIFFTAG_SAMPLESPERPIXEL,1); in WriteTIFFImage() 3595 (void) TIFFSetField(tiff,TIFFTAG_SAMPLESPERPIXEL,1); in WriteTIFFImage() 3650 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_SAMPLESPERPIXEL, in WriteTIFFImage() 3652 (void) TIFFSetField(tiff,TIFFTAG_SAMPLESPERPIXEL,samples_per_pixel+1); in WriteTIFFImage()
|