|
Jspice3
|

Go to the source code of this file.
Data Structures | |
| struct | PSdevdep |
Macros | |
| #define | SOLID 0 |
| #define | DEVDEP(g) (*((PSdevdep *) (g)->devdep)) |
Functions | |
| int | PS_Init () |
| int | PS_NewViewport (GRAPH *graph) |
| int | PS_Close () |
| int | PS_Halt () |
| int | PS_Pixel (int x, int y) |
| int | PS_Line (int x1, int y1, int x2, int y2) |
| int | PS_Box (int x1, int y1, int x2, int y2) |
| int | PS_Arc (int x0, int y0, int radius, double theta1, double theta2) |
| int | PS_Polygon (POLYGON *p) |
| int | PS_Text (char *text, int x, int y) |
| int | PS_SetLinestyle (int linestyleid) |
| int | PS_SetColor (colorid) |
| int | PS_Update () |
| int | PS_ScaledText (char *text, int x, int y, int Xform) |
Variables | |
| static FILE * | plotfile |
| static char * | linestyle [] |
| static int | Xoff |
| static int | Yoff |
| static int | lastx |
| static int | lasty |
| int PS_Arc | ( | int | x0, |
| int | y0, | ||
| int | radius, | ||
| double | theta1, | ||
| double | theta2 | ||
| ) |
| int PS_Box | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2 | ||
| ) |
| int PS_NewViewport | ( | GRAPH * | graph | ) |
| int PS_ScaledText | ( | char * | text, |
| int | x, | ||
| int | y, | ||
| int | Xform | ||
| ) |
Definition at line 392 of file postsc.c.
| int PS_SetColor | ( | colorid | ) |
| int PS_Text | ( | char * | text, |
| int | x, | ||
| int | y | ||
| ) |
Definition at line 294 of file postsc.c.
|
static |