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

/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Dgif_lib_private.h73 GifByteType Buf[256]; /* Compressed input is buffered here. */
74 GifByteType Stack[LZ_MAX_CODE]; /* Decoded pixels are stacked here. */
75 GifByteType Suffix[LZ_MAX_CODE + 1]; /* So we can trace the codes. */
H A Dgif_lib.h76 typedef unsigned char GifByteType; typedef
88 GifByteType Red, Green, Blue;
134 typedef int (*InputFunc) (GifFileType *, GifByteType *, int);
139 typedef int (*OutputFunc) (GifFileType *, const GifByteType *, int);
167 GifByteType ** GifExtension);
168 int DGifGetExtensionNext(GifFileType * GifFile, GifByteType ** GifExtension);
170 GifByteType ** GifCodeBlock);
171 int DGifGetCodeNext(GifFileType * GifFile, GifByteType ** GifCodeBlock);
H A Ddgif_lib.c82 static int DGifBufferedInput(GifFileType *GifFile, GifByteType *Buf,
83 GifByteType *NextByte);
258 GifByteType Buf[3];
312 GifByteType Buf;
353 GifByteType Buf[3];
451 GifByteType *Dummy;
494 GifByteType *Dummy;
537 GifByteType ** Extension) {
539 GifByteType Buf;
564 GifByteType ** Extensio
[all...]
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gif.c60 SplashStreamGifInputFunc(GifFileType * gif, GifByteType * buf, int n)

Completed in 38 milliseconds