Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiff.h239 #define TIFFTAG_PLANARCONFIG 284 /* storage organization */ macro
Dtif_aux.c242 case TIFFTAG_PLANARCONFIG: in TIFFVGetFieldDefaulted()
Dtif_dir.c347 case TIFFTAG_PLANARCONFIG: in _TIFFVSetField()
993 case TIFFTAG_PLANARCONFIG: in _TIFFVGetField()
Dtif_dirinfo.c80 …{ TIFFTAG_PLANARCONFIG, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_PLAN…
Dtif_dirread.c3636 TIFFSetField(tif,TIFFTAG_PLANARCONFIG,PLANARCONFIG_CONTIG); in TIFFReadDirectory()
3742 case TIFFTAG_PLANARCONFIG: in TIFFReadDirectory()
Dtif_getimage.c342 TIFFGetFieldDefaulted(tif, TIFFTAG_PLANARCONFIG, &planarconfig); in TIFFRGBAImageBegin()
Dtif_dirwrite.c558 … if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_PLANARCONFIG,tif->tif_dir.td_planarconfig)) in TIFFWriteDirectorySec()
/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.cpp319 if (!TIFFGetFieldDefaulted(m_tif_ctx.get(), TIFFTAG_PLANARCONFIG, in IsSupport()
/external/ImageMagick/coders/
Dtiff.c1420 (TIFFGetFieldDefaulted(tiff,TIFFTAG_PLANARCONFIG,&interlace,sans) != 1) || in ReadTIFFImage()
3971 (void) TIFFSetField(tiff,TIFFTAG_PLANARCONFIG,PLANARCONFIG_CONTIG); in WriteTIFFImage()
3975 (void) TIFFSetField(tiff,TIFFTAG_PLANARCONFIG,PLANARCONFIG_SEPARATE); in WriteTIFFImage()