Classes | |
struct | PSDev |
Defines | |
#define | LINELENGTH 78 |
#define | COPIES 1 |
#define | XSIZE 540 |
#define | YSIZE 720 |
#define | ENLARGE 5 |
#define | XPSSIZE ENLARGE*XSIZE |
#define | YPSSIZE ENLARGE*YSIZE |
#define | XOFFSET 32 |
#define | YOFFSET 32 |
#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 |
Functions | |
void | plD_init_pstex (PLStream *) |
void | plD_line_pstex (PLStream *, short, short, short, short) |
void | plD_polyline_pstex (PLStream *, short *, short *, PLINT) |
void | plD_eop_pstex (PLStream *) |
void | plD_bop_pstex (PLStream *) |
void | plD_tidy_pstex (PLStream *) |
void | plD_state_pstex (PLStream *, PLINT) |
void | plD_esc_pstex (PLStream *, PLINT, void *) |
void | plD_init_psm (PLStream *) |
void | plD_init_psc (PLStream *) |
void | plD_line_ps (PLStream *, short, short, short, short) |
void | plD_polyline_ps (PLStream *, short *, short *, PLINT) |
void | plD_eop_ps (PLStream *) |
void | plD_bop_ps (PLStream *) |
void | plD_tidy_ps (PLStream *) |
void | plD_state_ps (PLStream *, PLINT) |
void | plD_esc_ps (PLStream *, PLINT, void *) |
void | plD_init_psttfm (PLStream *) |
void | plD_init_psttfc (PLStream *) |
void | plD_line_psttf (PLStream *, short, short, short, short) |
void | plD_polyline_psttf (PLStream *, short *, short *, PLINT) |
void | plD_eop_psttf (PLStream *) |
void | plD_bop_psttf (PLStream *) |
void | plD_tidy_psttf (PLStream *) |
void | plD_state_psttf (PLStream *, PLINT) |
void | plD_esc_psttf (PLStream *, PLINT, void *) |
#define COPIES 1 |
#define DEF_WIDTH 3 |
#define ENLARGE 5 |
#define LINELENGTH 78 |
#define MAX_WIDTH 30 |
#define MIN_WIDTH 1 |
#define OF pls->OutFile |
#define PSX XPSSIZE-1 |
#define PSY YPSSIZE-1 |
#define XMAX PSX+XOFFSET*ENLARGE |
#define XMIN -XOFFSET*ENLARGE |
#define XOFFSET 32 |
#define XPSSIZE ENLARGE*XSIZE |
#define XSIZE 540 |
#define YMAX PSY+XOFFSET*ENLARGE |
#define YMIN -XOFFSET*ENLARGE |
#define YOFFSET 32 |
#define YPSSIZE ENLARGE*YSIZE |
#define YSIZE 720 |
void plD_bop_ps | ( | PLStream * | ) |
void plD_bop_pstex | ( | PLStream * | ) |
void plD_bop_psttf | ( | PLStream * | ) |
void plD_eop_ps | ( | PLStream * | ) |
void plD_eop_pstex | ( | PLStream * | ) |
void plD_eop_psttf | ( | PLStream * | ) |
void plD_init_psc | ( | PLStream * | ) |
void plD_init_psm | ( | PLStream * | ) |
void plD_init_pstex | ( | PLStream * | ) |
void plD_init_psttfc | ( | PLStream * | ) |
void plD_init_psttfm | ( | PLStream * | ) |
void plD_line_ps | ( | PLStream * | , | |
short | , | |||
short | , | |||
short | , | |||
short | ||||
) |
void plD_line_pstex | ( | PLStream * | , | |
short | , | |||
short | , | |||
short | , | |||
short | ||||
) |
void plD_line_psttf | ( | PLStream * | , | |
short | , | |||
short | , | |||
short | , | |||
short | ||||
) |
void plD_tidy_ps | ( | PLStream * | ) |
void plD_tidy_pstex | ( | PLStream * | ) |
void plD_tidy_psttf | ( | PLStream * | ) |