Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Functions | Variables
tif_win32.c File Reference
#include "tiffiop.h"

Go to the source code of this file.

Functions

TIFFTIFFFdOpen (int ifd, const char *name, const char *mode)
 
TIFFTIFFOpen (const char *name, const char *mode)
 
TIFFTIFFOpenW (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
 

Function Documentation

◆ _TIFFfree()

void _TIFFfree ( tdata_t  p)

Definition at line 282 of file tif_win32.c.

References free().

Referenced by TIFFOpenW().

◆ _TIFFmalloc()

tdata_t _TIFFmalloc ( tsize_t  s)

Definition at line 276 of file tif_win32.c.

References malloc().

Referenced by TIFFOpenW().

◆ _TIFFmemcmp()

int _TIFFmemcmp ( const tdata_t  p1,
const tdata_t  p2,
tsize_t  c 
)

Definition at line 326 of file tif_win32.c.

References int.

◆ _TIFFmemcpy()

void _TIFFmemcpy ( void d,
const tdata_t  s,
tsize_t  c 
)

Definition at line 320 of file tif_win32.c.

◆ _TIFFmemset()

void _TIFFmemset ( void p,
int  v,
tsize_t  c 
)

Definition at line 314 of file tif_win32.c.

◆ _TIFFrealloc()

tdata_t _TIFFrealloc ( tdata_t  p,
tsize_t  s 
)

Definition at line 289 of file tif_win32.c.

References NULL.

◆ TIFFFdOpen()

TIFF* TIFFFdOpen ( int  ifd,
const char *  name,
const char *  mode 
)

Definition at line 151 of file tif_win32.c.

References BOOL, and TIFFClientOpen().

Referenced by TIFFOpen(), and TIFFOpenW().

◆ TIFFOpen()

TIFF* TIFFOpen ( const char *  name,
const char *  mode 
)

Definition at line 170 of file tif_win32.c.

References _TIFFgetMode(), INVALID_HANDLE_VALUE, NULL, open(), TIFFErrorExt(), and TIFFFdOpen().

◆ TIFFOpenW()

TIFF* TIFFOpenW ( const wchar_t *  name,
const char *  mode 
)

Definition at line 220 of file tif_win32.c.

References _TIFFfree(), _TIFFgetMode(), _TIFFmalloc(), INVALID_HANDLE_VALUE, NULL, TIFFErrorExt(), and TIFFFdOpen().

Referenced by TIFFOpen().

Variable Documentation

◆ _TIFFerrorHandler

TIFFErrorHandler _TIFFerrorHandler = Win32ErrorHandler

Definition at line 390 of file tif_win32.c.

◆ _TIFFwarningHandler

TIFFErrorHandler _TIFFwarningHandler = Win32WarningHandler

Definition at line 363 of file tif_win32.c.