1 | #
|
---|
2 | # Copyright (c) 1997, 2007, 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
|
---|
23 | # questions.
|
---|
24 | #
|
---|
25 |
|
---|
26 | # Define public interface.
|
---|
27 |
|
---|
28 | SUNWprivate_1.1 {
|
---|
29 | global:
|
---|
30 | Java_sun_dc_pr_PathDasher_beginPath;
|
---|
31 | Java_sun_dc_pr_PathFiller_getTileState;
|
---|
32 | Java_sun_dc_pr_PathStroker_setCaps;
|
---|
33 | Java_sun_dc_pr_PathStroker_setCorners;
|
---|
34 | Java_sun_dc_pr_PathFiller_writeAlpha16;
|
---|
35 | Java_sun_dc_pr_PathFiller_closedSubpath;
|
---|
36 | Java_sun_dc_pr_PathStroker_beginPath;
|
---|
37 | Java_sun_dc_pr_PathDasher_setDashT4;
|
---|
38 | Java_sun_dc_pr_PathFiller_dispose;
|
---|
39 | Java_sun_dc_pr_PathStroker_closedSubpath;
|
---|
40 | Java_sun_dc_pr_PathDasher_appendLine;
|
---|
41 | Java_sun_dc_pr_PathStroker_dispose;
|
---|
42 | Java_sun_dc_pr_PathDasher_setOutputConsumer;
|
---|
43 | Java_sun_dc_pr_PathStroker_reset;
|
---|
44 | Java_sun_dc_pr_PathFiller_beginSubpath;
|
---|
45 | Java_sun_dc_pr_PathFiller_writeAlpha8;
|
---|
46 | Java_sun_dc_pr_PathDasher_closedSubpath;
|
---|
47 | Java_sun_dc_pr_PathFiller_appendQuadratic;
|
---|
48 | Java_sun_dc_pr_PathDasher_setOutputT6;
|
---|
49 | Java_sun_dc_pr_PathStroker_setPenFitting;
|
---|
50 | Java_sun_dc_pr_PathStroker_endPath;
|
---|
51 | Java_sun_dc_pr_PathDasher_setDash;
|
---|
52 | Java_sun_dc_pr_PathFiller_nextTile;
|
---|
53 | Java_sun_dc_pr_PathStroker_setOutputConsumer;
|
---|
54 | Java_sun_dc_pr_PathFiller_setFillMode;
|
---|
55 | Java_sun_dc_pr_PathFiller_appendLine;
|
---|
56 | Java_sun_dc_pr_PathStroker_appendQuadratic;
|
---|
57 | Java_sun_dc_pr_PathFiller_endPath;
|
---|
58 | Java_sun_dc_pr_PathStroker_appendCubic;
|
---|
59 | Java_sun_dc_pr_PathDasher_appendCubic;
|
---|
60 | Java_sun_dc_pr_PathStroker_setPenDiameter;
|
---|
61 | Java_sun_dc_pr_PathFiller_setOutputArea;
|
---|
62 | Java_sun_dc_pr_PathFiller_getAlphaBox;
|
---|
63 | Java_sun_dc_pr_PathStroker_appendLine;
|
---|
64 | Java_sun_dc_pr_PathStroker_setOutputT6;
|
---|
65 | Java_sun_dc_pr_PathFiller_beginPath;
|
---|
66 | Java_sun_dc_pr_PathDasher_dispose;
|
---|
67 | Java_sun_dc_pr_PathDasher_reset;
|
---|
68 | Java_sun_dc_pr_PathFiller_reset;
|
---|
69 | Java_sun_dc_pr_PathDasher_endPath;
|
---|
70 | Java_sun_dc_pr_PathStroker_beginSubpath;
|
---|
71 | Java_sun_dc_pr_PathStroker_setPenT4;
|
---|
72 | Java_sun_dc_pr_PathDasher_appendQuadratic;
|
---|
73 | Java_sun_dc_pr_PathDasher_beginSubpath;
|
---|
74 | Java_sun_dc_pr_PathFiller_appendCubic;
|
---|
75 |
|
---|
76 | Java_sun_dc_pr_PathDasher_cClassFinalize;
|
---|
77 | Java_sun_dc_pr_PathDasher_cClassInitialize;
|
---|
78 | Java_sun_dc_pr_PathDasher_cInitialize;
|
---|
79 | Java_sun_dc_pr_PathFiller_cClassFinalize;
|
---|
80 | Java_sun_dc_pr_PathFiller_cClassInitialize;
|
---|
81 | Java_sun_dc_pr_PathFiller_cInitialize;
|
---|
82 | Java_sun_dc_pr_PathStroker_cClassFinalize;
|
---|
83 | Java_sun_dc_pr_PathStroker_cClassInitialize;
|
---|
84 | Java_sun_dc_pr_PathStroker_cInitialize;
|
---|
85 | Java_sun_dc_pr_PathStroker_cInitialize2D;
|
---|
86 |
|
---|
87 | Java_sun_dc_pr_PathDasher_getCPathConsumer;
|
---|
88 | Java_sun_dc_pr_PathFiller_getCPathConsumer;
|
---|
89 | Java_sun_dc_pr_PathStroker_getCPathConsumer;
|
---|
90 |
|
---|
91 | local:
|
---|
92 | *;
|
---|
93 | };
|
---|