GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
GRASS PNG display driver. More...
Go to the source code of this file.
Functions | |
void | PNG_Begin (void) |
void | PNG_Move (double x, double y) |
void | PNG_Cont (double x, double y) |
void | PNG_Close (void) |
void | PNG_Stroke (void) |
void | PNG_Fill (void) |
GRASS PNG display driver.
(C) 2008 by Glynn Clements and the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file pngdriver/draw.c.
void PNG_Begin | ( | void | ) |
Definition at line 21 of file pngdriver/draw.c.
References path_begin().
void PNG_Close | ( | void | ) |
Definition at line 36 of file pngdriver/draw.c.
References path_close().
void PNG_Cont | ( | double | x, |
double | y | ||
) |
Definition at line 31 of file pngdriver/draw.c.
References path_cont().
void PNG_Fill | ( | void | ) |
Definition at line 46 of file pngdriver/draw.c.
References png_polygon().
void PNG_Move | ( | double | x, |
double | y | ||
) |
Definition at line 26 of file pngdriver/draw.c.
References path_move().
void PNG_Stroke | ( | void | ) |
Definition at line 41 of file pngdriver/draw.c.
References path_stroke(), and png_draw_line().