/* Copyright (C) 1994 Aladdin Enterprises. 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 the license contained in the file LICENSE in this distribution. For more information about licensing, please refer to http://www.ghostscript.com/licensing/. For information on commercial licensing, go to http://www.artifex.com/licensing/ or contact Artifex Software, Inc., 101 Lucas Valley Road #110, San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ /* $Id: gspath2.h,v 1.5 2002/06/16 08:45:42 lpd Exp $ */ /* 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 */