gsdps.h 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. /* Copyright (C) 1997 Aladdin Enterprises. All rights reserved.
  2. This software is provided AS-IS with no warranty, either express or
  3. implied.
  4. This software is distributed under license and may not be copied,
  5. modified or distributed except as expressly authorized under the terms
  6. of the license contained in the file LICENSE in this distribution.
  7. For more information about licensing, please refer to
  8. http://www.ghostscript.com/licensing/. For information on
  9. commercial licensing, go to http://www.artifex.com/licensing/ or
  10. contact Artifex Software, Inc., 101 Lucas Valley Road #110,
  11. San Rafael, CA 94903, U.S.A., +1(415)492-9861.
  12. */
  13. /* $Id: gsdps.h,v 1.5 2002/06/16 08:45:42 lpd Exp $ */
  14. /* Client interface to Display PostScript facilities. */
  15. #ifndef gsdps_INCLUDED
  16. # define gsdps_INCLUDED
  17. /* Device-source images */
  18. #include "gsiparm2.h"
  19. /* View clipping */
  20. int gs_initviewclip(gs_state *);
  21. int gs_eoviewclip(gs_state *);
  22. int gs_viewclip(gs_state *);
  23. int gs_viewclippath(gs_state *);
  24. #endif /* gsdps_INCLUDED */