home *** CD-ROM | disk | FTP | other *** search
- int Pgetcolor();
- void SwapReal(float *r,float *s);
- void SetMaxColor(int c);
- void DebugOn();
- void DebugOff();
- void WritePlotter(char s[256]);
- char *I2S(int i);
- char *R2S(float r,int n,int m);
- void GetPlotterViewport(int *x1,int *y1,int *x2,int *y2);
- void SetPlotterViewport(int x1,int y1,int x2,int y2);
- void SelectPen(int p);
- void PenUp();
- void PenDown();
- void ScalePlotterViewport(int x1,int y1,int x2,int y2);
- void Pmoveto(float x1,float y1);
- void Plineto(float x1,float y1);
- void Pmoverel(float x1,float y1);
- void Plinerel(float x1,float y1);
- void Psettextjustify(int H,int V);
- void Psetlinestyle(int ls, int pat);
- void Psettextstyle(int font,int dir,int size);
- void JustifyPenPosition(char s[256]);
- void Pouttext(char s[256]);
- void Pbar(float x1,float y1,float x2,float y2);
- void Prectangle(float x1,float y1,float x2,float y2);
- void PEdgeWedge(float x,float y,float radius, int start,int sweep);
- void PShadeWedge(float x,float y,float radius,int start,int sweep);
- void Psetfillstyle(int pati,int c);
- void SetClippingWindow(int x1,int y1,int x2,int y2);
- void SelectPenVelocity(int v);
-