Home
last modified time | relevance | path

Searched refs:TIFFTAG_PHOTOMETRIC (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtiff.h195 #define TIFFTAG_PHOTOMETRIC 262 /* photometric interpretation */ macro
Dtif_dir.c248 case TIFFTAG_PHOTOMETRIC: in _TIFFVSetField()
935 case TIFFTAG_PHOTOMETRIC: in _TIFFVGetField()
Dtif_getimage.c102 if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &photometric)) { in TIFFRGBAImageOK()
328 if( !TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &img->photometric)) in TIFFRGBAImageBegin()
343 if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &img->photometric)) { in TIFFRGBAImageBegin()
Dtif_dirinfo.c62 …{ TIFFTAG_PHOTOMETRIC, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_PHOTO…
Dtif_jpeg.c2317 case TIFFTAG_PHOTOMETRIC: in JPEGVSetField()
Dtif_dirwrite.c518 if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_PHOTOMETRIC,tif->tif_dir.td_photometric)) in TIFFWriteDirectorySec()
Dtif_dirread.c4064 if (!TIFFSetField(tif,TIFFTAG_PHOTOMETRIC,PHOTOMETRIC_YCBCR)) in TIFFReadDirectory()
/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.cpp300 if (!TIFFGetField(m_tif_ctx.get(), TIFFTAG_PHOTOMETRIC, &photometric)) in IsSupport()
/external/ImageMagick/coders/
Dtiff.c1344 (TIFFGetFieldDefaulted(tiff,TIFFTAG_PHOTOMETRIC,&photometric,sans) != 1) || in ReadTIFFImage()
3658 (void) TIFFSetField(tiff,TIFFTAG_PHOTOMETRIC,photometric); in WriteTIFFImage()