jdk/src/java.desktop/share/classes/sun/java2d/cmm/lcms/LCMS.java
changeset 32865 f9cb6e427f9e
parent 26353 b5e3b7fbf56d
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
   134      * destruction.
   134      * destruction.
   135      */
   135      */
   136     private native void setTagDataNative(long ptr, int tagSignature,
   136     private native void setTagDataNative(long ptr, int tagSignature,
   137                                                byte[] data);
   137                                                byte[] data);
   138 
   138 
   139     public synchronized static native LCMSProfile getProfileID(ICC_Profile profile);
   139     public static synchronized native LCMSProfile getProfileID(ICC_Profile profile);
   140 
   140 
   141     /* Helper method used from LCMSColorTransfrom */
   141     /* Helper method used from LCMSColorTransfrom */
   142     static long createTransform(
   142     static long createTransform(
   143         LCMSProfile[] profiles, int renderType,
   143         LCMSProfile[] profiles, int renderType,
   144         int inFormatter, boolean isInIntPacked,
   144         int inFormatter, boolean isInIntPacked,