0N/A#
2362N/A# Copyright (c) 1997, 2007, Oracle and/or its affiliates. All rights reserved.
0N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A#
0N/A# This code is free software; you can redistribute it and/or modify it
0N/A# under the terms of the GNU General Public License version 2 only, as
2362N/A# published by the Free Software Foundation. Oracle designates this
0N/A# particular file as subject to the "Classpath" exception as provided
2362N/A# by Oracle in the LICENSE file that accompanied this code.
0N/A#
0N/A# This code is distributed in the hope that it will be useful, but WITHOUT
0N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A# version 2 for more details (a copy is included in the LICENSE file that
0N/A# accompanied this code).
0N/A#
0N/A# You should have received a copy of the GNU General Public License version
0N/A# 2 along with this work; if not, write to the Free Software Foundation,
0N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A#
2362N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2362N/A# or visit www.oracle.com if you need additional information or have any
2362N/A# questions.
0N/A#
0N/A
0N/A# Define public interface.
0N/A
0N/ASUNWprivate_1.1 {
0N/A global:
0N/A Java_sun_dc_pr_PathDasher_beginPath;
0N/A Java_sun_dc_pr_PathFiller_getTileState;
0N/A Java_sun_dc_pr_PathStroker_setCaps;
0N/A Java_sun_dc_pr_PathStroker_setCorners;
0N/A Java_sun_dc_pr_PathFiller_writeAlpha16;
0N/A Java_sun_dc_pr_PathFiller_closedSubpath;
0N/A Java_sun_dc_pr_PathStroker_beginPath;
0N/A Java_sun_dc_pr_PathDasher_setDashT4;
0N/A Java_sun_dc_pr_PathFiller_dispose;
0N/A Java_sun_dc_pr_PathStroker_closedSubpath;
0N/A Java_sun_dc_pr_PathDasher_appendLine;
0N/A Java_sun_dc_pr_PathStroker_dispose;
0N/A Java_sun_dc_pr_PathDasher_setOutputConsumer;
0N/A Java_sun_dc_pr_PathStroker_reset;
0N/A Java_sun_dc_pr_PathFiller_beginSubpath;
0N/A Java_sun_dc_pr_PathFiller_writeAlpha8;
0N/A Java_sun_dc_pr_PathDasher_closedSubpath;
0N/A Java_sun_dc_pr_PathFiller_appendQuadratic;
0N/A Java_sun_dc_pr_PathDasher_setOutputT6;
0N/A Java_sun_dc_pr_PathStroker_setPenFitting;
0N/A Java_sun_dc_pr_PathStroker_endPath;
0N/A Java_sun_dc_pr_PathDasher_setDash;
0N/A Java_sun_dc_pr_PathFiller_nextTile;
0N/A Java_sun_dc_pr_PathStroker_setOutputConsumer;
0N/A Java_sun_dc_pr_PathFiller_setFillMode;
0N/A Java_sun_dc_pr_PathFiller_appendLine;
0N/A Java_sun_dc_pr_PathStroker_appendQuadratic;
0N/A Java_sun_dc_pr_PathFiller_endPath;
0N/A Java_sun_dc_pr_PathStroker_appendCubic;
0N/A Java_sun_dc_pr_PathDasher_appendCubic;
0N/A Java_sun_dc_pr_PathStroker_setPenDiameter;
0N/A Java_sun_dc_pr_PathFiller_setOutputArea;
0N/A Java_sun_dc_pr_PathFiller_getAlphaBox;
0N/A Java_sun_dc_pr_PathStroker_appendLine;
0N/A Java_sun_dc_pr_PathStroker_setOutputT6;
0N/A Java_sun_dc_pr_PathFiller_beginPath;
0N/A Java_sun_dc_pr_PathDasher_dispose;
0N/A Java_sun_dc_pr_PathDasher_reset;
0N/A Java_sun_dc_pr_PathFiller_reset;
0N/A Java_sun_dc_pr_PathDasher_endPath;
0N/A Java_sun_dc_pr_PathStroker_beginSubpath;
0N/A Java_sun_dc_pr_PathStroker_setPenT4;
0N/A Java_sun_dc_pr_PathDasher_appendQuadratic;
0N/A Java_sun_dc_pr_PathDasher_beginSubpath;
0N/A Java_sun_dc_pr_PathFiller_appendCubic;
0N/A
0N/A Java_sun_dc_pr_PathDasher_cClassFinalize;
0N/A Java_sun_dc_pr_PathDasher_cClassInitialize;
0N/A Java_sun_dc_pr_PathDasher_cInitialize;
0N/A Java_sun_dc_pr_PathFiller_cClassFinalize;
0N/A Java_sun_dc_pr_PathFiller_cClassInitialize;
0N/A Java_sun_dc_pr_PathFiller_cInitialize;
0N/A Java_sun_dc_pr_PathStroker_cClassFinalize;
0N/A Java_sun_dc_pr_PathStroker_cClassInitialize;
0N/A Java_sun_dc_pr_PathStroker_cInitialize;
0N/A Java_sun_dc_pr_PathStroker_cInitialize2D;
0N/A
0N/A Java_sun_dc_pr_PathDasher_getCPathConsumer;
0N/A Java_sun_dc_pr_PathFiller_getCPathConsumer;
0N/A Java_sun_dc_pr_PathStroker_getCPathConsumer;
0N/A
0N/A local:
0N/A *;
0N/A};