Searched refs:GifFileType (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Dgif_lib.h103 typedef struct GifFileType { struct
113 } GifFileType; typedef in typeref:struct:GifFileType
134 typedef int (*InputFunc) (GifFileType *, GifByteType *, int);
139 typedef int (*OutputFunc) (GifFileType *, const GifByteType *, int);
155 GifFileType *DGifOpenFileName(const char *GifFileName);
156 GifFileType *DGifOpenFileHandle(int GifFileHandle);
157 GifFileType *DGifOpen(void *userPtr, InputFunc readFunc); /* new one
159 int DGifSlurp(GifFileType * GifFile);
160 int DGifGetScreenDesc(GifFileType * GifFile);
161 int DGifGetRecordType(GifFileType * GifFil
[all...]
H A Ddgif_lib.c76 static int DGifGetWord(GifFileType *GifFile, int *Word);
77 static int DGifSetupDecompress(GifFileType *GifFile);
78 static int DGifDecompressLine(GifFileType *GifFile, GifPixelType *Line,
81 static int DGifDecompressInput(GifFileType *GifFile, int *Code);
82 static int DGifBufferedInput(GifFileType *GifFile, GifByteType *Buf,
87 * Returns GifFileType pointer dynamically allocated which serves as the gif
90 GifFileType *
93 GifFileType *GifFile;
105 if (GifFile == (GifFileType *)NULL)
112 * Returns GifFileType pointe
[all...]
H A Dgifalloc.c216 FreeLastSavedImage(GifFileType *GifFile) {
251 MakeSavedImage(GifFileType * GifFile,
330 FreeSavedImages(GifFileType * GifFile) {
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gif.c60 SplashStreamGifInputFunc(GifFileType * gif, GifByteType * buf, int n)
77 SplashDecodeGif(Splash * splash, GifFileType * gif)
321 GifFileType *gif = DGifOpen((void *) stream, SplashStreamGifInputFunc);

Completed in 34 milliseconds