src/java.desktop/share/classes/sun/java2d/cmm/lcms/LCMS.java

Print this page

        

*** 134,144 **** * destruction. */ private native void setTagDataNative(long ptr, int tagSignature, byte[] data); ! public synchronized static native LCMSProfile getProfileID(ICC_Profile profile); /* Helper method used from LCMSColorTransfrom */ static long createTransform( LCMSProfile[] profiles, int renderType, int inFormatter, boolean isInIntPacked, --- 134,144 ---- * destruction. */ private native void setTagDataNative(long ptr, int tagSignature, byte[] data); ! public static synchronized native LCMSProfile getProfileID(ICC_Profile profile); /* Helper method used from LCMSColorTransfrom */ static long createTransform( LCMSProfile[] profiles, int renderType, int inFormatter, boolean isInIntPacked,