#include "plDevs.h"
#include "plplotP.h"
#include "drivers.h"
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" |
#define MAX_INTENSITY 255 |
void plD_bop_mem | ( | PLStream * | pls | ) |
void plD_dispatch_init_mem | ( | PLDispatchTable * | pdt | ) |
void plD_eop_mem | ( | PLStream * | pls | ) |
void plD_init_mem | ( | PLStream * | pls | ) |
void plD_line_mem | ( | PLStream * | pls, | |
short | x1a, | |||
short | y1a, | |||
short | x2a, | |||
short | y2a | |||
) |
void plD_tidy_mem | ( | PLStream * | pls | ) |
const char* plD_DEVICE_INFO_mem = "mem:User-supplied memory device:-1:mem:46:mem" |