|
1 # |
|
2 # Copyright 2001-2006 Sun Microsystems, Inc. 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. Sun designates this |
|
8 # particular file as subject to the "Classpath" exception as provided |
|
9 # by Sun 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 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, |
|
22 # CA 95054 USA or visit www.sun.com if you need additional information or |
|
23 # have any questions. |
|
24 # |
|
25 |
|
26 # Define public interface. |
|
27 |
|
28 SUNWprivate_1.1 { |
|
29 global: |
|
30 JNI_OnLoad; |
|
31 |
|
32 Java_sun_java2d_x11_X11PMBlitLoops_nativeBlit; |
|
33 Java_sun_java2d_x11_X11PMBlitBgLoops_nativeBlitBg; |
|
34 Java_sun_java2d_x11_X11Renderer_XFillSpans; |
|
35 Java_sun_java2d_x11_X11Renderer_XDrawArc; |
|
36 Java_sun_java2d_x11_X11Renderer_XDrawLine; |
|
37 Java_sun_java2d_x11_X11Renderer_XDrawOval; |
|
38 Java_sun_java2d_x11_X11Renderer_XDrawPoly; |
|
39 Java_sun_java2d_x11_X11Renderer_XDrawRect; |
|
40 Java_sun_java2d_x11_X11Renderer_XDrawRoundRect; |
|
41 Java_sun_java2d_x11_X11Renderer_XDoPath; |
|
42 Java_sun_java2d_x11_X11Renderer_XFillArc; |
|
43 Java_sun_java2d_x11_X11Renderer_XFillOval; |
|
44 Java_sun_java2d_x11_X11Renderer_XFillPoly; |
|
45 Java_sun_java2d_x11_X11Renderer_XFillRect; |
|
46 Java_sun_java2d_x11_X11Renderer_XFillRoundRect; |
|
47 Java_sun_java2d_x11_X11Renderer_devCopyArea; |
|
48 Java_sun_java2d_x11_X11SurfaceData_initIDs; |
|
49 Java_sun_java2d_x11_X11SurfaceData_initOps; |
|
50 Java_sun_java2d_x11_X11SurfaceData_isDrawableValid; |
|
51 Java_sun_java2d_x11_X11SurfaceData_initSurface; |
|
52 Java_sun_java2d_x11_X11SurfaceData_setInvalid; |
|
53 Java_sun_java2d_x11_X11SurfaceData_XCreateGC; |
|
54 Java_sun_java2d_x11_X11SurfaceData_XResetClip; |
|
55 Java_sun_java2d_x11_X11SurfaceData_XSetClip; |
|
56 Java_sun_java2d_x11_X11SurfaceData_XSetCopyMode; |
|
57 Java_sun_java2d_x11_X11SurfaceData_XSetXorMode; |
|
58 Java_sun_java2d_x11_X11SurfaceData_XSetForeground; |
|
59 |
|
60 X11SurfaceData_GetOps; |
|
61 Java_java_awt_Font_initIDs; |
|
62 Java_sun_font_FontManager_getFontConfig; |
|
63 Java_sun_font_FontManager_getFontConfigAASettings; |
|
64 Java_sun_font_FontManager_getFontPath; |
|
65 Java_sun_font_FontManager_setNativeFontPath; |
|
66 Java_sun_font_FontManager_populateFontFileNameMap; |
|
67 |
|
68 Java_sun_awt_FontDescriptor_initIDs; |
|
69 Java_sun_awt_PlatformFont_initIDs; |
|
70 |
|
71 Java_sun_print_CUPSPrinter_initIDs; |
|
72 Java_sun_print_CUPSPrinter_getCupsServer; |
|
73 Java_sun_print_CUPSPrinter_getCupsPort; |
|
74 Java_sun_print_CUPSPrinter_canConnect; |
|
75 Java_sun_print_CUPSPrinter_getMedia; |
|
76 Java_sun_print_CUPSPrinter_getPageSizes; |
|
77 |
|
78 # libfontmanager entry points |
|
79 AWTIsHeadless; |
|
80 AWTCountFonts; |
|
81 AWTLoadFont; |
|
82 AWTFreeFont; |
|
83 AWTFontAscent; |
|
84 AWTFontDescent; |
|
85 AWTFontMinByte1; |
|
86 AWTFontMaxByte1; |
|
87 AWTFontMinCharOrByte2; |
|
88 AWTFontMaxCharOrByte2; |
|
89 AWTFontDefaultChar; |
|
90 AWTFontPerChar; |
|
91 AWTFontMaxBounds; |
|
92 AWTFontTextExtents16; |
|
93 AWTFreeChar; |
|
94 AWTFontGenerateImage; |
|
95 AWTCharAdvance; |
|
96 AWTCharLBearing; |
|
97 AWTCharRBearing; |
|
98 AWTCharAscent; |
|
99 AWTCharDescent; |
|
100 AWTDrawGlyphList; |
|
101 |
|
102 |
|
103 local: |
|
104 *; |
|
105 }; |
|
106 |