Searched refs:GIF_OK (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Ddgif_lib.c302 return GIF_OK;
342 return GIF_OK;
440 return GIF_OK;
472 if (DGifDecompressLine(GifFile, Line, LineLen) == GIF_OK) {
482 return GIF_OK;
512 if (DGifDecompressLine(GifFile, &Pixel, 1) == GIF_OK) {
522 return GIF_OK;
583 return GIF_OK;
634 return GIF_OK;
652 return GIF_OK;
[all...]
H A Dgif_lib.h52 #define GIF_OK 1 macro
H A Dgifalloc.c190 return (GIF_OK);

Completed in 33 milliseconds