Home
last modified time | relevance | path

Searched refs:boolean (Results 1 – 7 of 7) sorted by relevance

/libtiff-4.0.7/contrib/ras/
H A Dras2tif.c51 typedef int boolean; typedef
56 boolean Verbose = False;
57 boolean dummyinput = False;
H A Dtif2ras.c50 typedef int boolean; typedef
55 boolean Verbose = False;
/libtiff-4.0.7/libtiff/
H A Dtif_jpeg.c83 typedef unsigned char boolean; typedef
288 TIFFjpeg_set_quality(JPEGState* sp, int quality, boolean force_baseline) in TIFFjpeg_set_quality()
295 TIFFjpeg_suppress_tables(JPEGState* sp, boolean suppress) in TIFFjpeg_suppress_tables()
301 TIFFjpeg_start_compress(JPEGState* sp, boolean write_all_tables) in TIFFjpeg_start_compress()
334 TIFFjpeg_read_header(JPEGState* sp, boolean require_image) in TIFFjpeg_read_header()
402 static boolean
466 static boolean
532 static boolean
H A Dtif_ojpeg.c212 typedef unsigned char boolean; typedef
413 static boolean OJPEGLibjpegJpegSourceMgrFillInputBuffer(jpeg_decompress_struct* cinfo);
415 static boolean OJPEGLibjpegJpegSourceMgrResyncToRestart(jpeg_decompress_struct* cinfo, int desired);
2482 static boolean
2512 static boolean
/libtiff-4.0.7/test/
H A Draw_decode.c71 typedef unsigned char boolean; typedef
/libtiff-4.0.7/m4/
H A Dltoptions.m469 dnl Simply set some default values (i.e off) if boolean options were not
/libtiff-4.0.7/
H A DChangeLog707 and boolean in MinGW build due to including jpeglib.h.
2664 * libtiff/tif_ojpeg.c: Use same jpeg/win32 boolean/FAR hacks as are
5956 * libtiff/tif_jpeg.c: fixed problem with boolean defined with wrong
5957 size on windows. Use #define boolean hack.