ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "ungif.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | GifFilePrivateType |
Macros | |
#define | LZ_MAX_CODE 4095 /* Biggest code possible in 12 bits. */ |
#define | LZ_BITS 12 |
#define | NO_SUCH_CODE 4098 /* Impossible code, to signal empty. */ |
#define | READ(_gif, _buf, _len) ((GifFilePrivateType*)_gif->Private)->Read(_gif,_buf,_len) |
Typedefs | |
typedef struct GifFilePrivateType | GifFilePrivateType |
#define READ | ( | _gif, | |
_buf, | |||
_len | |||
) | ((GifFilePrivateType*)_gif->Private)->Read(_gif,_buf,_len) |
Definition at line 197 of file ungif.c.
Referenced by DGifSlurp().
Definition at line 234 of file ungif.c.
Referenced by DGifSlurp().
Definition at line 127 of file ungif.c.
Referenced by MakeMapObject().
|
static |
Definition at line 840 of file ungif.c.
Referenced by DGifDecompressInput().
int DGifCloseFile | ( | GifFileType * | GifFile | ) |
Definition at line 1047 of file ungif.c.
Referenced by GifDecoder_Release().
|
static |
Definition at line 788 of file ungif.c.
Referenced by DGifDecompressLine().
|
static |
Definition at line 644 of file ungif.c.
Referenced by DGifGetLine().
|
static |
Definition at line 579 of file ungif.c.
Referenced by DGifGetLine().
|
static |
Definition at line 515 of file ungif.c.
Referenced by DGifSlurp().
|
static |
Definition at line 535 of file ungif.c.
Referenced by DGifGetExtension(), and DGifSlurp().
|
static |
Definition at line 390 of file ungif.c.
Referenced by DGifSlurp().
|
static |
Definition at line 475 of file ungif.c.
Referenced by DGifSlurp().
|
static |
|
static |
Definition at line 355 of file ungif.c.
Referenced by DGifSlurp().
|
static |
Definition at line 307 of file ungif.c.
Referenced by DGifOpen().
|
static |
Definition at line 560 of file ungif.c.
Referenced by DGifGetImageDesc(), and DGifGetScreenDesc().
GifFileType * DGifOpen | ( | void * | userData, |
InputFunc | readFunc | ||
) |
Definition at line 993 of file ungif.c.
Referenced by GifDecoder_Initialize().
|
static |
Definition at line 608 of file ungif.c.
Referenced by DGifGetImageDesc().
int DGifSlurp | ( | GifFileType * | GifFile | ) |
Definition at line 876 of file ungif.c.
Referenced by GifDecoder_Initialize().
|
static |
Definition at line 260 of file ungif.c.
Referenced by DGifCloseFile(), DGifSlurp(), and FreeSavedImages().
|
static |
Definition at line 182 of file ungif.c.
Referenced by DGifCloseFile(), DGifGetImageDesc(), DGifGetScreenDesc(), and FreeSavedImages().
|
static |
Definition at line 279 of file ungif.c.
Referenced by DGifCloseFile().
|
static |
Definition at line 146 of file ungif.c.
Referenced by DGifGetImageDesc(), and DGifGetScreenDesc().
Definition at line 61 of file ungif.c.
Referenced by AddExtensionBlock(), DGifGetImageDesc(), DGifOpen(), DGifSlurp(), and MakeMapObject().
Definition at line 76 of file ungif.c.
Referenced by DGifCloseFile(), DGifOpen(), FreeExtension(), FreeMapObject(), FreeSavedImages(), and MakeMapObject().
Definition at line 71 of file ungif.c.
Referenced by AddExtensionBlock(), AppendExtensionBlock(), and DGifGetImageDesc().
WINE_DEFAULT_DEBUG_CHANNEL | ( | wincodecs | ) |