GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-847944e18e
|
Go to the source code of this file.
Functions | |
void | HTML_Begin (void) |
void | HTML_Move (double x, double y) |
void | HTML_Cont (double x, double y) |
void | HTML_Close (void) |
void | HTML_Fill (void) |
void | HTML_Stroke (void) |
void HTML_Begin | ( | void | ) |
Definition at line 7 of file htmldriver/draw.c.
References path_begin().
void HTML_Close | ( | void | ) |
Definition at line 22 of file htmldriver/draw.c.
References path_close().
void HTML_Cont | ( | double | x, |
double | y | ||
) |
Definition at line 17 of file htmldriver/draw.c.
References path_cont(), and x.
void HTML_Fill | ( | void | ) |
Definition at line 27 of file htmldriver/draw.c.
References html_polygon().
void HTML_Move | ( | double | x, |
double | y | ||
) |
Definition at line 12 of file htmldriver/draw.c.
References path_move(), and x.
void HTML_Stroke | ( | void | ) |
Definition at line 32 of file htmldriver/draw.c.
References path_reset().