Home
last modified time | relevance | path

Searched refs:PLANARCONFIG_SEPARATE (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_tile.c57 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) in TIFFComputeTile()
98 if (td->td_planarconfig == PLANARCONFIG_SEPARATE && in TIFFCheckTile()
132 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) in TIFFNumberOfTiles()
Dtif_write.c71 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) { in TIFFWriteScanline()
82 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) { in TIFFWriteScanline()
230 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) { in TIFFWriteEncodedStrip()
333 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) { in TIFFWriteRawStrip()
536 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) in TIFFSetupStrips()
D0028-nstrips-OOM.patch25 if (tif->tif_dir.td_planarconfig == PLANARCONFIG_SEPARATE)
Dtif_strip.c43 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) { in TIFFComputeStrip()
66 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) in TIFFNumberOfStrips()
Dtiff.h241 #define PLANARCONFIG_SEPARATE 2 /* separate planes of data */ macro
Dtif_print.c504 case PLANARCONFIG_SEPARATE: in TIFFPrintDirectory()
Dtif_jpeg.c1143 if (td->td_planarconfig == PLANARCONFIG_SEPARATE && s > 0) { in JPEGPreDecode()
1932 if (td->td_planarconfig == PLANARCONFIG_SEPARATE && s > 0) { in JPEGPreEncode()
Dtif_dirread.c3766 (tif->tif_dir.td_planarconfig==PLANARCONFIG_SEPARATE)) in TIFFReadDirectory()
3819 if (tif->tif_dir.td_planarconfig == PLANARCONFIG_SEPARATE) in TIFFReadDirectory()
4174 (tif->tif_dir.td_planarconfig == PLANARCONFIG_SEPARATE && in TIFFReadDirectory()
4580 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) in EstimateStripByteCounts()
Dtif_read.c346 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) { in TIFFSeek()
Dtif_dir.c349 if (v != PLANARCONFIG_CONTIG && v != PLANARCONFIG_SEPARATE) in _TIFFVSetField()
Dtif_getimage.c481 !(planarconfig == PLANARCONFIG_SEPARATE && img->samplesperpixel > 1); in TIFFRGBAImageBegin()
/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.cpp323 return planarconfig != PLANARCONFIG_SEPARATE; in IsSupport()
/external/ImageMagick/coders/
Dtiff.c1786 if (interlace != PLANARCONFIG_SEPARATE) in ReadTIFFImage()
1800 if ((samples_per_pixel > 2) && (interlace != PLANARCONFIG_SEPARATE)) in ReadTIFFImage()
1966 if ((samples_per_pixel > 1) && (interlace != PLANARCONFIG_SEPARATE)) in ReadTIFFImage()
2064 if ((samples_per_pixel > 1) && (interlace != PLANARCONFIG_SEPARATE)) in ReadTIFFImage()
3685 (void) TIFFSetField(tiff,TIFFTAG_PLANARCONFIG,PLANARCONFIG_SEPARATE); in WriteTIFFImage()