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

/openjdk10/jdk/src/java.desktop/share/native/libsplashscreen/
H A Dsplashscreen_gif.c328 GifFileType *gif = DGifOpen((void *) stream, SplashStreamGifInputFunc, NULL);
330 GifFileType *gif = DGifOpen((void *) stream, SplashStreamGifInputFunc);
/openjdk10/jdk/src/java.desktop/share/native/libsplashscreen/giflib/
H A Dgif_lib.h212 GifFileType *DGifOpen(void *userPtr, InputFunc readFunc, int *Error); /* new one (TVT) */
H A Ddgif_lib.c184 DGifOpen(void *userData, InputFunc readFunc, int *Error) function

Completed in 99 milliseconds