Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include "tiffiop.h"
Go to the source code of this file.
Functions | |
TIFF * | TIFFFdOpen (int ifd, const char *name, const char *mode) |
TIFF * | TIFFOpen (const char *name, const char *mode) |
TIFF * | TIFFOpenW (const wchar_t *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 (void *p, int v, tsize_t c) |
void | _TIFFmemcpy (void *d, const tdata_t s, tsize_t c) |
int | _TIFFmemcmp (const tdata_t p1, const tdata_t p2, tsize_t c) |
Variables | |
TIFFErrorHandler | _TIFFwarningHandler = Win32WarningHandler |
TIFFErrorHandler | _TIFFerrorHandler = Win32ErrorHandler |
Definition at line 326 of file tif_win32.c.
References int.
Definition at line 320 of file tif_win32.c.
Definition at line 289 of file tif_win32.c.
References NULL.
Definition at line 151 of file tif_win32.c.
References BOOL, and TIFFClientOpen().
Referenced by TIFFOpen(), and TIFFOpenW().
Definition at line 170 of file tif_win32.c.
References _TIFFgetMode(), INVALID_HANDLE_VALUE, NULL, open(), TIFFErrorExt(), and TIFFFdOpen().
Definition at line 220 of file tif_win32.c.
References _TIFFfree(), _TIFFgetMode(), _TIFFmalloc(), INVALID_HANDLE_VALUE, NULL, TIFFErrorExt(), and TIFFFdOpen().
Referenced by TIFFOpen().
TIFFErrorHandler _TIFFerrorHandler = Win32ErrorHandler |
Definition at line 390 of file tif_win32.c.
TIFFErrorHandler _TIFFwarningHandler = Win32WarningHandler |
Definition at line 363 of file tif_win32.c.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.