jdk/make/sun/headless/mapfile-vers
author ohair
Tue, 25 May 2010 15:58:33 -0700
changeset 5506 202f599c92aa
parent 3928 be186a33df9b
child 5580 629274e4c99f
permissions -rw-r--r--
6943119: Rebrand source copyright notices Reviewed-by: darcy, weijun
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 3928
diff changeset
     2
# Copyright (c) 2001, 2008, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 3928
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 3928
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
# accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 3928
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 3928
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 3928
diff changeset
    23
# questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
# Define public interface.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
SUNWprivate_1.1 {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
	global:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
		JNI_OnLoad;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
                Java_sun_java2d_x11_X11PMBlitLoops_nativeBlit;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
		Java_sun_java2d_x11_X11PMBlitBgLoops_nativeBlitBg;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
		Java_sun_java2d_x11_X11Renderer_XFillSpans;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
		Java_sun_java2d_x11_X11Renderer_XDrawArc;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
		Java_sun_java2d_x11_X11Renderer_XDrawLine;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
		Java_sun_java2d_x11_X11Renderer_XDrawOval;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
		Java_sun_java2d_x11_X11Renderer_XDrawPoly;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
		Java_sun_java2d_x11_X11Renderer_XDrawRect;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
		Java_sun_java2d_x11_X11Renderer_XDrawRoundRect;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
                Java_sun_java2d_x11_X11Renderer_XDoPath;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
		Java_sun_java2d_x11_X11Renderer_XFillArc;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
		Java_sun_java2d_x11_X11Renderer_XFillOval;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
		Java_sun_java2d_x11_X11Renderer_XFillPoly;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
		Java_sun_java2d_x11_X11Renderer_XFillRect;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
		Java_sun_java2d_x11_X11Renderer_XFillRoundRect;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
		Java_sun_java2d_x11_X11Renderer_devCopyArea;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
		Java_sun_java2d_x11_X11SurfaceData_initIDs;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
		Java_sun_java2d_x11_X11SurfaceData_initOps;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
		Java_sun_java2d_x11_X11SurfaceData_isDrawableValid;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
		Java_sun_java2d_x11_X11SurfaceData_initSurface;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
		Java_sun_java2d_x11_X11SurfaceData_setInvalid;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
                Java_sun_java2d_x11_X11SurfaceData_XCreateGC;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
                Java_sun_java2d_x11_X11SurfaceData_XResetClip;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
                Java_sun_java2d_x11_X11SurfaceData_XSetClip;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
                Java_sun_java2d_x11_X11SurfaceData_XSetCopyMode;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
                Java_sun_java2d_x11_X11SurfaceData_XSetXorMode;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
                Java_sun_java2d_x11_X11SurfaceData_XSetForeground;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
		X11SurfaceData_GetOps;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
		Java_java_awt_Font_initIDs;
3928
be186a33df9b 6795908: Refactor FontManager
rkennke
parents: 888
diff changeset
    62
                Java_sun_font_FontConfigManager_getFontConfig;
be186a33df9b 6795908: Refactor FontManager
rkennke
parents: 888
diff changeset
    63
                Java_sun_font_FontConfigManager_getFontConfigAASettings;
be186a33df9b 6795908: Refactor FontManager
rkennke
parents: 888
diff changeset
    64
                Java_sun_font_FontConfigManager_getFontConfigVersion;
be186a33df9b 6795908: Refactor FontManager
rkennke
parents: 888
diff changeset
    65
		Java_sun_awt_X11FontManager_getFontPath;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
		Java_sun_awt_FontDescriptor_initIDs;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
		Java_sun_awt_PlatformFont_initIDs;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
		Java_sun_print_CUPSPrinter_initIDs;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
		Java_sun_print_CUPSPrinter_getCupsServer;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
		Java_sun_print_CUPSPrinter_getCupsPort;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
		Java_sun_print_CUPSPrinter_canConnect;	
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
		Java_sun_print_CUPSPrinter_getMedia;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
		Java_sun_print_CUPSPrinter_getPageSizes;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
		# libfontmanager entry points
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
		AWTIsHeadless;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
		AWTCountFonts;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
                AWTLoadFont;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
                AWTFreeFont;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
                AWTFontAscent;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
                AWTFontDescent;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
                AWTFontMinByte1;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
                AWTFontMaxByte1;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
                AWTFontMinCharOrByte2;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
                AWTFontMaxCharOrByte2;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
                AWTFontDefaultChar;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
                AWTFontPerChar;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
                AWTFontMaxBounds;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
                AWTFontTextExtents16;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
                AWTFreeChar;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
                AWTFontGenerateImage;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
                AWTCharAdvance;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
                AWTCharLBearing;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
                AWTCharRBearing;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
                AWTCharAscent;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
                AWTCharDescent;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
                AWTDrawGlyphList;
887
0aab8d3fa11a 6725214: D3D: forward-port the new pipeline from 6u10
tdv
parents: 883
diff changeset
   100
                AccelGlyphCache_RemoveAllCellInfos;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
	local:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
		*;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
};
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106