GRASS Programmer's Manual
6.4.2(2012)
|
Go to the source code of this file.
Functions | |
void | COM_Box_abs (int x1, int y1, int x2, int y2) |
void | COM_Box_rel (int x, int y) |
void COM_Box_abs | ( | int | x1, |
int | y1, | ||
int | x2, | ||
int | y2 | ||
) |
Definition at line 4 of file driver/Box.c.
References driver::Box_abs, and COM_Polygon_abs().
Referenced by COM_Box_rel(), COM_Erase(), LOC_box_abs(), and process_command().
void COM_Box_rel | ( | int | x, |
int | y | ||
) |
Definition at line 25 of file driver/Box.c.
References driver::Box_rel, COM_Box_abs(), cur_x, and cur_y.
Referenced by LOC_box_rel(), and process_command().