|
PLplot 5.15.0
|
#include "plunicode-type1.h"Go to the source code of this file.
Classes | |
| struct | PSDev |
Macros | |
| #define | LINELENGTH 78 |
| #define | COPIES 1 |
| #define | XSIZE (int) ( pls->xlength * ( pls->xdpi / 72. ) ) |
| #define | YSIZE (int) ( pls->ylength * ( pls->ydpi / 72. ) ) |
| #define | ENLARGE 5 |
| #define | XPSSIZE ENLARGE * XSIZE |
| #define | YPSSIZE ENLARGE * YSIZE |
| #define | XOFFSET (int) ( pls->xoffset * ( pls->xdpi / 72. ) ) |
| #define | YOFFSET (int) ( pls->yoffset * ( pls->ydpi / 72. ) ) |
| #define | PSX XPSSIZE - 1 |
| #define | PSY YPSSIZE - 1 |
| #define | OF pls->OutFile |
| #define | MIN_WIDTH 1. |
| #define | MAX_WIDTH 30. |
| #define | DEF_WIDTH 3. |
| #define | XMIN -XOFFSET * ENLARGE |
| #define | XMAX PSX + XOFFSET * ENLARGE |
| #define | YMIN -XOFFSET * ENLARGE |
| #define | YMAX PSY + XOFFSET * ENLARGE |
| void plD_bop_pstex | ( | PLStream * | ) |
| void plD_eop_pstex | ( | PLStream * | ) |
| void plD_init_ps | ( | PLStream * | ) |
| void plD_init_psc | ( | PLStream * | ) |
| void plD_init_pstex | ( | PLStream * | ) |
| void plD_init_psttf | ( | PLStream * | ) |
| void plD_init_psttfc | ( | PLStream * | ) |
| void plD_line_ps | ( | PLStream * | pls, |
| short | x1a, | ||
| short | y1a, | ||
| short | x2a, | ||
| short | y2a ) |
| void plD_line_pstex | ( | PLStream * | , |
| short | , | ||
| short | , | ||
| short | , | ||
| short | ) |
| void plD_line_psttf | ( | PLStream * | pls, |
| short | x1a, | ||
| short | y1a, | ||
| short | x2a, | ||
| short | y2a ) |
| void plD_tidy_pstex | ( | PLStream * | ) |