< prev index next >

src/java.desktop/share/native/libsplashscreen/splashscreen_impl.h

Print this page
rev 49542 : 8201226: missing JNIEXPORT / JNICALL at some places in function declarations/implementations

*** 130,142 **** void SplashCleanupPlatform(Splash * splash); void SplashDonePlatform(Splash * splash); unsigned SplashTime(); char* SplashConvertStringAlloc(const char* in, int *size); - jboolean SplashGetScaledImageName(const char* jarName, - const char* fileName, float *scaleFactor, - char *scaleImageName, const size_t scaledImageNameLength); void SplashLock(Splash * splash); void SplashUnlock(Splash * splash); void SplashInitFrameShape(Splash * splash, int imageIndex); --- 130,139 ----
*** 155,166 **** void SplashDone(Splash * splash); void SplashUpdateScreenData(Splash * splash); void SplashCleanup(Splash * splash); ! void SplashSetScaleFactor(float scaleFactor); ! int SplashGetScaledImgNameMaxPstfixLen(const char *fileName); void cleanUp(char *fName, char *xName, char *pctName, float *scaleFactor); jboolean GetScaledImageName(const char *fileName, char *scaledImgName, float *scaleFactor, const size_t scaledImageLength); typedef struct SplashStream { int (*read)(void* pStream, void* pData, int nBytes); --- 152,162 ---- void SplashDone(Splash * splash); void SplashUpdateScreenData(Splash * splash); void SplashCleanup(Splash * splash); ! void cleanUp(char *fName, char *xName, char *pctName, float *scaleFactor); jboolean GetScaledImageName(const char *fileName, char *scaledImgName, float *scaleFactor, const size_t scaledImageLength); typedef struct SplashStream { int (*read)(void* pStream, void* pData, int nBytes);
< prev index next >