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

/openjdk10/jdk/src/java.desktop/share/native/libsplashscreen/
H A Djava_awt_SplashScreen.c51 Splash *splash = (Splash *) jlong_to_ptr(jsplash); local
86 Splash *splash = (Splash *) jlong_to_ptr(jsplash); local
103 Splash *splash = (Splash *) jlong_to_ptr(jsplash); local
154 Splash *splash = (Splash *) jlong_to_ptr(jsplash); local
172 Splash *splash = (Splash *) jlong_to_ptr(jsplash); local
191 Splash *splash = (Splash *) jlong_to_ptr(jsplash); local
209 Splash *splash = (Splash *) jlong_to_ptr(jsplash); local
232 Splash *splash = (Splash *) jlong_to_ptr(jsplash); local
[all...]
H A Dsplashscreen_png.c46 SplashDecodePng(Splash * splash, png_rw_ptr read_func, void *io_ptr) argument
184 SplashDecodePngStream(Splash * splash, SplashStream * stream) argument
[all...]
H A Dsplashscreen_jpeg.c134 SplashDecodeJpeg(Splash * splash, struct jpeg_decompress_struct *cinfo) argument
237 SplashDecodeJpegStream(Splash * splash, SplashStream * stream) argument
[all...]
H A Dsplashscreen_gif.c77 SplashDecodeGif(Splash * splash, GifFileType * gif) argument
325 SplashDecodeGifStream(Splash * splash, SplashStream * stream) argument
[all...]
H A Dsplashscreen_impl.c39 static Splash splash; local
51 Splash *splash = SplashGetInstance(); local
63 Splash *splash = SplashGetInstance(); local
76 Splash *splash = SplashGetInstance(); local
87 SplashCleanup(Splash * splash) argument
113 Splash *splash = SplashGetInstance(); local
118 SplashDone(Splash * splash) argument
125 SplashIsStillLooping(Splash * splash) argument
135 SplashUpdateScreenData(Splash * splash) argument
166 SplashNextFrame(Splash * splash) argument
264 Splash *splash = SplashGetInstance(); local
324 SplashStart(Splash * splash) argument
[all...]
/openjdk10/jdk/src/java.desktop/windows/native/libsplashscreen/
H A Dsplashscreen_sys.c97 SplashInitFrameShape(Splash * splash, int imageIndex) argument
141 SplashPaint(Splash * splash, HDC hdc) argument
216 SplashRedrawWindow(Splash * splash) argument
318 SplashReconfigureNow(Splash * splash) argument
359 Splash *splash = (Splash *) GetWindowLongPtr(hWnd, GWLP_USERDATA); local
395 SplashCreateWindow(Splash * splash) argument
429 SplashLock(Splash * splash) argument
435 SplashUnlock(Splash * splash) argument
441 SplashInitPlatform(Splash * splash) argument
492 SplashCleanupPlatform(Splash * splash) argument
510 SplashDonePlatform(Splash * splash) argument
530 Splash *splash = (Splash *) param; local
552 SplashCreateThread(Splash * splash) argument
560 SplashClosePlatform(Splash * splash) argument
566 SplashUpdate(Splash * splash) argument
572 SplashReconfigure(Splash * splash) argument
[all...]
/openjdk10/jdk/src/java.desktop/unix/native/libsplashscreen/
H A Dsplashscreen_sys.c106 SplashInitFrameShape(Splash * splash, int imageIndex) { argument
210 SplashCenter(Splash * splash) argument
238 SplashUpdateSizeHints(Splash * splash) argument
252 SplashCreateWindow(Splash * splash) argument
283 SplashUpdateShape(Splash * splash) argument
297 SplashRevertShape(Splash * splash) argument
324 SplashRedrawWindow(Splash * splash) argument
354 SplashReconfigureNow(Splash * splash) argument
373 sendctl(Splash * splash, char code) argument
408 SplashInitPlatform(Splash * splash) argument
512 SplashCleanupPlatform(Splash * splash) argument
527 SplashDonePlatform(Splash * splash) argument
550 SplashEventLoop(Splash * splash) argument
651 SplashRemoveDecoration(Splash * splash) argument
728 Splash *splash = (Splash *) arg; local
737 Splash *splash = (Splash *) param; local
769 SplashCreateThread(Splash * splash) argument
779 SplashLock(Splash * splash) argument
784 SplashUnlock(Splash * splash) argument
789 SplashClosePlatform(Splash * splash) argument
794 SplashUpdate(Splash * splash) argument
799 SplashReconfigure(Splash * splash) argument
[all...]

Completed in 100 milliseconds