25 static int initialized;
void PS_Graph_close(void)
void PS_Set_window(double, double, double, double)
const char * PS_Graph_get_file(void)
Get render file.
void(* Line_width)(double)
int(* Raster)(int, int, const unsigned char *, const unsigned char *, const unsigned char *, const unsigned char *)
void(* Begin_raster)(int, int[2][2], double[2][2])
void PS_Cont(double x, double y)
void PS_Line_width(double width)
int PS_raster(int, int, const unsigned char *, const unsigned char *, const unsigned char *, const unsigned char *)
const struct driver * PS_Driver(void)
void(* Color)(int, int, int)
void(* Set_window)(double, double, double, double)
void(* Graph_close)(void)
void(* Move)(double, double)
void(* Text)(const char *)
void PS_Color(int r, int g, int b)
void(* Box)(double, double, double, double)
void(* Font_list)(char ***, int *)
const char *(* Graph_get_file)(void)
void(* Text_box)(const char *, double *, double *, double *, double *)
void(* Point)(double, double)
void(* Font_info)(char ***, int *)
void PS_Move(double x, double y)
void PS_begin_raster(int, int[2][2], double[2][2])
void PS_Box(double x1, double y1, double x2, double y2)
void(* Bitmap)(int, int, int, const unsigned char *)
void(* Set_font)(const char *)
void PS_Bitmap(int ncols, int nrows, int threshold, const unsigned char *buf)
void(* Cont)(double, double)
void PS_Point(double x, double y)