home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / texmf / source / dvips / amiga / include / drawPS_protos.h < prev    next >
Encoding:
Text File  |  1994-01-08  |  458 b   |  30 lines

  1. /* Prototypes for functions defined in
  2. drawPS.c
  3.  */
  4.  
  5. void setPenSize(char * cp);
  6.  
  7. void addPath(char * cp);
  8.  
  9. void arc(char * cp,
  10.          int invis);
  11.  
  12. void flushDashedPath(int dotted,
  13.                      double inchesPerDash);
  14.  
  15. void flushPath(int invis);
  16.  
  17. void flushDashed(char * cp,
  18.                  int dotted);
  19.  
  20. void flushSpline(char * cp);
  21.  
  22. void SetShade(register char * cp);
  23.  
  24. void shadeLast(char * cp);
  25.  
  26. void whitenLast(void);
  27.  
  28. void blackenLast(void);
  29.  
  30.