| /libtiff-4.0.7/tools/ |
| H A D | tiffcp.c | 234 defconfig = PLANARCONFIG_CONTIG; in main() 1804 case pack(PLANARCONFIG_CONTIG, PLANARCONFIG_CONTIG, F,T,F): in pickCopyFunc() 1805 case pack(PLANARCONFIG_CONTIG, PLANARCONFIG_CONTIG, F,T,T): in pickCopyFunc() 1807 case pack(PLANARCONFIG_CONTIG, PLANARCONFIG_SEPARATE, F,T,F): in pickCopyFunc() 1808 case pack(PLANARCONFIG_CONTIG, PLANARCONFIG_SEPARATE, F,T,T): in pickCopyFunc() 1817 case pack(PLANARCONFIG_CONTIG, PLANARCONFIG_CONTIG, T,T,F): in pickCopyFunc() 1818 case pack(PLANARCONFIG_CONTIG, PLANARCONFIG_CONTIG, T,T,T): in pickCopyFunc() 1830 case pack(PLANARCONFIG_CONTIG, PLANARCONFIG_CONTIG, T,F,F): in pickCopyFunc() 1831 case pack(PLANARCONFIG_CONTIG, PLANARCONFIG_CONTIG, T,F,T): in pickCopyFunc() 1843 case pack(PLANARCONFIG_CONTIG, PLANARCONFIG_CONTIG, F,F,F): in pickCopyFunc() [all …]
|
| H A D | tiffinfo.c | 370 uint16 config = PLANARCONFIG_CONTIG; in TIFFReadData() 374 if (config == PLANARCONFIG_CONTIG) in TIFFReadData() 379 if (config == PLANARCONFIG_CONTIG) in TIFFReadData()
|
| H A D | tiffcmp.c | 191 case pack(PLANARCONFIG_SEPARATE, PLANARCONFIG_CONTIG): in tiffcmp() 203 case pack(PLANARCONFIG_CONTIG, PLANARCONFIG_SEPARATE): in tiffcmp() 226 case pack(PLANARCONFIG_CONTIG, PLANARCONFIG_CONTIG): in tiffcmp()
|
| H A D | pal2rgb.c | 76 uint16 config = PLANARCONFIG_CONTIG; in main() 103 config = PLANARCONFIG_CONTIG; in main() 190 case PLANARCONFIG_CONTIG: in main()
|
| H A D | tiff2bw.c | 198 TIFFSetField(out, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG); in main() 224 case pack(PHOTOMETRIC_PALETTE, PLANARCONFIG_CONTIG): in main() 250 case pack(PHOTOMETRIC_RGB, PLANARCONFIG_CONTIG): in main()
|
| H A D | fax2tiff.c | 266 TIFFSetField(faxTIFF, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG); in main() 321 TIFFSetField(out, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG); in main()
|
| H A D | tiffinfoce.c | 358 if (config == PLANARCONFIG_CONTIG) in TIFFReadData() 363 if (config == PLANARCONFIG_CONTIG) in TIFFReadData()
|
| /libtiff-4.0.7/test/ |
| H A D | strip_rw.c | 73 planarconfig = PLANARCONFIG_CONTIG; in main() 115 planarconfig = PLANARCONFIG_CONTIG; in main()
|
| H A D | rewrite_tag.c | 89 if (!TIFFSetField(tif, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG)) { in test_packbits() 187 if (!TIFFSetField(tif, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG)) { in rewrite_test()
|
| H A D | ascii_tag.c | 101 if (!TIFFSetField(tif, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG)) { in main()
|
| H A D | long_tag.c | 95 if (!TIFFSetField(tif, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG)) { in main()
|
| H A D | short_tag.c | 51 const uint16 planarconfig = PLANARCONFIG_CONTIG;
|
| H A D | custom_dir.c | 52 const uint16 planarconfig = PLANARCONFIG_CONTIG;
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_strip.c | 93 if ((td->td_planarconfig==PLANARCONFIG_CONTIG)&& in TIFFVStripSize64() 288 if (td->td_planarconfig==PLANARCONFIG_CONTIG) in TIFFScanlineSize64() 368 if (td->td_planarconfig == PLANARCONFIG_CONTIG) { in TIFFRasterScanlineSize64()
|
| H A D | tif_tile.c | 163 if (td->td_planarconfig == PLANARCONFIG_CONTIG) in TIFFTileRowSize64() 208 if ((td->td_planarconfig==PLANARCONFIG_CONTIG)&& in TIFFVTileSize64()
|
| H A D | tif_jpeg.c | 701 (tif->tif_dir.td_planarconfig==PLANARCONFIG_CONTIG)&& in JPEGFixupTags() 1088 (td->td_planarconfig == PLANARCONFIG_CONTIG ? in JPEGPreDecode() 1106 if (td->td_planarconfig == PLANARCONFIG_CONTIG) { in JPEGPreDecode() 1135 if (td->td_planarconfig == PLANARCONFIG_CONTIG && in JPEGPreDecode() 1145 if (td->td_planarconfig == PLANARCONFIG_CONTIG && in JPEGPreDecode() 1600 if (td->td_planarconfig == PLANARCONFIG_CONTIG) { in JPEGSetupEncode() 1781 if (td->td_planarconfig == PLANARCONFIG_CONTIG) { in JPEGPreEncode() 2102 if (td->td_planarconfig == PLANARCONFIG_CONTIG) { in JPEGResetUpsampled()
|
| /libtiff-4.0.7/archive/tools/ |
| H A D | sgi2tiff.c | 38 static short config = PLANARCONFIG_CONTIG; 86 config = PLANARCONFIG_CONTIG; in main() 146 if (config == PLANARCONFIG_CONTIG) in main()
|
| H A D | sgisv.c | 44 uint16 config = PLANARCONFIG_CONTIG; 93 config = PLANARCONFIG_CONTIG; in main()
|
| /libtiff-4.0.7/contrib/tags/ |
| H A D | maketif.c | 46 TIFFSetField(tif,TIFFTAG_PLANARCONFIG,PLANARCONFIG_CONTIG); in SetUpTIFFDirectory()
|
| /libtiff-4.0.7/contrib/dbs/ |
| H A D | tiff-bi.c | 58 TIFFSetField(tif, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG); in main()
|
| H A D | tiff-grayscale.c | 100 TIFFSetField(tif, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG); in main()
|
| H A D | tiff-rgb.c | 96 TIFFSetField(tif, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG); in main()
|
| H A D | tiff-palette.c | 233 TIFFSetField(tif, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG); in main()
|
| /libtiff-4.0.7/contrib/pds/ |
| H A D | tif_imageiter.c | 133 if (planarconfig != PLANARCONFIG_CONTIG) { in TIFFImageIterBegin() 141 if (compress == COMPRESSION_JPEG && planarconfig == PLANARCONFIG_CONTIG) { in TIFFImageIterBegin()
|
| /libtiff-4.0.7/contrib/ras/ |
| H A D | ras2tif.c | 213 TIFFSetField(tif, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG);
|