home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c129 / 1.ddi / HPPLOT.H < prev    next >
Encoding:
Text File  |  1989-08-11  |  1.1 KB  |  32 lines

  1. int Pgetcolor();
  2. void SwapReal(float *r,float *s);
  3. void SetMaxColor(int c);
  4. void DebugOn();
  5. void DebugOff();
  6. void WritePlotter(char s[256]);
  7. char *I2S(int i);
  8. char *R2S(float r,int n,int m);
  9. void GetPlotterViewport(int *x1,int *y1,int *x2,int *y2);
  10. void SetPlotterViewport(int x1,int y1,int x2,int y2);
  11. void SelectPen(int p);
  12. void PenUp();
  13. void PenDown();
  14. void ScalePlotterViewport(int x1,int y1,int x2,int y2);
  15. void Pmoveto(float x1,float y1);
  16. void Plineto(float x1,float y1);
  17. void Pmoverel(float x1,float y1);
  18. void Plinerel(float x1,float y1);
  19. void Psettextjustify(int H,int V);
  20. void Psetlinestyle(int ls, int pat);
  21. void Psettextstyle(int font,int  dir,int  size);
  22. void JustifyPenPosition(char s[256]);
  23. void Pouttext(char s[256]);
  24. void Pbar(float x1,float y1,float x2,float y2);
  25. void Prectangle(float x1,float y1,float x2,float y2);
  26. void PEdgeWedge(float x,float y,float radius, int  start,int  sweep);
  27. void PShadeWedge(float x,float y,float radius,int start,int sweep);
  28. void Psetfillstyle(int pati,int c);
  29. void SetClippingWindow(int x1,int y1,int x2,int y2);
  30. void SelectPenVelocity(int v);
  31.  
  32.