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

/openjdk9/jdk/src/java.desktop/share/native/libsplashscreen/giflib/
H A Ddgif_lib.c165 if (DGifGetScreenDesc(GifFile) == GIF_ERROR) {
240 if (DGifGetScreenDesc(GifFile) == GIF_ERROR) {
271 return GIF_ERROR;
275 if (DGifGetWord(GifFile, &GifFile->SWidth) == GIF_ERROR ||
276 DGifGetWord(GifFile, &GifFile->SHeight) == GIF_ERROR)
277 return GIF_ERROR;
283 return GIF_ERROR;
296 return GIF_ERROR;
307 return GIF_ERROR;
332 return GIF_ERROR;
[all...]
H A Dgifalloc.c263 return (GIF_ERROR);
268 return (GIF_ERROR);
276 return (GIF_ERROR);
H A Dgif_lib.h42 #define GIF_ERROR 0 macro
/openjdk9/jdk/src/java.desktop/share/native/libsplashscreen/
H A Dsplashscreen_gif.c88 if (DGifSlurp(gif) == GIF_ERROR) {
314 if (DGifCloseFile(gif, NULL) == GIF_ERROR) {

Completed in 108 milliseconds