Functions |
| static int | _tiffDummyMapProc (thandle_t fd, tdata_t *pbase, toff_t *psize) |
| static void | _tiffDummyUnmapProc (thandle_t fd, tdata_t base, toff_t size) |
| static void | TIFFInitOrder (TIFF *tif, int magic) |
| int | _TIFFgetMode (const char *mode, const char *module) |
| TIFF * | TIFFClientOpen (const char *name, const char *mode, thandle_t clientdata, TIFFReadWriteProc readproc, TIFFReadWriteProc writeproc, TIFFSeekProc seekproc, TIFFCloseProc closeproc, TIFFSizeProc sizeproc, TIFFMapFileProc mapproc, TIFFUnmapFileProc unmapproc) |
| const char * | TIFFFileName (TIFF *tif) |
| const char * | TIFFSetFileName (TIFF *tif, const char *name) |
| int | TIFFFileno (TIFF *tif) |
| int | TIFFSetFileno (TIFF *tif, int fd) |
| thandle_t | TIFFClientdata (TIFF *tif) |
| thandle_t | TIFFSetClientdata (TIFF *tif, thandle_t newvalue) |
| int | TIFFGetMode (TIFF *tif) |
| int | TIFFSetMode (TIFF *tif, int mode) |
| int | TIFFIsTiled (TIFF *tif) |
| uint32 | TIFFCurrentRow (TIFF *tif) |
| tdir_t | TIFFCurrentDirectory (TIFF *tif) |
| tstrip_t | TIFFCurrentStrip (TIFF *tif) |
| ttile_t | TIFFCurrentTile (TIFF *tif) |
| int | TIFFIsByteSwapped (TIFF *tif) |
| int | TIFFIsUpSampled (TIFF *tif) |
| int | TIFFIsMSB2LSB (TIFF *tif) |
| int | TIFFIsBigEndian (TIFF *tif) |
| TIFFReadWriteProc | TIFFGetReadProc (TIFF *tif) |
| TIFFReadWriteProc | TIFFGetWriteProc (TIFF *tif) |
| TIFFSeekProc | TIFFGetSeekProc (TIFF *tif) |
| TIFFCloseProc | TIFFGetCloseProc (TIFF *tif) |
| TIFFSizeProc | TIFFGetSizeProc (TIFF *tif) |
| TIFFMapFileProc | TIFFGetMapFileProc (TIFF *tif) |
| TIFFUnmapFileProc | TIFFGetUnmapFileProc (TIFF *tif) |
Variables |
| static const long | typemask [13] |
| static const int | bigTypeshift [13] |
| static const int | litTypeshift [13] |