#include "gif_lib.h"
#include "gif_hash.h"
Go to the source code of this file.
Classes | |
struct | GifFilePrivateType |
Defines | |
#define | PROGRAM_NAME "GIFLIB" |
#define | LZ_MAX_CODE 4095 |
#define | LZ_BITS 12 |
#define | FLUSH_OUTPUT 4096 |
#define | FIRST_CODE 4097 |
#define | NO_SUCH_CODE 4098 |
#define | FILE_STATE_WRITE 0x01 |
#define | FILE_STATE_SCREEN 0x02 |
#define | FILE_STATE_IMAGE 0x04 |
#define | FILE_STATE_READ 0x08 |
#define | IS_READABLE(Private) (Private->FileState & FILE_STATE_READ) |
#define | IS_WRITEABLE(Private) (Private->FileState & FILE_STATE_WRITE) |
Variables | |
int | _GifError |
#define FILE_STATE_IMAGE 0x04 |
#define FILE_STATE_READ 0x08 |
#define FILE_STATE_SCREEN 0x02 |
#define FILE_STATE_WRITE 0x01 |
Definition at line 16 of file gif_lib_private.h.
Referenced by EGifOpen(), and EGifOpenFileHandle().
#define FIRST_CODE 4097 |
Definition at line 13 of file gif_lib_private.h.
Referenced by EGifCompressLine(), and EGifSetupCompress().
#define FLUSH_OUTPUT 4096 |
Definition at line 12 of file gif_lib_private.h.
Referenced by EGifBufferedOutput(), EGifCompressLine(), and EGifCompressOutput().
#define IS_READABLE | ( | Private | ) | (Private->FileState & FILE_STATE_READ) |
Definition at line 21 of file gif_lib_private.h.
Referenced by DGifCloseFile(), DGifGetCode(), DGifGetExtension(), DGifGetImageDesc(), DGifGetLine(), DGifGetRecordType(), and DGifGetScreenDesc().
#define IS_WRITEABLE | ( | Private | ) | (Private->FileState & FILE_STATE_WRITE) |
Definition at line 22 of file gif_lib_private.h.
Referenced by EGifCloseFile(), EGifPutExtension(), EGifPutExtensionFirst(), EGifPutExtensionLast(), EGifPutExtensionNext(), EGifPutImageDesc(), EGifPutLine(), and EGifPutScreenDesc().
#define LZ_BITS 12 |
Definition at line 10 of file gif_lib_private.h.
#define LZ_MAX_CODE 4095 |
Definition at line 9 of file gif_lib_private.h.
Referenced by DGifDecompressLine(), DGifGetPrefixChar(), DGifSetupDecompress(), and EGifCompressLine().
#define NO_SUCH_CODE 4098 |
Definition at line 14 of file gif_lib_private.h.
Referenced by DGifDecompressLine(), and DGifSetupDecompress().
#define PROGRAM_NAME "GIFLIB" |
Definition at line 7 of file gif_lib_private.h.
int _GifError |
Definition at line 23 of file gif_err.c.
Referenced by DGifBufferedInput(), DGifCloseFile(), DGifDecompressLine(), DGifGetCode(), DGifGetCodeNext(), DGifGetExtension(), DGifGetExtensionNext(), DGifGetImageDesc(), DGifGetLine(), DGifGetRecordType(), DGifGetScreenDesc(), DGifGetWord(), DGifOpen(), EGifBufferedOutput(), EGifCloseFile(), EGifCompressLine(), EGifOpen(), EGifOpenFileHandle(), EGifPutExtension(), EGifPutExtensionFirst(), EGifPutExtensionLast(), EGifPutExtensionNext(), EGifPutImageDesc(), EGifPutLine(), EGifPutScreenDesc(), EGifSetupCompress(), GifLastError(), and PrintGifError().