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 | WIN32_LEAN_AND_MEAN |
#define | VC_EXTRALEAN |
#define | SETJMP(jbuf) setjmp(jbuf) |
#define | LONGJMP(jbuf, code) longjmp(jbuf,code) |
#define | JMP_BUF jmp_buf |
#define | JState(tif) ((JPEGState*)(tif)->tif_data) |
#define | FIELD_JPEGTABLES (FIELD_CODEC+0) |
#define | FIELD_RECVPARAMS (FIELD_CODEC+1) |
#define | FIELD_SUBADDRESS (FIELD_CODEC+2) |
#define | FIELD_RECVTIME (FIELD_CODEC+3) |
#define | FIELD_FAXDCS (FIELD_CODEC+4) |
#define | N(a) (sizeof (a) / sizeof (a[0])) |
#define | CALLJPEG(sp, fail, op) (SETJMP((sp)->exit_jmpbuf) ? (fail) : (op)) |
#define | CALLVJPEG(sp, op) CALLJPEG(sp, 0, ((op),1)) |
#define | SIZE_OF_JPEGTABLES 2000 |
Typedefs | |
typedef struct jpeg_destination_mgr | jpeg_destination_mgr |
typedef struct jpeg_source_mgr | jpeg_source_mgr |
typedef struct jpeg_error_mgr | jpeg_error_mgr |
Functions | |
int | TIFFFillStrip (TIFF *, tstrip_t) |
int | TIFFFillTile (TIFF *, ttile_t) |
int | TIFFInitJPEG (TIFF *tif, int scheme) |
#define CALLJPEG | ( | sp, | |
fail, | |||
op | |||
) | (SETJMP((sp)->exit_jmpbuf) ? (fail) : (op)) |
Definition at line 253 of file tif_jpeg.c.
#define CALLVJPEG | ( | sp, | |
op | |||
) | CALLJPEG(sp, 0, ((op),1)) |
Definition at line 254 of file tif_jpeg.c.
#define FIELD_FAXDCS (FIELD_CODEC+4) |
Definition at line 184 of file tif_jpeg.c.
#define FIELD_JPEGTABLES (FIELD_CODEC+0) |
Definition at line 180 of file tif_jpeg.c.
#define FIELD_RECVPARAMS (FIELD_CODEC+1) |
Definition at line 181 of file tif_jpeg.c.
#define FIELD_RECVTIME (FIELD_CODEC+3) |
Definition at line 183 of file tif_jpeg.c.
#define FIELD_SUBADDRESS (FIELD_CODEC+2) |
Definition at line 182 of file tif_jpeg.c.
#define JMP_BUF jmp_buf |
Definition at line 107 of file tif_jpeg.c.
#define JState | ( | tif | ) | ((JPEGState*)(tif)->tif_data) |
Definition at line 171 of file tif_jpeg.c.
Referenced by TIFFInitJPEG().
Definition at line 106 of file tif_jpeg.c.
Definition at line 205 of file tif_jpeg.c.
Referenced by TIFFInitJPEG().
#define SETJMP | ( | jbuf | ) | setjmp(jbuf) |
Definition at line 105 of file tif_jpeg.c.
#define SIZE_OF_JPEGTABLES 2000 |
#define VC_EXTRALEAN |
Definition at line 28 of file tif_jpeg.c.
#define WIN32_LEAN_AND_MEAN |
Definition at line 27 of file tif_jpeg.c.
typedef struct jpeg_destination_mgr jpeg_destination_mgr |
Definition at line 109 of file tif_jpeg.c.
typedef struct jpeg_error_mgr jpeg_error_mgr |
Definition at line 111 of file tif_jpeg.c.
typedef struct jpeg_source_mgr jpeg_source_mgr |
Definition at line 110 of file tif_jpeg.c.
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 1849 of file tif_jpeg.c.
References _TIFFmalloc(), _TIFFmemset(), _TIFFMergeFieldInfo(), COMPRESSION_JPEG, JState, N, NULL, tiff::tif_clientdata, tiff::tif_data, tiff::tif_tagmethods, TIFFErrorExt(), and TIFFTagMethods::vgetfield.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.