#include <PalmOS.h>
#include <PalmCompatibility.h>
#include "stringil.h"
#include "gifread.h"
#include "file_io.h"
#include "common.h"
#include "Utils.h"
#include "progressbar.h"
Include dependency graph for gifread.c:
Go to the source code of this file.
Defines | |
#define | malloc MemPtrNew |
#define | free MemPtrFree |
#define | readLWZ(fd) (lwzsp ? lwzstack[--lwzsp] : nextLWZ(fd)) |
#define | USAT(a, b) (((b)<<8)|(a)) |
Functions | |
int | nextLWZ (FileDescrType fd) |
void | initLWZ (short int input_code_size) |
int | doGIF (FileDescrType fd) |
void | cleanGIF () |
Variables | |
PrefsType | gPrefs |
Preferences data structure. | |
Boolean | color |
unsigned short | w |
unsigned short | h |
unsigned short | bandh |
unsigned int | mapmax |
RGBColorType | map [256] |
unsigned char | tcmap [256] |
DmOpenRef | scratch |
char ** | lines |
char * | lcur |
char * | editln |
short int * | lwzstack |
short int | lwzsp |
short int * | table |
int | ycnt |
|
|
|
|
|
|
|
Definition at line 116 of file gifread.c. Referenced by imginfo(). |
|
Definition at line 344 of file gifread.c. References bandh, lines, and scratch. Referenced by MapFormHandleEvent(). |
|
Definition at line 169 of file gifread.c. References cmap, editln, fread(), gPrefs, PrefsType::imgtype, lace, lid, lines, mapmax, scratch, strcpy(), and strncmp(). Referenced by MapFormHandleEvent(). |
|
|
|
Definition at line 136 of file giflzw.c. References memset(). |
|
|
|
Definition at line 98 of file gifread.c. Referenced by MapFormHandleEvent(). |
|
|
|
Preferences data structure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 100 of file gifread.c. Referenced by doGIF(), imginfo(), and MapFormHandleEvent(). |
|
Definition at line 105 of file gifread.c. Referenced by cleanGIF(), cleanPNG(), CreateDatabase(), doGIF(), doPNG(), FileSelFormHandleEvent(), and search_map(). |
|
|
|
|
|
|
|
|