summaryrefslogtreecommitdiff
path: root/gs/base/gspath2.h
diff options
context:
space:
mode:
Diffstat (limited to 'gs/base/gspath2.h')
-rw-r--r--gs/base/gspath2.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/gs/base/gspath2.h b/gs/base/gspath2.h
new file mode 100644
index 000000000..6762839b1
--- /dev/null
+++ b/gs/base/gspath2.h
@@ -0,0 +1,30 @@
+/* Copyright (C) 2001-2006 Artifex Software, Inc.
+ All Rights Reserved.
+
+ This software is provided AS-IS with no warranty, either express or
+ implied.
+
+ This software is distributed under license and may not be copied, modified
+ or distributed except as expressly authorized under the terms of that
+ license. Refer to licensing information at http://www.artifex.com/
+ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
+ San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
+*/
+
+/* $Id$ */
+/* Level 2 graphics state path procedures */
+/* Requires gsmatrix.h */
+
+#ifndef gspath2_INCLUDED
+# define gspath2_INCLUDED
+
+/* Miscellaneous */
+int gs_setbbox(gs_state *, floatp, floatp, floatp, floatp);
+
+/* Rectangles */
+int gs_rectappend(gs_state *, const gs_rect *, uint);
+int gs_rectclip(gs_state *, const gs_rect *, uint);
+int gs_rectfill(gs_state *, const gs_rect *, uint);
+int gs_rectstroke(gs_state *, const gs_rect *, uint, const gs_matrix *);
+
+#endif /* gspath2_INCLUDED */