| /libtiff-4.0.7/tools/ |
| H A D | tiff2ps.c | 174 #ifndef TRUE 175 #define TRUE 1 macro 272 PSduplex = TRUE; in main() 278 PStumble = TRUE; in main() 389 level2 = TRUE; in main() 393 level3 = TRUE; in main() 443 if ((generateEPSF == TRUE) && (printAll == TRUE)) in main() 449 if ((generateEPSF == TRUE) && (PSduplex == TRUE)) in main() 455 if ((generateEPSF == TRUE) && (PStumble == TRUE)) in main() 461 if ((generateEPSF == TRUE) && (PSavoiddeadzone == TRUE)) in main() [all …]
|
| H A D | tiffcp.c | 67 #define TRUE 1 macro 221 ignore = TRUE; in main() 224 outtiled = TRUE; in main() 245 outtiled = TRUE; in main() 248 outtiled = TRUE; in main()
|
| H A D | tiffcrop.c | 158 #define TRUE 1 macro 1676 case 'i': ignore = TRUE; /* ignore errors */ in process_command_opts() 1678 case 'l': outtiled = TRUE; /* tile length */ in process_command_opts() 1700 outtiled = TRUE; in process_command_opts() 1711 outtiled = TRUE; in process_command_opts() 2442 end_of_input = TRUE; in main() 5385 need_buff = TRUE; in getCropOffsets()
|
| /libtiff-4.0.7/test/ |
| H A D | CMakeLists.txt | 308 add_convert_test(bmp2tiff palette "" "images/palette-1c-8b.bmp" TRUE) 309 add_convert_test(bmp2tiff rgb "" "images/rgb-3c-8b.bmp" TRUE) 312 add_convert_test(gif2tiff palette "" "images/palette-1c-8b.gif" TRUE) 315 add_convert_test(ppm2tiff miniswhite "" "images/miniswhite-1c-1b.pbm" TRUE) 316 add_convert_test(ppm2tiff minisblack "" "images/minisblack-1c-8b.pgm" TRUE) 317 add_convert_test(ppm2tiff rgb "" "images/rgb-3c-8b.ppm" TRUE) 363 add_stdout_test(tiff2pdf "" "images/miniswhite-1c-1b.tiff" TRUE) 366 add_convert_tests(tiff2rgba default "" TIFFIMAGES TRUE) 368 add_convert_tests(tiffcrop R90 "-R90" TIFFIMAGES TRUE) 370 add_convert_tests(tiffcrop doubleflip "-F both" TIFFIMAGES TRUE) [all …]
|
| H A D | common.sh | 117 if test "$VERBOSE" = TRUE
|
| /libtiff-4.0.7/contrib/tags/ |
| H A D | xtif_dir.c | 31 TRUE, TRUE, "MyMultivaluedTag" }, 33 TRUE, FALSE, "MySingleLongTag" }, 35 TRUE, FALSE, "MyAsciiTag" },
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_jpeg.c | 427 return (TRUE); in std_empty_output_buffer() 481 return (TRUE); in tables_empty_output_buffer() 549 return (TRUE); in std_fill_input_buffer() 565 return (TRUE); in std_fill_input_buffer() 1147 downsampled_output = TRUE; in JPEGPreDecode() 1519 qtbl->sent_table = TRUE; in suppress_quant_table() 1539 htbl->sent_table = TRUE; in suppress_huff_table() 1541 htbl->sent_table = TRUE; in suppress_huff_table() 1786 downsampled_input = TRUE; in JPEGPreEncode() 1844 sp->cinfo.c.raw_data_in = TRUE; in JPEGPreEncode() [all …]
|
| H A D | tif_dirinfo.c | 148 …1, 1, TIFF_LONG, 0, TIFF_SETGET_UINT32, TIFF_SETGET_UINT32, FIELD_CUSTOM, TRUE, FALSE, "FaxRecvPar… 149 …1, -1, TIFF_ASCII, 0, TIFF_SETGET_ASCII, TIFF_SETGET_ASCII, FIELD_CUSTOM, TRUE, FALSE, "FaxSubAddr… 150 …1, 1, TIFF_LONG, 0, TIFF_SETGET_UINT32, TIFF_SETGET_UINT32, FIELD_CUSTOM, TRUE, FALSE, "FaxRecvTim… 151 …{ TIFFTAG_FAXDCS, -1, -1, TIFF_ASCII, 0, TIFF_SETGET_ASCII, TIFF_SETGET_ASCII, FIELD_CUSTOM, TRUE,… 203 …IFF_SHORT, 0, TIFF_SETGET_UNDEFINED, TIFF_SETGET_UNDEFINED, FIELD_PSEUDO, TRUE, FALSE, "PerSample"… 711 fld->field_oktochange = TRUE; in _TIFFCreateAnonField() 712 fld->field_passcount = TRUE; in _TIFFCreateAnonField()
|
| H A D | tif_compress.c | 139 tif->tif_decodestatus = TRUE; in _TIFFSetDefaultCompressionState() 145 tif->tif_encodestatus = TRUE; in _TIFFSetDefaultCompressionState()
|
| H A D | tiffiop.h | 76 #ifndef TRUE 77 #define TRUE 1 macro
|
| H A D | tif_fax3.c | 1149 … TIFF_LONG, 0, TIFF_SETGET_UINT32, TIFF_SETGET_UINT32, FIELD_BADFAXLINES, TRUE, FALSE, "BadFaxLine… 1150 …IFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UINT16, FIELD_CLEANFAXDATA, TRUE, FALSE, "CleanFaxDa… 1151 …1, TIFF_LONG, 0, TIFF_SETGET_UINT32, TIFF_SETGET_UINT32, FIELD_BADFAXRUN, TRUE, FALSE, "Consecutiv…
|
| H A D | tif_ojpeg.c | 180 …IFF_SETGET_UINT64,TIFF_SETGET_UNDEFINED,FIELD_OJPEG_JPEGINTERCHANGEFORMAT,TRUE,FALSE,"JpegIntercha… 181 …TGET_UINT64,TIFF_SETGET_UNDEFINED,FIELD_OJPEG_JPEGINTERCHANGEFORMATLENGTH,TRUE,FALSE,"JpegIntercha… 182 …IFF_SETGET_C32_UINT64,TIFF_SETGET_UNDEFINED,FIELD_OJPEG_JPEGQTABLES,FALSE,TRUE,"JpegQTables",NULL}, 183 …FF_SETGET_C32_UINT64,TIFF_SETGET_UNDEFINED,FIELD_OJPEG_JPEGDCTABLES,FALSE,TRUE,"JpegDcTables",NULL… 184 …FF_SETGET_C32_UINT64,TIFF_SETGET_UNDEFINED,FIELD_OJPEG_JPEGACTABLES,FALSE,TRUE,"JpegAcTables",NULL…
|
| H A D | tif_zip.c | 392 …, 0, 0, TIFF_ANY, 0, TIFF_SETGET_INT, TIFF_SETGET_UNDEFINED, FIELD_PSEUDO, TRUE, FALSE, "", NULL },
|
| H A D | tif_lzma.c | 406 FIELD_PSEUDO, TRUE, FALSE, "LZMA2 Compression Preset", NULL },
|
| H A D | tif_luv.c | 1677 …, 0, TIFF_SHORT, 0, TIFF_SETGET_INT, TIFF_SETGET_UNDEFINED, FIELD_PSEUDO, TRUE, FALSE, "SGILogData… 1678 …, 0, TIFF_SHORT, 0, TIFF_SETGET_INT, TIFF_SETGET_UNDEFINED, FIELD_PSEUDO, TRUE, FALSE, "SGILogEnco…
|
| H A D | tif_dirwrite.c | 183 return TIFFWriteDirectorySec(tif,TRUE,TRUE,NULL); in TIFFWriteDirectory() 199 rc = TIFFWriteDirectorySec(tif,TRUE,FALSE,NULL); in TIFFCheckpointDirectory()
|
| H A D | tif_dirread.c | 3691 bitspersample_read = TRUE; in TIFFReadDirectory() 3821 (void) TIFFFetchNormalTag(tif, dp, TRUE); in TIFFReadDirectory() 4258 (void) TIFFFetchNormalTag(tif, dp, TRUE); in TIFFReadCustomDirectory() 5484 TIFFReadDirEntryOutputErr(tif,err,module,"SubjectDistance",TRUE); in TIFFFetchSubjectDistance()
|
| /libtiff-4.0.7/ |
| H A D | CMakeLists.txt | 241 set(C_INLINE TRUE) 521 set(PIXARLOG_SUPPORT TRUE) 532 set(JPEG_SUPPORT TRUE) 539 set(OJPEG_SUPPORT TRUE) 557 set(JBIG_FOUND TRUE) 589 set(JPEG12_FOUND TRUE) 601 set(CXX_SUPPORT TRUE) 609 set(HAVE_OPENGL TRUE) 622 set(win32_io TRUE) 626 set(USE_WIN32_FILEIO TRUE) [all …]
|
| H A D | aclocal.m4 | 124 m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], 982 [if AS_ECHO([['TRUE=$(BAR$(V)) 987 @$(TRUE)
|
| H A D | configure | 16880 if $as_echo 'TRUE=$(BAR$(V)) 16885 @$(TRUE)
|
| /libtiff-4.0.7/contrib/mfs/ |
| H A D | mfs_file.c | 56 #define TRUE 1 macro 127 library_init_done = TRUE; in mfs_open()
|
| /libtiff-4.0.7/m4/ |
| H A D | ltsugar.m4 | 109 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
|
| /libtiff-4.0.7/contrib/addtiffo/ |
| H A D | tif_overview.c | 60 # define TRUE 1 macro 790 bTiled = TRUE; in TIFFBuildOverviews()
|
| H A D | tif_ovrcache.c | 78 psCache->bTiled = TRUE; in TIFFCreateOvrCache()
|
| /libtiff-4.0.7/contrib/win_dib/ |
| H A D | tiff2dib.c | 139 Palette16Bits = TRUE; in LoadTIFFinDIB()
|