Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Go to the source code of this file.
Macros | |
#define | NOSTRIP ((tstrip_t) -1) /* undefined state */ |
#define | NOTILE ((ttile_t) -1) /* undefined state */ |
Functions | |
int | TIFFFillStrip (TIFF *, tstrip_t) |
int | TIFFFillTile (TIFF *, ttile_t) |
int | TIFFReadScanline (TIFF *tif, tdata_t buf, uint32 row, tsample_t sample) |
tsize_t | TIFFReadEncodedStrip (TIFF *tif, tstrip_t strip, tdata_t buf, tsize_t size) |
tsize_t | TIFFReadRawStrip (TIFF *tif, tstrip_t strip, tdata_t buf, tsize_t size) |
tsize_t | TIFFReadTile (TIFF *tif, tdata_t buf, uint32 x, uint32 y, uint32 z, tsample_t s) |
tsize_t | TIFFReadEncodedTile (TIFF *tif, ttile_t tile, tdata_t buf, tsize_t size) |
tsize_t | TIFFReadRawTile (TIFF *tif, ttile_t tile, tdata_t buf, tsize_t size) |
int | TIFFReadBufferSetup (TIFF *tif, tdata_t bp, tsize_t size) |
void | _TIFFNoPostDecode (TIFF *tif, tidata_t buf, tsize_t cc) |
void | _TIFFSwab16BitData (TIFF *tif, tidata_t buf, tsize_t cc) |
void | _TIFFSwab24BitData (TIFF *tif, tidata_t buf, tsize_t cc) |
void | _TIFFSwab32BitData (TIFF *tif, tidata_t buf, tsize_t cc) |
void | _TIFFSwab64BitData (TIFF *tif, tidata_t buf, tsize_t cc) |
#define NOSTRIP ((tstrip_t) -1) /* undefined state */ |
Definition at line 40 of file tif_read.c.
Referenced by TIFFFillStrip().
#define NOTILE ((ttile_t) -1) /* undefined state */ |
Definition at line 41 of file tif_read.c.
Referenced by TIFFFillTile().
Definition at line 613 of file tif_read.c.
References void().
Definition at line 619 of file tif_read.c.
References TIFFSwabArrayOfShort(), and void().
Definition at line 627 of file tif_read.c.
References TIFFSwabArrayOfTriples(), and void().
Definition at line 635 of file tif_read.c.
References TIFFSwabArrayOfLong(), and void().
Definition at line 643 of file tif_read.c.
References TIFFSwabArrayOfDouble(), and void().
Definition at line 245 of file tif_read.c.
References _TIFFfree(), isFillOrder, isMapped, NOSTRIP, TIFFDirectory::td_fillorder, TIFFDirectory::td_stripbytecount, TIFFDirectory::td_stripoffset, tiff::tif_base, tiff::tif_clientdata, tiff::tif_curstrip, tiff::tif_dir, tiff::tif_flags, tiff::tif_name, tiff::tif_rawdata, tiff::tif_rawdatasize, tiff::tif_size, TIFF_MYBUFFER, TIFF_NOBITREV, TIFFErrorExt(), TIFFReadBufferSetup(), and TIFFroundup.
Definition at line 443 of file tif_read.c.
References _TIFFfree(), isFillOrder, isMapped, NOTILE, TIFFDirectory::td_fillorder, TIFFDirectory::td_stripbytecount, TIFFDirectory::td_stripoffset, tiff::tif_base, tiff::tif_clientdata, tiff::tif_curtile, tiff::tif_dir, tiff::tif_flags, tiff::tif_name, tiff::tif_rawdata, tiff::tif_rawdatasize, tiff::tif_size, TIFF_MYBUFFER, TIFF_NOBITREV, TIFFErrorExt(), TIFFReadBufferSetup(), and TIFFroundup.
Definition at line 519 of file tif_read.c.
References _TIFFfree(), _TIFFmalloc(), NULL, tiff::tif_clientdata, tiff::tif_flags, tiff::tif_name, tiff::tif_rawdata, tiff::tif_rawdatasize, tiff::tif_row, TIFF_MYBUFFER, TIFFErrorExt(), and TIFFroundup.
Referenced by TIFFFillStrip(), and TIFFFillTile().
Definition at line 122 of file tif_read.c.
References nrows, and tiff::tif_dir.
Definition at line 344 of file tif_read.c.
References tiff::tif_dir, and tiff::tif_tilesize.
Definition at line 214 of file tif_read.c.
References tiff::tif_dir.
Definition at line 418 of file tif_read.c.
References tiff::tif_dir.
Definition at line 94 of file tif_read.c.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.