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

/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Ddgif_lib.c175 if (DGifGetScreenDesc(GifFile) == GIF_ERROR) {
239 if (DGifGetScreenDesc(GifFile) == GIF_ERROR) {
264 return GIF_ERROR;
268 if (DGifGetWord(GifFile, &GifFile->SWidth) == GIF_ERROR ||
269 DGifGetWord(GifFile, &GifFile->SHeight) == GIF_ERROR)
270 return GIF_ERROR;
274 return GIF_ERROR;
284 return GIF_ERROR;
292 return GIF_ERROR;
318 return GIF_ERROR;
[all...]
H A Dgifalloc.c176 return (GIF_ERROR);
183 return (GIF_ERROR);
H A Dgif_lib.h51 #define GIF_ERROR 0 macro
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gif.c88 if (DGifSlurp(gif) == GIF_ERROR) {

Completed in 35 milliseconds