#include "plDevs.h"
#include "plplotP.h"
#include "drivers.h"
Functions | |
void | plD_dispatch_init_null (PLDispatchTable *pdt) |
void | plD_init_null (PLStream *) |
void | plD_line_null (PLStream *, short, short, short, short) |
void | plD_polyline_null (PLStream *, short *, short *, PLINT) |
void | plD_eop_null (PLStream *) |
void | plD_bop_null (PLStream *) |
void | plD_tidy_null (PLStream *) |
void | plD_state_null (PLStream *, PLINT) |
void | plD_esc_null (PLStream *, PLINT, void *) |
Variables | |
const char * | plD_DEVICE_INFO_null = "null:Null device:-1:null:42:null" |
void plD_bop_null | ( | PLStream * | pls | ) |
void plD_dispatch_init_null | ( | PLDispatchTable * | pdt | ) |
void plD_eop_null | ( | PLStream * | pls | ) |
void plD_init_null | ( | PLStream * | pls | ) |
void plD_line_null | ( | PLStream * | pls, | |
short | x1a, | |||
short | y1a, | |||
short | x2a, | |||
short | y2a | |||
) |
void plD_tidy_null | ( | PLStream * | pls | ) |
const char* plD_DEVICE_INFO_null = "null:Null device:-1:null:42:null" |