Searched refs:fill (Results 1 – 9 of 9) sorted by relevance
| /libtiff-4.0.7/archive/tools/ |
| H A D | gif2tiff.c | 370 unsigned char *fill = raster; in readraster() local 408 if (!process(code, &fill)) { in readraster() 414 if (fill >= raster + width*height) { in readraster() 420 if (fill != raster + width*height) { in readraster() 422 (long) (fill-raster)); in readraster() 436 process(register int code, unsigned char** fill) in process() argument 454 if (*fill >= raster + width*height) { in process() 458 *(*fill)++ = suffix[code]; in process() 488 if (*fill >= raster + width*height) { in process() 492 *(*fill)++ = *--stackp; in process()
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_fax3.c | 76 TIFFFaxFillFunc fill; /* fill routine */ member 249 (*sp->fill)(buf, thisrun, pa, lastx); in Fax3Decode1D() 257 (*sp->fill)(buf, thisrun, pa, lastx); in Fax3Decode1D() 304 (*sp->fill)(buf, thisrun, pa, lastx); in Fax3Decode2D() 314 (*sp->fill)(buf, thisrun, pa, lastx); in Fax3Decode2D() 1173 DecoderState(tif)->fill = va_arg(ap, TIFFFaxFillFunc); in Fax3VSetField() 1219 *va_arg(ap, TIFFFaxFillFunc*) = DecoderState(tif)->fill; in Fax3VGetField() 1423 (*sp->fill)(buf, thisrun, pa, lastx); in Fax4Decode() 1438 (*sp->fill)(buf, thisrun, pa, lastx); in Fax4Decode() 1545 (*sp->fill)(buf, thisrun, pa, lastx); in Fax3DecodeRLE() [all …]
|
| /libtiff-4.0.7/test/ |
| H A D | CMakeLists.txt | 40 tiffcp-g3-1d-fill.sh 42 tiffcp-g3-2d-fill.sh 322 add_convert_test(tiffcp g31dfill "-c g3:1d:fill" "images/miniswhite-1c-1b.tiff" FALSE) 324 add_convert_test(tiffcp g32dfill "-c g3:2d:fill" "images/miniswhite-1c-1b.tiff" FALSE)
|
| H A D | Makefile.am | 74 tiffcp-g3-1d-fill.sh \ 76 tiffcp-g3-2d-fill.sh \
|
| H A D | Makefile.in | 414 tiffcp-g3.sh tiffcp-g3-1d.sh tiffcp-g3-1d-fill.sh \ 415 tiffcp-g3-2d.sh tiffcp-g3-2d-fill.sh tiffcp-g4.sh \ 665 tiffcp-g3-1d-fill.sh \ 667 tiffcp-g3-2d-fill.sh \ 1171 tiffcp-g3-1d-fill.sh.log: tiffcp-g3-1d-fill.sh 1185 tiffcp-g3-2d-fill.sh.log: tiffcp-g3-2d-fill.sh
|
| /libtiff-4.0.7/contrib/pds/ |
| H A D | README | 33 an exmaple of how to make an iterator which, rather than fill a data
|
| /libtiff-4.0.7/ |
| H A D | configure.ac | 41 dnl Don't fill the ALPHA_VERSION field, if not applicable.
|
| H A D | ChangeLog | 1920 * tools/tiff2pdf.c: add fill-page option 2306 * configure.ac: x86_64 should use the same fill order as i386. 2706 tiff2ps-PS3.sh tiffcp-g3-1d-fill.sh tiffcp-g3-1d.sh 2707 tiffcp-g3-2d-fill.sh tiffcp-g3-2d.sh tiffcp-g3.sh tiffcp-g4.sh 3425 Removed allocation and fill. 4410 * libtiff/tif_getimage.c: Always fill the error message buffer in 5772 * tools/tiffdither.c: Fixed problem with bit fill order tag setting:
|
| /libtiff-4.0.7/m4/ |
| H A D | libtool.m4 | 3426 # -- PORTME fill in with the dynamic library characteristics 3764 # -- PORTME fill in with the dynamic library characteristics 5341 # PORTME fill in a description of your system's linker (not GNU ld) 6431 # PORTME: fill in a description of your system's C++ link characteristics
|