Searched refs:get (Results 1 – 12 of 12) sorted by relevance
| /libtiff-4.0.7/contrib/win_dib/ |
| H A D | README.Tiffile | 10 inconsequential. But for bilevel images, I overrode the get() and put() 23 This is intended as Win32, but the modifications for new get() and put()
|
| H A D | Tiffile.cpp | 310 img->get = getStripContig1Bit; in DibInstallHack()
|
| /libtiff-4.0.7/contrib/pds/ |
| H A D | tif_imageiter.c | 203 img->get = TIFFIsTiled(tif) ? gtTileContig : gtStripContig; in TIFFImageIterBegin() 205 img->get = TIFFIsTiled(tif) ? gtTileSeparate : gtStripSeparate; in TIFFImageIterBegin() 213 if (img->get == NULL) { in TIFFImageIterGet() 222 return (*img->get)(img, udata, w, h); in TIFFImageIterGet()
|
| H A D | tif_imageiter.h | 51 int (*get)(TIFFImageIter*, void *udata, uint32, uint32); member
|
| H A D | README | 62 "get" function and writes the tag values into the TIFF file, returning
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_getimage.c | 507 if (img->get == NULL) { in TIFFRGBAImageGet() 516 return (*img->get)(img, raster, w, h); in TIFFRGBAImageGet() 2544 img->get = TIFFIsTiled(img->tif) ? gtTileContig : gtStripContig; in PickContigCase() 2687 return ((img->get!=NULL) && (img->put.contig!=NULL)); in PickContigCase() 2699 img->get = TIFFIsTiled(img->tif) ? gtTileSeparate : gtStripSeparate; in PickSeparateCase() 2762 return ((img->get!=NULL) && (img->put.separate!=NULL)); in PickSeparateCase()
|
| H A D | tif_lzw.c | 188 #define NextCode(tif, sp, bp, code, get) get(sp, bp, code) argument
|
| H A D | tiffio.h | 215 int (*get)(TIFFRGBAImage*, uint32*, uint32, uint32); member
|
| /libtiff-4.0.7/ |
| H A D | aclocal.m4 | 565 You can download and install GNU coreutils to get an 'rm' implementation 841 # But if we don't then we get into trouble of one sort or another.
|
| H A D | ChangeLog | 1334 check the linebytes calculation too, get the max() calculation 1410 * tools/tiff2pdf.c: Fix two places where t2p_error didn't get set 1528 * libtiff/tif_dir.c: avoid using specific set/get logic to process fields in custom directories, 1531 to get/set functions for different tags! 3435 * libtiff/tif_getimage.c: moved img->get selection from 3448 on subsampled images - this ought to get sorted when we feel brave 3808 newer code to get context indicator in error handler and still 4868 to get the list of configured codecs. 5715 to -r option to get the entire image as one strip. See 5918 the eps by redefining the colorimage operator will get messed up. [all …]
|
| H A D | configure | 3553 You can download and install GNU coreutils to get an 'rm' implementation 4349 as 'x'. The following induces an error, until -std is added to get
|
| /libtiff-4.0.7/m4/ |
| H A D | libtool.m4 | 1440 # On SCO OpenServer 5, we need -belf to get full-featured binaries. 4595 # Just because we use GCC doesn't mean we suddenly get shared libraries 4977 # platforms (ab)use it in PIC code, but their linkers get confused if 5530 # used by -dlpreopen to get the symbols 5633 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 6604 # used by -dlpreopen to get the symbols 6796 # from the output so that they don't get included in the library 6861 # from the output so that they don't get included in the library 6946 # from the output so that they don't get included in the library 7029 # from the output so that they don't get included in the library [all …]
|