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 | O_ACCMODE 3 |
#define | AEFILNF -33 |
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, size_t c) |
void | _TIFFmemcpy (tdata_t d, const tdata_t s, size_t c) |
int | _TIFFmemcmp (const tdata_t p1, const tdata_t p2, tsize_t c) |
Variables | |
TIFFErrorHandler | _TIFFwarningHandler = atariWarningHandler |
TIFFErrorHandler | _TIFFerrorHandler = atariErrorHandler |
#define AEFILNF -33 |
Definition at line 45 of file tif_atari.c.
Referenced by TIFFOpen().
#define O_ACCMODE 3 |
Definition at line 40 of file tif_atari.c.
Referenced by TIFFOpen().
Definition at line 195 of file tif_atari.c.
References free().
Definition at line 189 of file tif_atari.c.
References malloc().
Definition at line 219 of file tif_atari.c.
Definition at line 213 of file tif_atari.c.
Definition at line 207 of file tif_atari.c.
Definition at line 201 of file tif_atari.c.
Definition at line 161 of file tif_atari.c.
References _TIFFgetMode(), AEFILNF, int, O_ACCMODE, TIFFErrorExt(), and TIFFFdOpen().
TIFFErrorHandler _TIFFerrorHandler = atariErrorHandler |
Definition at line 243 of file tif_atari.c.
TIFFErrorHandler _TIFFwarningHandler = atariWarningHandler |
Definition at line 233 of file tif_atari.c.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.