Searched refs:TIFFTAG_PLANARCONFIG (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tiff.h | 237 #define TIFFTAG_PLANARCONFIG 284 /* storage organization */ macro
|
D | tif_aux.c | 208 case TIFFTAG_PLANARCONFIG: in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 333 case TIFFTAG_PLANARCONFIG: in _TIFFVSetField() 977 case TIFFTAG_PLANARCONFIG: in _TIFFVGetField()
|
D | tif_dirinfo.c | 82 …{ TIFFTAG_PLANARCONFIG, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_PLAN…
|
D | tif_dirread.c | 3471 TIFFSetField(tif,TIFFTAG_PLANARCONFIG,PLANARCONFIG_CONTIG); in TIFFReadDirectory() 3577 case TIFFTAG_PLANARCONFIG: in TIFFReadDirectory()
|
D | tif_getimage.c | 344 TIFFGetFieldDefaulted(tif, TIFFTAG_PLANARCONFIG, &planarconfig); in TIFFRGBAImageBegin()
|
D | tif_dirwrite.c | 516 … if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_PLANARCONFIG,tif->tif_dir.td_planarconfig)) in TIFFWriteDirectorySec()
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_tiffmodule.cpp | 319 if (!TIFFGetFieldDefaulted(m_tif_ctx, TIFFTAG_PLANARCONFIG, &planarconfig)) in IsSupport()
|
/external/ImageMagick/coders/ |
D | tiff.c | 1375 (TIFFGetFieldDefaulted(tiff,TIFFTAG_PLANARCONFIG,&interlace) != 1) || in ReadTIFFImage() 3810 (void) TIFFSetField(tiff,TIFFTAG_PLANARCONFIG,PLANARCONFIG_CONTIG); in WriteTIFFImage() 3814 (void) TIFFSetField(tiff,TIFFTAG_PLANARCONFIG,PLANARCONFIG_SEPARATE); in WriteTIFFImage()
|