Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 79) sorted by relevance

1234

/libtiff-4.0.7/archive/tools/
H A Dras2tiff.c68 struct rasterfile h; in main() local
98 if (fread(&h, sizeof (h), 1, in) != 1) { in main()
128 if ((h.ras_width <= 0) || (h.ras_width >= INT_MAX) || in main()
129 (h.ras_height <= 0) || (h.ras_height >= INT_MAX) || in main()
130 (h.ras_depth <= 0) || (h.ras_depth >= INT_MAX) || in main()
131 (h.ras_length <= 0) || (h.ras_length >= INT_MAX) || in main()
134 (h.ras_maplength <= 0) || (h.ras_maplength >= INT_MAX)) { in main()
175 mapsize = 1<<h.ras_depth; in main()
226 linebytes = ((h.ras_depth*h.ras_width+15) >> 3) &~ 1; in main()
241 if (h.ras_type == RT_STANDARD && h.ras_depth == 24) { in main()
[all …]
/libtiff-4.0.7/libtiff/
H A DMakefile.lcc38 INCS= tiff.h tiffio.h
106 ${OBJS}: tiffio.h tiff.h tiffcomp.h tiffiop.h tiffconf.h
107 tif_fax3.o: tif_fax3.c g3states.h t4.h tif_fax3.h
109 g3states.h: mkg3states.c t4.h
111 ./mkg3states -c > g3states.h
120 h=`basename $$i`; \
121 cmp -s $$i ${DESTDIR}/include/$$h || \
122 ${INSTALL} -c -m 444 $$i ${DESTDIR}/include/$$h; \
126 rm -f ${ALL} ${OBJS} mkg3states.ttp mkg3states.o g3states.h
H A DMakefile.am42 tiffconf.vc.h \
43 tiffconf.wince.h
46 tiff.h \
47 tiffio.h \
48 tiffvers.h
55 t4.h \
56 tif_dir.h \
57 tif_predict.h \
58 tiffiop.h \
59 uvcode.h
[all …]
H A DMakefile.vc83 tif_config.h: tif_config.vc.h
84 copy tif_config.vc.h tif_config.h
86 tiffconf.h: tiffconf.vc.h
87 copy tiffconf.vc.h tiffconf.h
89 libtiff.lib: tif_config.h tiffconf.h $(OBJ)
92 $(DLLNAME): tif_config.h tiffconf.h libtiff.def $(OBJ)
97 -del tif_config.h tiffconf.h
H A Dtif_config.h.cmake.in20 /* Define to 1 if you have the <assert.h> header file. */
23 /* Define to 1 if you have the <dlfcn.h> header file. */
26 /* Define to 1 if you have the <fcntl.h> header file. */
38 /* Define to 1 if you have the <GL/glut.h> header file. */
41 /* Define to 1 if you have the <GL/glu.h> header file. */
44 /* Define to 1 if you have the <GL/gl.h> header file. */
50 /* Define to 1 if you have the <io.h> header file. */
62 /* Define to 1 if you have the <limits.h> header file. */
65 /* Define to 1 if you have the <malloc.h> header file. */
71 /* Define to 1 if you have the <memory.h> header file. */
[all …]
H A DCMakeLists.txt35 tif_config.h-vms
36 tif_config.vc.h
38 tiffconf.vc.h
45 tiff.h
46 tiffio.h
47 tiffvers.h)
50 t4.h
51 tif_dir.h
52 tif_predict.h
53 tiffiop.h
[all …]
H A Dtif_config.h.in27 /* Define to 1 if you have the <assert.h> header file. */
34 /* Define to 1 if you have the <dlfcn.h> header file. */
37 /* Define to 1 if you have the <fcntl.h> header file. */
52 /* Define to 1 if you have the <GL/glut.h> header file. */
55 /* Define to 1 if you have the <GL/glu.h> header file. */
58 /* Define to 1 if you have the <GL/gl.h> header file. */
77 /* Define to 1 if you have the <io.h> header file. */
89 /* Define to 1 if you have the <limits.h> header file. */
92 /* Define to 1 if you have the <malloc.h> header file. */
98 /* Define to 1 if you have the <memory.h> header file. */
[all …]
H A Dtif_getimage.c781 y = h - 1; in gtTileSeparate()
812 nrow = (row + rowstoread > h ? h - row : rowstoread); in gtTileSeparate()
934 y = h - 1; in gtStripContig()
948 nrow = (row + rowstoread > h ? h - row : rowstoread); in gtStripContig()
1032 y = h - 1; in gtStripSeparate()
1060 nrow = (row + rowstoread > h ? h - row : rowstoread); in gtStripSeparate()
1801 for (; h >= 4; h -= 4) { in putcontig8bitYCbCrGenericTile()
1847 for (; h >= 4; h -= 4) { in DECLAREContigPutFunc()
1950 for (; h >= 2; h -= 2) { in DECLAREContigPutFunc()
2101 h-=2; in DECLAREContigPutFunc()
[all …]
H A DMakefile.in140 CONFIG_HEADER = tif_config.h tiffconf.h
276 am__libtiffinclude_HEADERS_DIST = tiff.h tiffio.h tiffvers.h \
281 $(LISP)tif_config.h.in tiffconf.h.in
457 tif_config.h.cmake.in tif_config.vc.h tif_config.wince.h \
458 tiffconf.h.cmake.in tiffconf.vc.h tiffconf.wince.h \
460 libtiffinclude_HEADERS = tiff.h tiffio.h tiffvers.h $(am__append_1)
462 t4.h \
466 uvcode.h
469 tiffconf.h
494 all: tif_config.h tiffconf.h
[all …]
H A Dtif_config.h-vms1 /* Define to 1 if you have the <assert.h> header file. */
4 /* Define to 1 if you have the <fcntl.h> header file. */
14 /* Define to 1 if you have the <sys/types.h> header file. */
17 /* Define to 1 if you have the <io.h> header file. */
20 /* Define to 1 if you have the <search.h> header file. */
H A Dtif_unix.c65 thandle_t h; member
80 fdh.h = fd; in _tiffReadProc()
108 fdh.h = fd; in _tiffWriteProc()
135 fdh.h = fd; in _tiffSeekProc()
143 fdh.h = fd; in _tiffCloseProc()
152 fdh.h = fd; in _tiffSizeProc()
169 fdh.h = fd; in _tiffMapProc()
212 fdh.h, in TIFFFdOpen()
/libtiff-4.0.7/tools/
H A Dtiffinfoce.c221 uint32 row, h; in TIFFReadContigStripData() local
224 TIFFGetField(tif, TIFFTAG_IMAGELENGTH, &h); in TIFFReadContigStripData()
227 uint32 nrow = (row+rowsperstrip > h ? in TIFFReadContigStripData()
228 h-row : rowsperstrip); in TIFFReadContigStripData()
248 uint32 row, h; in TIFFReadSeparateStripData() local
257 uint32 nrow = (row+rowsperstrip > h ? in TIFFReadSeparateStripData()
258 h-row : rowsperstrip); in TIFFReadSeparateStripData()
299 uint32 tw, th, w, h; in TIFFReadContigTileData() local
306 for (row = 0; row < h; row += th) { in TIFFReadContigTileData()
327 uint32 tw, th, w, h; in TIFFReadSeparateTileData() local
[all …]
H A Dtiffinfo.c223 uint32 row, h=0; in TIFFReadContigStripData() local
226 TIFFGetField(tif, TIFFTAG_IMAGELENGTH, &h); in TIFFReadContigStripData()
229 uint32 nrow = (row+rowsperstrip > h ? in TIFFReadContigStripData()
230 h-row : rowsperstrip); in TIFFReadContigStripData()
250 uint32 row, h=0; in TIFFReadSeparateStripData() local
259 uint32 nrow = (row+rowsperstrip > h ? in TIFFReadSeparateStripData()
260 h-row : rowsperstrip); in TIFFReadSeparateStripData()
302 uint32 tw=0, th=0, w=0, h=0; in TIFFReadContigTileData() local
315 for (row = 0; row < h; row += th) { in TIFFReadContigTileData()
337 uint32 tw=0, th=0, w=0, h=0; in TIFFReadSeparateTileData() local
[all …]
H A Dtiff2ps.c1808 tile_height = h; in PS_Lvl2ImageDict()
1825 if (tile_height < h) { in PS_Lvl2ImageDict()
1832 if (tile_height > h) in PS_Lvl2ImageDict()
1833 tile_height = h; in PS_Lvl2ImageDict()
2096 if (tile_height < h) { in PS_Lvl2ImageDict()
2371 (unsigned long) w, (unsigned long) h, (unsigned long) h); in PSpage()
2384 (unsigned long) w, (unsigned long) h, (unsigned long) h); in PSpage()
2403 (unsigned long) w, (unsigned long) h, (unsigned long) h); in PSColorContigPreamble()
2420 (unsigned long) w, (unsigned long) h, (unsigned long) h); in PSColorSeparatePreamble()
2617 (void) w; (void) h; in PSDataBW()
[all …]
H A Dtiffgt.c213 uint32 w, h; in initImage() local
229 h = img.height; in initImage()
231 if (h > ymax) { in initImage()
232 w = (int)(w * ((float)ymax / h)); in initImage()
233 h = ymax; in initImage()
236 h = (int)(h * ((float)xmax / w)); in initImage()
240 if (w != width || h != height) { in initImage()
253 height = h; in initImage()
H A Dfax2ps.c201 uint32 w, h; in printTIF() local
207 TIFFGetField(tif, TIFFTAG_IMAGELENGTH, &h); in printTIF()
231 pageHeight = h / yres; in printTIF()
255 scale = pageHeight / (h/yres) < pageWidth / (w/xres) ? in printTIF()
256 pageHeight / (h/yres) : pageWidth / (w/xres); in printTIF()
259 points * (scale*h/yres + (pageHeight - scale*h/yres) * half)); in printTIF()
H A Dppm2tiff.c98 unsigned int w, h, prec, row; in main() local
199 if (fscanf(in, " %u %u", &w, &h) != 2) in main()
205 if (fscanf(in, " %u %u %u", &w, &h, &prec) != 3) in main()
215 TIFFSetField(out, TIFFTAG_IMAGELENGTH, (uint32) h); in main()
241 TIFFSetField(out, TIFFTAG_ROWSPERSTRIP, h); in main()
278 for (row = 0; row < h; row++) { in main()
/libtiff-4.0.7/contrib/pds/
H A Dtif_imageiter.c222 return (*img->get)(img, udata, w, h); in TIFFImageIterGet()
279 for (row = 0; row < h; row += th) { in gtTileContig()
280 nrow = (row + th > h ? h - row : th); in gtTileContig()
340 for (row = 0; row < h; row += th) { in gtTileSeparate()
341 nrow = (row + th > h ? h - row : th); in gtTileSeparate()
396 for (row = 0; row < h; row += rowsperstrip) { in gtStripContig()
397 nrow = (row + rowsperstrip > h ? h - row : rowsperstrip); in gtStripContig()
444 for (row = 0; row < h; row += rowsperstrip) { in gtStripSeparate()
445 nrow = (row + rowsperstrip > h ? h - row : rowsperstrip); in gtStripSeparate()
468 x, y, w, h, fromskew); in DECLAREContigCallbackFunc()
[all …]
/libtiff-4.0.7/
H A DCMakeLists.txt215 check_include_file(io.h HAVE_IO_H)
253 # Check if sys/time.h and time.h allow use together
255 #include <sys/time.h>
256 #include <time.h>
260 # Check if struct tm is in sys/time.h
262 #include <sys/types.h>
263 #include <time.h>
424 #include <stdio.h>
547 find_path(JBIG_INCLUDE_DIR jbig.h)
612 check_include_file(GL/gl.h HAVE_GL_GL_H)
[all …]
H A Dconfigure1782 /* end confdefs.h. */
1891 /* end confdefs.h. */
1898 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2089 /* end confdefs.h. */
2106 /* end confdefs.h. */
2172 /* end confdefs.h. */
2626 cat confdefs.h
8534 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
8535 inttypes.h stdint.h unistd.h
20266 for ac_header in GL/gl.h OpenGL/gl.h
[all …]
H A DSConstruct122 config_h = 'libtiff/tif_config.h')
133 conf.CheckCHeader('assert.h')
134 conf.CheckCHeader('fcntl.h')
135 conf.CheckCHeader('io.h')
136 conf.CheckCHeader('limits.h')
137 conf.CheckCHeader('malloc.h')
138 conf.CheckCHeader('search.h')
139 conf.CheckCHeader('sys/time.h')
140 conf.CheckCHeader('unistd.h')
H A DChangeLog3049 tif_jpeg.c, tif_dirinfo.c, tif_dir.h, tiffio.h, tiffiop.h}:
3071 public tiffio.h to private tif_dir.h.
3110 tif_config.h and tiffconf.h. Updated tiff.h to use the new
3292 * libtiff: Rename config.h.vc and tif_config.h.vc to config.vc.h and
4740 basetsd.h and libjpeg's jmorecfg.h.
4907 tif_config.h.in, tiffiop.h}:
5045 * libtiff/{tif_config.h.in, tif_config.h.vc}: config.h.in and
5046 config.h.vc files renamed in the tif_config.h.in and tif_config.h.vc.
6540 * tiff.h: removed, it duplicates libtiff/tiff.h.
6670 * tif_luv.c/tiff.h/tiffio.h:
[all …]
/libtiff-4.0.7/contrib/win_dib/
H A DTiffile.cpp278 uint32 w, uint32 h, \
288 uint32 w, uint32 h,\
294 static int getStripContig1Bit(TIFFRGBAImage* img, uint32* uraster, uint32 w, uint32 h);
335 while (h-- > 0) { in DECLAREContigPutFunc()
352 setorientation(TIFFRGBAImage* img, uint32 h) in setorientation() argument
375 y = h-1; in setorientation()
393 getStripContig1Bit(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) in getStripContig1Bit() argument
416 y = setorientation(img, h); in getStripContig1Bit()
422 for (row = 0; row < h; row += nrow) in getStripContig1Bit()
425 nrow = (row + rowstoread > h ? h - row : rowstoread); in getStripContig1Bit()
/libtiff-4.0.7/m4/
H A Dacinclude.m4125 vl_cv_prog_cc_warnings="-h msglevel 2 -h conform"
240 AC_CHECK_HEADERS([GL/gl.h OpenGL/gl.h])
251 # include <GL/gl.h>
255 # error no gl.h
364 AC_CHECK_HEADERS([GL/glu.h OpenGL/glu.h])
373 # include <GL/glu.h>
377 # error no glu.h
442 # include <GL/glu.h>
510 AC_CHECK_HEADERS([GL/glut.h GLUT/glut.h])
526 # error no glut.h
[all …]
H A Dice_find_athena.m467 #include <X11/Intrinsic.h>
68 #include <X11/Xaw/Text.h>
71 # X11/Xaw/Text.h is in the standard search path.
75 # X11/Xaw/Text.h is not in the standard search path.
90 if test -f "$dir/X11/Xaw/Text.h"; then
122 #include <X11/Intrinsic.h>
123 #include <X11/Xaw/Text.h>

1234