Searched defs:SplashStream (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_impl.h143 typedef struct SplashStream { struct
156 } SplashStream; typedef in typeref:struct:SplashStream
158 int SplashStreamInitFile(SplashStream * stream, const char* filename);
159 int SplashStreamInitMemory(SplashStream * stream, void * pData, int size);
162 int SplashDecodeGifStream(Splash * splash, SplashStream * stream);
163 int SplashDecodeJpegStream(Splash * splash, SplashStream * stream);
164 int SplashDecodePngStream(Splash * splash, SplashStream * stream);

Completed in 29 milliseconds