Home
last modified time | relevance | path

Searched refs:TIFFTAG_SAMPLESPERPIXEL (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.cpp252 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/
Dtiff.h232 #define TIFFTAG_SAMPLESPERPIXEL 277 /* samples per pixel */ macro
Dtif_aux.c230 case TIFFTAG_SAMPLESPERPIXEL: in TIFFVGetFieldDefaulted()
Dtif_dir.c267 case TIFFTAG_SAMPLESPERPIXEL: in _TIFFVSetField()
947 case TIFFTAG_SAMPLESPERPIXEL: in _TIFFVGetField()
Dtif_dirread.c3654 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()
Dtif_dirinfo.c73 …{ TIFFTAG_SAMPLESPERPIXEL, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_S…
Dtif_luv.c1641 TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, 1); in LogLuvVSetField()
Dtif_getimage.c310 TIFFGetFieldDefaulted(tif, TIFFTAG_SAMPLESPERPIXEL, &img->samplesperpixel); in TIFFRGBAImageBegin()
Dtif_dirwrite.c538 …if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_SAMPLESPERPIXEL,tif->tif_dir.td_samplesperpi… in TIFFWriteDirectorySec()
/external/ImageMagick/coders/
Dtiff.c1348 (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()