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.
Functions | |
TIFF * | TIFFFdOpen (int fd, const char *name, const char *mode) |
TIFF * | TIFFOpen (const char *name, const char *mode) |
tdata_t | _TIFFmalloc (tsize_t s) |
void | _TIFFfree (tdata_t p) |
tdata_t | _TIFFrealloc (tdata_t p, tsize_t s) |
void | _TIFFmemset (tdata_t p, int v, tsize_t c) |
void | _TIFFmemcpy (tdata_t d, const tdata_t s, tsize_t c) |
int | _TIFFmemcmp (const tdata_t p1, const tdata_t p2, tsize_t c) |
Variables | |
TIFFErrorHandler | _TIFFwarningHandler = msdosWarningHandler |
TIFFErrorHandler | _TIFFerrorHandler = msdosErrorHandler |
Definition at line 131 of file tif_msdos.c.
References free().
Definition at line 125 of file tif_msdos.c.
References malloc().
Definition at line 155 of file tif_msdos.c.
Definition at line 149 of file tif_msdos.c.
Definition at line 137 of file tif_msdos.c.
Definition at line 101 of file tif_msdos.c.
References _TIFFgetMode(), malloc(), open(), TIFFErrorExt(), and TIFFFdOpen().
TIFFErrorHandler _TIFFerrorHandler = msdosErrorHandler |
Definition at line 179 of file tif_msdos.c.
TIFFErrorHandler _TIFFwarningHandler = msdosWarningHandler |
Definition at line 169 of file tif_msdos.c.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.