24 static int initialized;
AMI_err name(char **stream_name)
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.
int PNG_Graph_set(void)
Start up graphics processing.
const char * PNG_Graph_get_file(void)
Get render file.
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 *)
Draw raster row.
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.