|
Defines |
| #define | MAX(a, b) ((a>b) ? a : b) |
| #define | ABS(a) ((a<0) ? -a : a) |
| #define | MAX_INTENSITY 255 |
| #define | sign(a) ((a<0) ? -1 : ((a == 0) ? 0 : 1)) |
Functions |
| void | plD_dispatch_init_mem (PLDispatchTable *pdt) |
| void | plD_init_mem (PLStream *) |
| void | plD_line_mem (PLStream *, short, short, short, short) |
| void | plD_polyline_mem (PLStream *, short *, short *, PLINT) |
| void | plD_eop_mem (PLStream *) |
| void | plD_bop_mem (PLStream *) |
| void | plD_tidy_mem (PLStream *) |
| void | plD_state_mem (PLStream *, PLINT) |
| void | plD_esc_mem (PLStream *, PLINT, void *) |
Variables |
| const char * | plD_DEVICE_INFO_mem = "mem:User-supplied memory device:-1:mem:46:mem" |