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

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)
 

Function Documentation

void DRV_draw_bitmap ( int  ncols,
int  nrows,
int  threshold,
const unsigned char *  buf 
)

Definition at line 5 of file Draw.c.

References driver::draw_bitmap.

Referenced by COM_Bitmap().

void DRV_draw_line ( int  x0,
int  y0,
int  x1,
int  y1 
)

Definition at line 12 of file Draw.c.

References driver::draw_line.

Referenced by COM_Cont_abs().

void DRV_draw_point ( int  x,
int  y 
)

Definition at line 18 of file Draw.c.

References driver::draw_point.