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

/openjdk7/jdk/src/share/bin/
H A Dsplashscreen_stubs.c61 INVOKE(SplashLoadMemory,0)(pdata, size);
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_impl.h32 SPLASHEXPORT int SplashLoadMemory(void *pdata, int size); /* requires preloading the file */
33 SPLASHEXPORT int SplashLoadFile(const char *filename); // FIXME: range checking for SplashLoadMemory
H A Djava_awt_SplashScreen.c217 rc = SplashLoadMemory(pBytes, size);
H A Dsplashscreen_impl.c291 SplashLoadMemory(void *data, int size) function

Completed in 32 milliseconds