make/mapfiles/libawt/mapfile-vers-linux

Print this page
rev 9916 : 8042440: awt_Plugin no longer needed
Reviewed-by:
Contributed-by: David DeHaven <david.dehaven@oracle.com>
   1 #
   2 # Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   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
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 135                 GrPrim_CompGetAlphaInfo;
 136                 img_makePalette;
 137                 initInverseGrayLut;
 138                 make_dither_arrays;
 139                 make_uns_ordered_dither_array;
 140 
 141                 # variables exported to libmawt
 142                 std_img_oda_red;
 143                 std_img_oda_blue;
 144                 std_img_oda_green;
 145                 std_odas_computed;
 146                 g_CMpDataID;
 147                 colorValueID;
 148                 jvm;
 149 
 150                 # CDE private entry point
 151                 # This is in awt_LoadLibrary.c and falls through to libmawt.
 152                 # Evidently CDE needs this for backward compatability.
 153                 Java_sun_awt_motif_XsessionWMcommand;
 154 
 155                 # Java Plugin
 156                 # This is in awt_LoadLibrary.c and falls through to libmawt.
 157                 # Evidently plugin needs this for backward compatability.
 158                 getAwtLockFunctions;
 159                 getAwtData;
 160                 getAwtDisplay;
 161 
 162                 # libfontmanager entry points
 163                 AWTIsHeadless;
 164                 GrPrim_Sg2dGetCompInfo;
 165                 GrPrim_Sg2dGetClip;
 166                 GetNativePrim;
 167                 SurfaceData_IntersectBounds;
 168                 SurfaceData_GetOps;
 169                 Disposer_AddRecord;
 170                 GrPrim_Sg2dGetEaRGB;
 171                 GrPrim_Sg2dGetPixel;
 172                 GrPrim_Sg2dGetLCDTextContrast;
 173 
 174                 Java_sun_awt_DefaultMouseInfoPeer_fillPointWithCoords;
 175                 Java_sun_awt_DefaultMouseInfoPeer_isWindowUnderMouse;
 176                 Java_java_awt_AWTEvent_nativeSetSource;
 177                 Java_java_awt_Checkbox_initIDs;
 178                 Java_java_awt_Component_initIDs;
 179                 Java_java_awt_Dialog_initIDs;
 180                 Java_java_awt_Font_initIDs;
 181                 Java_sun_awt_KeyboardFocusManagerPeerImpl_clearNativeGlobalFocusOwner;


 266                 Java_sun_awt_X11SurfaceData_setInvalid;
 267                 Java_sun_awt_X11SurfaceData_flushNativeSurface;
 268                 awt_display;
 269                 awt_lock;
 270                 awt_Lock;
 271                 awt_Unlock;
 272                 awt_GetDrawingSurface;
 273                 awt_FreeDrawingSurface;
 274                 awt_GetComponent;
 275 
 276                 X11SurfaceData_GetOps;
 277                 getDefaultConfig;
 278                 Java_sun_font_FontConfigManager_getFontConfig;
 279                 Java_sun_font_FontConfigManager_getFontConfigAASettings;
 280                 Java_sun_awt_X11FontManager_getFontPathNative;
 281                 Java_sun_font_SunFontManager_populateFontFileNameMap;
 282 
 283                 # CDE private entry point
 284                 Java_sun_awt_motif_XsessionWMcommand;
 285 
 286                 # Java Plugin
 287                 getAwtLockFunctions;
 288                 getAwtData;
 289                 getAwtDisplay;
 290 
 291                 # libfontmanager entry points
 292                 AWTIsHeadless;
 293                 AWTCountFonts;
 294                 AWTLoadFont;
 295                 AWTFreeFont;
 296                 AWTFontMinByte1;
 297                 AWTFontMaxByte1;
 298                 AWTFontMinCharOrByte2;
 299                 AWTFontMaxCharOrByte2;
 300                 AWTFontDefaultChar;
 301                 AWTFontPerChar;
 302                 AWTFontMaxBounds;
 303                 AWTFontTextExtents16;
 304                 AWTFreeChar;
 305                 AWTFontGenerateImage;
 306                 AWTCharAdvance;
 307                 AWTCharLBearing;
 308                 AWTCharRBearing;
 309                 AWTCharAscent;
 310                 AWTCharDescent;
   1 #
   2 # Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   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
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 135                 GrPrim_CompGetAlphaInfo;
 136                 img_makePalette;
 137                 initInverseGrayLut;
 138                 make_dither_arrays;
 139                 make_uns_ordered_dither_array;
 140 
 141                 # variables exported to libmawt
 142                 std_img_oda_red;
 143                 std_img_oda_blue;
 144                 std_img_oda_green;
 145                 std_odas_computed;
 146                 g_CMpDataID;
 147                 colorValueID;
 148                 jvm;
 149 
 150                 # CDE private entry point
 151                 # This is in awt_LoadLibrary.c and falls through to libmawt.
 152                 # Evidently CDE needs this for backward compatability.
 153                 Java_sun_awt_motif_XsessionWMcommand;
 154 







 155                 # libfontmanager entry points
 156                 AWTIsHeadless;
 157                 GrPrim_Sg2dGetCompInfo;
 158                 GrPrim_Sg2dGetClip;
 159                 GetNativePrim;
 160                 SurfaceData_IntersectBounds;
 161                 SurfaceData_GetOps;
 162                 Disposer_AddRecord;
 163                 GrPrim_Sg2dGetEaRGB;
 164                 GrPrim_Sg2dGetPixel;
 165                 GrPrim_Sg2dGetLCDTextContrast;
 166 
 167                 Java_sun_awt_DefaultMouseInfoPeer_fillPointWithCoords;
 168                 Java_sun_awt_DefaultMouseInfoPeer_isWindowUnderMouse;
 169                 Java_java_awt_AWTEvent_nativeSetSource;
 170                 Java_java_awt_Checkbox_initIDs;
 171                 Java_java_awt_Component_initIDs;
 172                 Java_java_awt_Dialog_initIDs;
 173                 Java_java_awt_Font_initIDs;
 174                 Java_sun_awt_KeyboardFocusManagerPeerImpl_clearNativeGlobalFocusOwner;


 259                 Java_sun_awt_X11SurfaceData_setInvalid;
 260                 Java_sun_awt_X11SurfaceData_flushNativeSurface;
 261                 awt_display;
 262                 awt_lock;
 263                 awt_Lock;
 264                 awt_Unlock;
 265                 awt_GetDrawingSurface;
 266                 awt_FreeDrawingSurface;
 267                 awt_GetComponent;
 268 
 269                 X11SurfaceData_GetOps;
 270                 getDefaultConfig;
 271                 Java_sun_font_FontConfigManager_getFontConfig;
 272                 Java_sun_font_FontConfigManager_getFontConfigAASettings;
 273                 Java_sun_awt_X11FontManager_getFontPathNative;
 274                 Java_sun_font_SunFontManager_populateFontFileNameMap;
 275 
 276                 # CDE private entry point
 277                 Java_sun_awt_motif_XsessionWMcommand;
 278 





 279                 # libfontmanager entry points
 280                 AWTIsHeadless;
 281                 AWTCountFonts;
 282                 AWTLoadFont;
 283                 AWTFreeFont;
 284                 AWTFontMinByte1;
 285                 AWTFontMaxByte1;
 286                 AWTFontMinCharOrByte2;
 287                 AWTFontMaxCharOrByte2;
 288                 AWTFontDefaultChar;
 289                 AWTFontPerChar;
 290                 AWTFontMaxBounds;
 291                 AWTFontTextExtents16;
 292                 AWTFreeChar;
 293                 AWTFontGenerateImage;
 294                 AWTCharAdvance;
 295                 AWTCharLBearing;
 296                 AWTCharRBearing;
 297                 AWTCharAscent;
 298                 AWTCharDescent;