< prev index next >

make/mapfiles/libawt/mapfile-vers-linux

Print this page


   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


 247                 Java_sun_awt_X11Renderer_doDrawRoundRect;
 248                 Java_sun_awt_X11Renderer_doFillArc;
 249                 Java_sun_awt_X11Renderer_doFillOval;
 250                 Java_sun_awt_X11Renderer_doFillPoly;
 251                 Java_sun_awt_X11Renderer_doFillRect;
 252                 Java_sun_awt_X11Renderer_doFillRoundRect;
 253                 Java_sun_awt_X11Renderer_devCopyArea;
 254                 Java_sun_awt_X11SurfaceData_initIDs;
 255                 Java_sun_awt_X11SurfaceData_initOps;
 256                 Java_sun_awt_X11SurfaceData_initSurface;
 257                 Java_sun_awt_X11SurfaceData_isDgaAvailable;
 258                 Java_sun_awt_X11SurfaceData_setInvalid;
 259                 Java_sun_awt_X11SurfaceData_flushNativeSurface;
 260                 awt_display;
 261                 awt_lock;
 262                 awt_Lock;
 263                 awt_Unlock;
 264                 awt_GetDrawingSurface;
 265                 awt_FreeDrawingSurface;
 266                 awt_GetComponent;




 267 
 268                 X11SurfaceData_GetOps;
 269                 getDefaultConfig;
 270                 Java_sun_font_FontConfigManager_getFontConfig;
 271                 Java_sun_font_FontConfigManager_getFontConfigAASettings;
 272                 Java_sun_awt_FcFontManager_getFontPathNative;
 273                 Java_sun_font_SunFontManager_populateFontFileNameMap;
 274 
 275                 # CDE private entry point
 276                 Java_sun_awt_motif_XsessionWMcommand;
 277 
 278                 # libfontmanager entry points
 279                 AWTIsHeadless;
 280                 AWTCountFonts;
 281                 AWTLoadFont;
 282                 AWTFreeFont;
 283                 AWTFontMinByte1;
 284                 AWTFontMaxByte1;
 285                 AWTFontMinCharOrByte2;
 286                 AWTFontMaxCharOrByte2;
   1 #
   2 # Copyright (c) 2002, 2016, 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


 247                 Java_sun_awt_X11Renderer_doDrawRoundRect;
 248                 Java_sun_awt_X11Renderer_doFillArc;
 249                 Java_sun_awt_X11Renderer_doFillOval;
 250                 Java_sun_awt_X11Renderer_doFillPoly;
 251                 Java_sun_awt_X11Renderer_doFillRect;
 252                 Java_sun_awt_X11Renderer_doFillRoundRect;
 253                 Java_sun_awt_X11Renderer_devCopyArea;
 254                 Java_sun_awt_X11SurfaceData_initIDs;
 255                 Java_sun_awt_X11SurfaceData_initOps;
 256                 Java_sun_awt_X11SurfaceData_initSurface;
 257                 Java_sun_awt_X11SurfaceData_isDgaAvailable;
 258                 Java_sun_awt_X11SurfaceData_setInvalid;
 259                 Java_sun_awt_X11SurfaceData_flushNativeSurface;
 260                 awt_display;
 261                 awt_lock;
 262                 awt_Lock;
 263                 awt_Unlock;
 264                 awt_GetDrawingSurface;
 265                 awt_FreeDrawingSurface;
 266                 awt_GetComponent;
 267         awt_CreateEmbeddedFrame;
 268         awt_SetBounds;
 269         awt_SynthesizeWindowActivation;
 270 
 271 
 272                 X11SurfaceData_GetOps;
 273                 getDefaultConfig;
 274                 Java_sun_font_FontConfigManager_getFontConfig;
 275                 Java_sun_font_FontConfigManager_getFontConfigAASettings;
 276                 Java_sun_awt_FcFontManager_getFontPathNative;
 277                 Java_sun_font_SunFontManager_populateFontFileNameMap;
 278 
 279                 # CDE private entry point
 280                 Java_sun_awt_motif_XsessionWMcommand;
 281 
 282                 # libfontmanager entry points
 283                 AWTIsHeadless;
 284                 AWTCountFonts;
 285                 AWTLoadFont;
 286                 AWTFreeFont;
 287                 AWTFontMinByte1;
 288                 AWTFontMaxByte1;
 289                 AWTFontMinCharOrByte2;
 290                 AWTFontMaxCharOrByte2;
< prev index next >