make/mapfiles/libawt/mapfile-vers

Print this page
rev 9661 : 8042440: awt_Plugin no longer needed
Reviewed-by: serb, pchelko
Contributed-by: David DeHaven <david.dehaven@oracle.com>
   1 #
   2 # Copyright (c) 1997, 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


 156                 colorValueID;
 157                 mul8table;
 158                 jvm;
 159 
 160                 # ProcessPath entry points and data
 161                 doDrawPath;
 162                 doFillPath;
 163                 path2DNumTypesID;
 164                 path2DTypesID;
 165                 path2DWindingRuleID;
 166                 path2DFloatCoordsID;
 167                 sg2dStrokeHintID;
 168                 sunHints_INTVAL_STROKE_PURE;
 169 
 170                 # CDE private entry points
 171                 # These are in awt_LoadLibrary.c and falls through to libmawt.
 172                 # Evidently CDE needs this for backward compatability.
 173                 Java_sun_awt_motif_XsessionWMcommand;
 174                 Java_sun_awt_motif_XsessionWMcommand_New;
 175 
 176                 # Java Plugin
 177                 # This is in awt_LoadLibrary.c and falls through to libmawt.
 178                 # Evidently plugin needs this for backward compatability.
 179                 getAwtLockFunctions;
 180                 getAwtData;
 181                 getAwtDisplay;
 182 
 183                 # libfontmanager entry points
 184                 AWTIsHeadless;
 185                 GrPrim_Sg2dGetCompInfo;
 186                 GrPrim_Sg2dGetClip;
 187                 GetNativePrim;
 188                 SurfaceData_IntersectBounds;
 189                 SurfaceData_GetOps;
 190                 Disposer_AddRecord;
 191                 GrPrim_Sg2dGetEaRGB;
 192                 GrPrim_Sg2dGetPixel;
 193                 GrPrim_Sg2dGetLCDTextContrast;
 194 
 195         local:
 196                 *;
 197 };
   1 #
   2 # Copyright (c) 1997, 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


 156                 colorValueID;
 157                 mul8table;
 158                 jvm;
 159 
 160                 # ProcessPath entry points and data
 161                 doDrawPath;
 162                 doFillPath;
 163                 path2DNumTypesID;
 164                 path2DTypesID;
 165                 path2DWindingRuleID;
 166                 path2DFloatCoordsID;
 167                 sg2dStrokeHintID;
 168                 sunHints_INTVAL_STROKE_PURE;
 169 
 170                 # CDE private entry points
 171                 # These are in awt_LoadLibrary.c and falls through to libmawt.
 172                 # Evidently CDE needs this for backward compatability.
 173                 Java_sun_awt_motif_XsessionWMcommand;
 174                 Java_sun_awt_motif_XsessionWMcommand_New;
 175 







 176                 # libfontmanager entry points
 177                 AWTIsHeadless;
 178                 GrPrim_Sg2dGetCompInfo;
 179                 GrPrim_Sg2dGetClip;
 180                 GetNativePrim;
 181                 SurfaceData_IntersectBounds;
 182                 SurfaceData_GetOps;
 183                 Disposer_AddRecord;
 184                 GrPrim_Sg2dGetEaRGB;
 185                 GrPrim_Sg2dGetPixel;
 186                 GrPrim_Sg2dGetLCDTextContrast;
 187 
 188         local:
 189                 *;
 190 };