src/java.desktop/share/native/libawt/awt/image/imageInitIDs.h
branchihse-remove-mapfiles-branch
changeset 56106 40e61db323c2
parent 47216 71c04702a3d5
child 56721 01b558efd286
equal deleted inserted replaced
56105:749e0ffa206f 56106:40e61db323c2
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    72 IMGEXTERN jfieldID g_ICRpixstrID;
    72 IMGEXTERN jfieldID g_ICRpixstrID;
    73 IMGEXTERN jfieldID g_ICRdataOffsetsID;
    73 IMGEXTERN jfieldID g_ICRdataOffsetsID;
    74 IMGEXTERN jfieldID g_ICRtypeID;
    74 IMGEXTERN jfieldID g_ICRtypeID;
    75 
    75 
    76 /* Color Model ids */
    76 /* Color Model ids */
    77 IMGEXTERN jfieldID g_CMpDataID;
    77 JNIEXPORT IMGEXTERN jfieldID g_CMpDataID;
    78 IMGEXTERN jfieldID g_CMnBitsID;
    78 IMGEXTERN jfieldID g_CMnBitsID;
    79 IMGEXTERN jfieldID g_CMcspaceID;
    79 IMGEXTERN jfieldID g_CMcspaceID;
    80 IMGEXTERN jfieldID g_CMnumComponentsID;
    80 IMGEXTERN jfieldID g_CMnumComponentsID;
    81 IMGEXTERN jfieldID g_CMsuppAlphaID;
    81 IMGEXTERN jfieldID g_CMsuppAlphaID;
    82 IMGEXTERN jfieldID g_CMisAlphaPreID;
    82 IMGEXTERN jfieldID g_CMisAlphaPreID;