16 #define putshort(s,fp) putc(((unsigned char)s),fp); putc(((s)>>8),fp) 19 #define WP_fontwidth 100 20 #define WP_fontheight 180 51 plotfile = fopen((
char*)graph->devdep,
"wb");
54 graph->devdep = (
char *)
NULL;
207 double theta1, theta2;
218 int i = p->nvertices;
219 int *v = (
int*)p->xy;
bool cp_getvar(char *n, int t, char *r)
int WP_Pixel(int x, int y)
int WP_Polygon(POLYGON *p)
int WP_NewViewport(GRAPH *graph)
int WP_Text(char *text, int x, int y)
int WP_Box(int x1, int y1, int x2, int y2)
int WP_Line(int x1, int y1, int x2, int y2)
int WP_SetLinestyle(int linestyleid)
int WP_Arc(int x0, int y0, int radius, double theta1, double theta2)