Home
last modified time | relevance | path

Searched refs:flags (Results 1 – 17 of 17) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiffinfoce.c65 long flags = 0; in main() local
83 flags |= TIFFPRINT_COLORMAP | TIFFPRINT_CURVES; in main()
100 flags |= TIFFPRINT_JPEGQTABLES | in main()
108 flags |= TIFFPRINT_STRIPS; in main()
139 tiffinfo(tif, order, flags); in main()
142 tiffinfo(tif, order, flags); in main()
147 tiffinfo(tif, order, flags); in main()
151 tiffinfo(tif, order, flags); in main()
445 tiffinfo(TIFF* tif, uint16 order, long flags) in tiffinfo() argument
447 TIFFPrintDirectory(tif, stdout, flags); in tiffinfo()
H A Dtiffinfo.c76 long flags = 0; in main() local
94 flags |= TIFFPRINT_COLORMAP | TIFFPRINT_CURVES; in main()
111 flags |= TIFFPRINT_JPEGQTABLES | in main()
119 flags |= TIFFPRINT_STRIPS; in main()
144 tiffinfo(tif, order, flags, 1); in main()
147 tiffinfo(tif, order, flags, 1); in main()
152 tiffinfo(tif, order, flags, 1); in main()
156 tiffinfo(tif, order, flags, 0); in main()
461 tiffinfo(TIFF* tif, uint16 order, long flags, int is_image) in tiffinfo() argument
463 TIFFPrintDirectory(tif, stdout, flags); in tiffinfo()
/libtiff-4.0.7/contrib/tags/
H A Dlisttif.c11 int flags; in main() local
21 flags = TIFFPRINT_MYMULTIDOUBLES; in main()
23 TIFFPrintDirectory(tif,stdout,flags); in main()
H A Dxtif_dir.c41 _XTIFFPrintDirectory(TIFF* tif, FILE* fd, long flags) in _XTIFFPrintDirectory() argument
49 (PARENT(xt,printdir))(tif,fd,flags); in _XTIFFPrintDirectory()
64 if (flags & TIFFPRINT_MYMULTIDOUBLES) in _XTIFFPrintDirectory()
/libtiff-4.0.7/m4/
H A Dacinclude.m414 dnl Optionally, if the first argument is nonempty, turns on flags which
31 msg="for C compiler warning flags"
33 msg="for C compiler warning and ANSI conformance flags"
51 dnl before doing a test compilation run with compiler-specific flags.
53 dnl produce a warning message for unknown flags instead of returning
55 dnl erratic things when invoked with flags meant for a different
180 dnl compiler and linker flags are included in the output variables
584 dnl flags that are needed. (The user can also force certain compiler
585 dnl flags/libs to be tested by setting these environment variables.)
656 dnl requires special compiler flags (e.g. on True64 or Sequent).
[all …]
H A Dice_find_athena.m423 dnl and set appropriate flags to XAW_CFLAGS and XAW_LIBS.
H A Dlibtool.m4860 AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl
934 _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl
941 # If no C compiler flags were specified, use CFLAGS.
1003 # link flags.
2379 # flags to be left without arguments
4741 # Sun Fortran 8.3 passes all unrecognized flags to the linker
4875 [Additional compiler flags for building library objects])
5508 # Warning - without using the other run time loading flags,
7454 # objects, libraries and library flags.
7522 dnl objects, libraries and library flags.
[all …]
/libtiff-4.0.7/libtiff/
H A Dtif_print.c236 TIFFPrintDirectory(TIFF* tif, FILE* fd, long flags) in TIFFPrintDirectory() argument
520 if (flags & TIFFPRINT_COLORMAP) { in TIFFPrintDirectory()
542 if (flags & TIFFPRINT_CURVES) { in TIFFPrintDirectory()
655 (*tif->tif_tagmethods.printdir)(tif, fd, flags); in TIFFPrintDirectory()
659 if ((flags & TIFFPRINT_STRIPS) && in TIFFPrintDirectory()
H A Dtif_predict.c788 PredictorPrintDir(TIFF* tif, FILE* fd, long flags) in PredictorPrintDir() argument
792 (void) flags; in PredictorPrintDir()
803 (*sp->printdir)(tif, fd, flags); in PredictorPrintDir()
H A Dtif_fax3.c1241 Fax3PrintDir(TIFF* tif, FILE* fd, long flags) in Fax3PrintDir() argument
1247 (void) flags; in Fax3PrintDir()
1295 (*sp->printdir)(tif, fd, flags); in Fax3PrintDir()
H A Dtif_ojpeg.c341 static void OJPEGPrintDir(TIFF* tif, FILE* fd, long flags);
611 OJPEGPrintDir(TIFF* tif, FILE* fd, long flags) in OJPEGPrintDir() argument
615 (void)flags; in OJPEGPrintDir()
647 (*sp->printdir)(tif, fd, flags); in OJPEGPrintDir()
H A Dtif_jpeg.c2208 JPEGPrintDir(TIFF* tif, FILE* fd, long flags) in JPEGPrintDir() argument
2213 (void) flags; in JPEGPrintDir()
2220 (*sp->printdir)(tif, fd, flags); in JPEGPrintDir()
/libtiff-4.0.7/
H A Dnmake.opt113 # Pick debug or optimized build flags. We default to an optimized build
H A DCMakeLists.txt134 # flags, and enable them if supported. This greatly improves the
H A DChangeLog650 * cmake: Add extra warning flags. Patch #2 of 3 by Roger Leigh
2332 -Werror=format-security" flags.
2667 * libtiff/tif_win32.c: Ensure TIFFOpenW() uses same FILE_SHARE flags
2915 * changed some more incorrect %lud printf flags to %lu
2929 * tif_read.c: Correction of some error flags and parameter lists
3510 * tools/Makefile.am: Use runtime paths linker flags when rpath
6544 * libtiff/tif_dirinfo.c: moved pixar and copyright flags to
H A Dconfigure1591 CFLAGS C compiler flags
1592 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1595 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1601 CXXFLAGS C++ compiler flags
/libtiff-4.0.7/contrib/dbs/xtiff/
H A Dxtiff.c605 colors[i].flags = DoRed | DoGreen | DoBlue; in GetVisual()
640 colors[i].flags = DoRed | DoGreen | DoBlue; in GetVisual()