jdk/make/sun/headless/mapfile-vers
author tdv
Tue, 22 Jul 2008 11:24:32 -0700
changeset 888 c7009cf0001f
parent 887 0aab8d3fa11a
child 3928 be186a33df9b
permissions -rw-r--r--
6728492: typo in copyrights in some files touched by the d3d pipeline port Reviewed-by: prr
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
888
c7009cf0001f 6728492: typo in copyrights in some files touched by the d3d pipeline port
tdv
parents: 887
diff changeset
     2
# Copyright 2001-2008 Sun Microsystems, Inc.  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
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# published by the Free Software Foundation.  Sun designates this
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
# by Sun in the LICENSE file that accompanied this code.
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
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
# CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
# have any questions.
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;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
                Java_sun_font_FontManager_getFontConfig;
883
c3e81f0acd3d 6378099: RFE: Use libfontconfig to create/synthesise a fontconfig.properties
prr
parents: 2
diff changeset
    63
                Java_sun_font_FontManager_getFontConfigVersion;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
                Java_sun_font_FontManager_getFontConfigAASettings;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
		Java_sun_font_FontManager_getFontPath;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
		Java_sun_font_FontManager_setNativeFontPath;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
		Java_sun_font_FontManager_populateFontFileNameMap;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
		Java_sun_awt_FontDescriptor_initIDs;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
		Java_sun_awt_PlatformFont_initIDs;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
		Java_sun_print_CUPSPrinter_initIDs;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
		Java_sun_print_CUPSPrinter_getCupsServer;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
		Java_sun_print_CUPSPrinter_getCupsPort;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
		Java_sun_print_CUPSPrinter_canConnect;	
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
		Java_sun_print_CUPSPrinter_getMedia;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
		Java_sun_print_CUPSPrinter_getPageSizes;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
		# libfontmanager entry points
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
		AWTIsHeadless;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
		AWTCountFonts;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
                AWTLoadFont;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
                AWTFreeFont;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
                AWTFontAscent;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
                AWTFontDescent;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
                AWTFontMinByte1;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
                AWTFontMaxByte1;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
                AWTFontMinCharOrByte2;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
                AWTFontMaxCharOrByte2;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
                AWTFontDefaultChar;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
                AWTFontPerChar;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
                AWTFontMaxBounds;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
                AWTFontTextExtents16;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
                AWTFreeChar;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
                AWTFontGenerateImage;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
                AWTCharAdvance;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
                AWTCharLBearing;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
                AWTCharRBearing;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
                AWTCharAscent;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
                AWTCharDescent;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
                AWTDrawGlyphList;
887
0aab8d3fa11a 6725214: D3D: forward-port the new pipeline from 6u10
tdv
parents: 883
diff changeset
   102
                AccelGlyphCache_RemoveAllCellInfos;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
	local:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
		*;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
};
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108