24 static int initialized;
void PNG_Box(double fx1, double fy1, double fx2, double fy2)
Draw a (filled) rectangle.
void PNG_color_rgb(int r, int g, int b)
Identify a color.
void PNG_Cont(double x, double y)
void PNG_Move(double x, double y)
void PNG_draw_bitmap(int ncols, int nrows, int threshold, const unsigned char *buf)
Draw bitmap.
const struct driver * PNG_Driver(void)
Initialize display driver.
void PNG_Erase(void)
Erase screen.
void PNG_Graph_close(void)
Close down the graphics processing. This gets called only at driver termination time.
const char * PNG_Graph_get_file(void)
Get render file.
int PNG_Graph_set(void)
Start up graphics processing.
void PNG_Line_width(double width)
Set line width.
GRASS png display driver - header file.
int PNG_raster(int, int, const unsigned char *, const unsigned char *, const unsigned char *, const unsigned char *)
void PNG_begin_raster(int, int[2][2], double[2][2])
Start drawing raster.
void PNG_Point(double, double)
Draw point.
void PNG_Set_window(double, double, double, double)
Set window.
void(* Graph_close)(void)
void(* Line_width)(double)
void(* Font_info)(char ***, int *)
void(* Text_box)(const char *, double *, double *, double *, double *)
void(* Point)(double, double)
int(* Raster)(int, int, const unsigned char *, const unsigned char *, const unsigned char *, const unsigned char *)
void(* Font_list)(char ***, int *)
const char *(* Graph_get_file)(void)
void(* Box)(double, double, double, double)
void(* Move)(double, double)
void(* Begin_raster)(int, int[2][2], double[2][2])
void(* Set_window)(double, double, double, double)
void(* Set_font)(const char *)
void(* Text)(const char *)
void(* Cont)(double, double)
void(* Color)(int, int, int)
void(* Bitmap)(int, int, int, const unsigned char *)