Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiff.h193 #define TIFFTAG_PHOTOMETRIC 262 /* photometric interpretation */ macro
Dtif_dir.c246 case TIFFTAG_PHOTOMETRIC: in _TIFFVSetField()
919 case TIFFTAG_PHOTOMETRIC: in _TIFFVGetField()
Dtif_getimage.c104 if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &photometric)) { in TIFFRGBAImageOK()
330 if( !TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &img->photometric)) in TIFFRGBAImageBegin()
345 if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &img->photometric)) { in TIFFRGBAImageBegin()
Dtif_dirinfo.c64 …{ TIFFTAG_PHOTOMETRIC, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_PHOTO…
Dtif_jpeg.c2176 case TIFFTAG_PHOTOMETRIC: in JPEGVSetField()
Dtif_dirwrite.c476 if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_PHOTOMETRIC,tif->tif_dir.td_photometric)) in TIFFWriteDirectorySec()
Dtif_dirread.c3885 if (!TIFFSetField(tif,TIFFTAG_PHOTOMETRIC,PHOTOMETRIC_YCBCR)) in TIFFReadDirectory()
/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp300 if (!TIFFGetField(m_tif_ctx, TIFFTAG_PHOTOMETRIC, &photometric)) in IsSupport()
/external/ImageMagick/coders/
Dtiff.c1372 (TIFFGetFieldDefaulted(tiff,TIFFTAG_PHOTOMETRIC,&photometric) != 1) || in ReadTIFFImage()
3787 (void) TIFFSetField(tiff,TIFFTAG_PHOTOMETRIC,photometric); in WriteTIFFImage()