GRASS Programmer's Manual
6.4.4(2014)-r
|
Go to the source code of this file.
Functions | |
void | DRV_draw_bitmap (int ncols, int nrows, int threshold, const unsigned char *buf) |
void | DRV_draw_line (int x0, int y0, int x1, int y1) |
void | DRV_draw_point (int x, int y) |
void DRV_draw_bitmap | ( | int | ncols, |
int | nrows, | ||
int | threshold, | ||
const unsigned char * | buf | ||
) |
void DRV_draw_line | ( | int | x0, |
int | y0, | ||
int | x1, | ||
int | y1 | ||
) |
void DRV_draw_point | ( | int | x, |
int | y | ||
) |
Definition at line 18 of file Draw.c.
References driver::draw_point.