|
GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|

Go to the source code of this file.
Functions | |
| void | COM_Bitmap (int ncols, int nrows, int threshold, const unsigned char *buf) |
| void | COM_Begin (void) |
| void | COM_Move (double x, double y) |
| void | COM_Cont (double x, double y) |
| void | COM_Close (void) |
| void | COM_Stroke (void) |
| void | COM_Fill (void) |
| void | COM_Point (double x, double y) |
| void COM_Begin | ( | void | ) |
| void COM_Bitmap | ( | int | ncols, |
| int | nrows, | ||
| int | threshold, | ||
| const unsigned char * | buf | ||
| ) |
Definition at line 4 of file driver/draw.c.
| void COM_Close | ( | void | ) |
| void COM_Cont | ( | double | x, |
| double | y | ||
| ) |
| void COM_Fill | ( | void | ) |
| void COM_Move | ( | double | x, |
| double | y | ||
| ) |
| void COM_Point | ( | double | x, |
| double | y | ||
| ) |
Definition at line 47 of file driver/draw.c.
References driver::Point.
| void COM_Stroke | ( | void | ) |
Definition at line 35 of file driver/draw.c.
References driver::Stroke.