Searched refs:TIFFTAG_PHOTOMETRIC (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tiff.h | 193 #define TIFFTAG_PHOTOMETRIC 262 /* photometric interpretation */ macro
|
D | tif_dir.c | 246 case TIFFTAG_PHOTOMETRIC: in _TIFFVSetField() 919 case TIFFTAG_PHOTOMETRIC: in _TIFFVGetField()
|
D | tif_getimage.c | 104 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()
|
D | tif_dirinfo.c | 64 …{ TIFFTAG_PHOTOMETRIC, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_PHOTO…
|
D | tif_jpeg.c | 2176 case TIFFTAG_PHOTOMETRIC: in JPEGVSetField()
|
D | tif_dirwrite.c | 476 if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_PHOTOMETRIC,tif->tif_dir.td_photometric)) in TIFFWriteDirectorySec()
|
D | tif_dirread.c | 3885 if (!TIFFSetField(tif,TIFFTAG_PHOTOMETRIC,PHOTOMETRIC_YCBCR)) in TIFFReadDirectory()
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_tiffmodule.cpp | 300 if (!TIFFGetField(m_tif_ctx, TIFFTAG_PHOTOMETRIC, &photometric)) in IsSupport()
|
/external/ImageMagick/coders/ |
D | tiff.c | 1372 (TIFFGetFieldDefaulted(tiff,TIFFTAG_PHOTOMETRIC,&photometric) != 1) || in ReadTIFFImage() 3787 (void) TIFFSetField(tiff,TIFFTAG_PHOTOMETRIC,photometric); in WriteTIFFImage()
|