make/sun/xawt/mapfile-vers
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File jdk Sdiff make/sun/xawt

make/sun/xawt/mapfile-vers

Print this page


   1 #
   2 # Copyright (c) 2002, 2010, 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


 209         Java_sun_awt_X11GraphicsDevice_getDisplay;
 210         Java_sun_awt_X11GraphicsDevice_getDoubleBufferVisuals;
 211         Java_sun_awt_X11GraphicsDevice_initXrandrExtension;
 212         Java_sun_awt_X11GraphicsDevice_enterFullScreenExclusive;
 213         Java_sun_awt_X11GraphicsDevice_exitFullScreenExclusive;
 214         Java_sun_awt_X11GraphicsDevice_getCurrentDisplayMode;
 215         Java_sun_awt_X11GraphicsDevice_enumDisplayModes;
 216         Java_sun_awt_X11GraphicsDevice_configDisplayMode;
 217         Java_sun_awt_X11GraphicsDevice_resetNativeData;
 218         Java_sun_awt_X11GraphicsConfig_initIDs;
 219         Java_sun_awt_X11GraphicsConfig_getXResolution;
 220         Java_sun_awt_X11GraphicsConfig_getYResolution;
 221         Java_sun_awt_X11GraphicsConfig_init;
 222         Java_sun_awt_X11GraphicsConfig_dispose;
 223         Java_sun_awt_X11GraphicsConfig_makeColorModel;
 224         Java_sun_awt_X11GraphicsConfig_pGetBounds;
 225         Java_sun_awt_X11GraphicsConfig_createBackBuffer;
 226         Java_sun_awt_X11GraphicsConfig_destroyBackBuffer;
 227         Java_sun_awt_X11GraphicsConfig_swapBuffers;
 228         Java_sun_awt_X11GraphicsConfig_isTranslucencyCapable;

 229         Java_java_awt_Insets_initIDs;
 230         Java_java_awt_KeyboardFocusManager_initIDs;
 231         Java_java_awt_Font_initIDs;
 232         # libfontmanager entry points
 233         AWTIsHeadless;
 234         AWTCountFonts;
 235         AWTLoadFont;
 236         AWTFreeFont;
 237         AWTFontAscent;
 238         AWTFontDescent;
 239         AWTFontMinByte1;
 240         AWTFontMaxByte1;
 241         AWTFontMinCharOrByte2;
 242         AWTFontMaxCharOrByte2;
 243         AWTFontDefaultChar;
 244         AWTFontPerChar;
 245         AWTFontMaxBounds;
 246         AWTFontTextExtents16;
 247         AWTFreeChar;
 248         AWTFontGenerateImage;


   1 #
   2 # Copyright (c) 2002, 2011, 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


 209         Java_sun_awt_X11GraphicsDevice_getDisplay;
 210         Java_sun_awt_X11GraphicsDevice_getDoubleBufferVisuals;
 211         Java_sun_awt_X11GraphicsDevice_initXrandrExtension;
 212         Java_sun_awt_X11GraphicsDevice_enterFullScreenExclusive;
 213         Java_sun_awt_X11GraphicsDevice_exitFullScreenExclusive;
 214         Java_sun_awt_X11GraphicsDevice_getCurrentDisplayMode;
 215         Java_sun_awt_X11GraphicsDevice_enumDisplayModes;
 216         Java_sun_awt_X11GraphicsDevice_configDisplayMode;
 217         Java_sun_awt_X11GraphicsDevice_resetNativeData;
 218         Java_sun_awt_X11GraphicsConfig_initIDs;
 219         Java_sun_awt_X11GraphicsConfig_getXResolution;
 220         Java_sun_awt_X11GraphicsConfig_getYResolution;
 221         Java_sun_awt_X11GraphicsConfig_init;
 222         Java_sun_awt_X11GraphicsConfig_dispose;
 223         Java_sun_awt_X11GraphicsConfig_makeColorModel;
 224         Java_sun_awt_X11GraphicsConfig_pGetBounds;
 225         Java_sun_awt_X11GraphicsConfig_createBackBuffer;
 226         Java_sun_awt_X11GraphicsConfig_destroyBackBuffer;
 227         Java_sun_awt_X11GraphicsConfig_swapBuffers;
 228         Java_sun_awt_X11GraphicsConfig_isTranslucencyCapable;
 229         Java_sun_awt_X11_XToolkit_getTrayIconDisplayTimeout;
 230         Java_java_awt_Insets_initIDs;
 231         Java_java_awt_KeyboardFocusManager_initIDs;
 232         Java_java_awt_Font_initIDs;
 233         # libfontmanager entry points
 234         AWTIsHeadless;
 235         AWTCountFonts;
 236         AWTLoadFont;
 237         AWTFreeFont;
 238         AWTFontAscent;
 239         AWTFontDescent;
 240         AWTFontMinByte1;
 241         AWTFontMaxByte1;
 242         AWTFontMinCharOrByte2;
 243         AWTFontMaxCharOrByte2;
 244         AWTFontDefaultChar;
 245         AWTFontPerChar;
 246         AWTFontMaxBounds;
 247         AWTFontTextExtents16;
 248         AWTFreeChar;
 249         AWTFontGenerateImage;


make/sun/xawt/mapfile-vers
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File