GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Cont.c File Reference
#include "driver.h"
#include "driverlib.h"
Include dependency graph for Cont.c:

Go to the source code of this file.

Functions

void COM_Cont_abs (int x, int y)
 
void COM_Cont_rel (int x, int y)
 

Function Documentation

void COM_Cont_abs ( int  x,
int  y 
)

Definition at line 4 of file Cont.c.

References cur_x, cur_y, DRV_draw_line(), and y.

Referenced by COM_Cont_rel(), COM_Polyline_abs(), LOC_cont_abs(), and process_command().

void COM_Cont_rel ( int  x,
int  y 
)

Definition at line 11 of file Cont.c.

References COM_Cont_abs(), cur_x, and cur_y.

Referenced by COM_Polydots_abs(), COM_Polydots_rel(), COM_Polyline_rel(), LOC_cont_rel(), and process_command().