#include "spice.h"
#include "plotdefs.h"
Go to the source code of this file.
|
int | WP_Init () |
|
int | WP_NewViewport (GRAPH *graph) |
|
int | WP_Close () |
|
int | WP_Halt () |
|
int | WP_Pixel (int x, int y) |
|
int | WP_Line (int x1, int y1, int x2, int y2) |
|
int | WP_Box (int x1, int y1, int x2, int y2) |
|
int | WP_Arc (int x0, int y0, int radius, double theta1, double theta2) |
|
int | WP_Polygon (POLYGON *p) |
|
int | WP_Text (char *text, int x, int y) |
|
int | WP_SetLinestyle (int linestyleid) |
|
int | WP_SetColor (colorid) |
|
int | WP_Update () |
|
#define putshort |
( |
|
s, |
|
|
|
fp |
|
) |
| putc(((unsigned char)s),fp); putc(((s)>>8),fp) |
Definition at line 16 of file wp.c.
#define WP_fontheight 180 |
Definition at line 20 of file wp.c.
Definition at line 19 of file wp.c.
int WP_Arc |
( |
int |
x0, |
|
|
int |
y0, |
|
|
int |
radius, |
|
|
double |
theta1, |
|
|
double |
theta2 |
|
) |
| |
Definition at line 204 of file wp.c.
int WP_Box |
( |
int |
x1, |
|
|
int |
y1, |
|
|
int |
x2, |
|
|
int |
y2 |
|
) |
| |
Definition at line 173 of file wp.c.
Definition at line 127 of file wp.c.
Definition at line 135 of file wp.c.
Definition at line 24 of file wp.c.
bool cp_getvar(char *n, int t, char *r)
int WP_Line |
( |
int |
x1, |
|
|
int |
y1, |
|
|
int |
x2, |
|
|
int |
y2 |
|
) |
| |
Definition at line 155 of file wp.c.
int WP_NewViewport |
( |
GRAPH * |
graph | ) |
|
Definition at line 46 of file wp.c.
struct graph::@2 absolute
int WP_Pixel |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
Definition at line 146 of file wp.c.
Definition at line 215 of file wp.c.
219 int *v = (
int*)p->
xy;
int WP_SetColor |
( |
colorid |
| ) |
|
Definition at line 272 of file wp.c.
int WP_SetLinestyle |
( |
int |
linestyleid | ) |
|
Definition at line 262 of file wp.c.
int WP_Text |
( |
char * |
text, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
Definition at line 238 of file wp.c.
Definition at line 279 of file wp.c.
Definition at line 14 of file wp.c.