home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / fractal / tesseract / !Tesseract / source / h / ploth
Encoding:
Text File  |  1991-12-16  |  609 b   |  22 lines

  1. /* > ploth */
  2.  
  3. extern int screen_adr;
  4.  
  5. extern void plotdata(char *adr);
  6.  
  7. extern void set(int c, int len, void *dst);
  8. extern void clg9(int screen_adr);
  9. extern void vsync_event(void);
  10. extern int MulScale(int n1, int n2, int scale);
  11. extern int MulDiv(int n1, int n2, int dn);
  12. extern int DivScale(int n1, int n2, int scale);
  13.  
  14. extern int CrossMul(int s, int c, int *w0, int *w2);
  15.  
  16. extern int plot_init(void);
  17. extern void plot_end(void);
  18. extern void plot_begin(void);
  19. extern int plot_show(void);
  20. extern void plot_circlefill(int x, int y, int r, unsigned col);
  21. extern void plot_line(int x0, int y0, int x1, int y1);
  22.