Searched refs:TIFFTAG_PHOTOMETRIC (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tiff.h | 195 #define TIFFTAG_PHOTOMETRIC 262 /* photometric interpretation */ macro
|
D | tif_dir.c | 248 case TIFFTAG_PHOTOMETRIC: in _TIFFVSetField() 935 case TIFFTAG_PHOTOMETRIC: in _TIFFVGetField()
|
D | tif_getimage.c | 102 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()
|
D | tif_dirinfo.c | 62 …{ TIFFTAG_PHOTOMETRIC, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_PHOTO…
|
D | tif_jpeg.c | 2317 case TIFFTAG_PHOTOMETRIC: in JPEGVSetField()
|
D | tif_dirwrite.c | 518 if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_PHOTOMETRIC,tif->tif_dir.td_photometric)) in TIFFWriteDirectorySec()
|
D | tif_dirread.c | 4064 if (!TIFFSetField(tif,TIFFTAG_PHOTOMETRIC,PHOTOMETRIC_YCBCR)) in TIFFReadDirectory()
|
/external/pdfium/core/fxcodec/tiff/ |
D | tiffmodule.cpp | 300 if (!TIFFGetField(m_tif_ctx.get(), TIFFTAG_PHOTOMETRIC, &photometric)) in IsSupport()
|
/external/ImageMagick/coders/ |
D | tiff.c | 1344 (TIFFGetFieldDefaulted(tiff,TIFFTAG_PHOTOMETRIC,&photometric,sans) != 1) || in ReadTIFFImage() 3658 (void) TIFFSetField(tiff,TIFFTAG_PHOTOMETRIC,photometric); in WriteTIFFImage()
|