GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
Loading...
Searching...
No Matches
driver.h File Reference
#include <grass/fontcap.h>
Include dependency graph for driver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  driver
 

Functions

void LIB_init (const struct driver *drv)
 Initialize display driver.
 
void COM_Box_abs (double, double, double, double)
 
void COM_Color_RGB (unsigned char, unsigned char, unsigned char)
 
void COM_Standard_color (int)
 
void COM_Erase (void)
 
void COM_Set_font (const char *)
 
void COM_Set_encoding (const char *)
 
void COM_Font_list (char ***, int *)
 
void COM_Font_info (char ***, int *)
 
void COM_Get_text_box (const char *, double *, double *, double *, double *)
 
int COM_Graph_set (void)
 
void COM_Graph_close (void)
 
const char * COM_Graph_get_file (void)
 
void COM_Line_width (double)
 
void COM_Pos_abs (double, double)
 
void COM_begin_raster (int, int[2][2], double[2][2])
 
int COM_raster (int, int, const unsigned char *, const unsigned char *, const unsigned char *, const unsigned char *)
 
void COM_end_raster (void)
 
void COM_Set_window (double, double, double, double)
 
void COM_Get_window (double *, double *, double *, double *)
 
void COM_Text (const char *)
 
void COM_Text_size (double, double)
 
void COM_Text_rotation (double)
 
void COM_Bitmap (int, int, int, const unsigned char *)
 
void COM_Begin (void)
 
void COM_Move (double, double)
 
void COM_Cont (double, double)
 
void COM_Close (void)
 
void COM_Stroke (void)
 
void COM_Fill (void)
 
void COM_Point (double, double)
 

Variables

int screen_width
 
int screen_height
 
double cur_x
 
double cur_y
 
double text_size_x
 
double text_size_y
 
double text_rotation
 
double text_sinrot
 
double text_cosrot
 
int matrix_valid
 
struct GFONT_CAP * ftcap
 

Function Documentation

◆ COM_Begin()

void COM_Begin ( void  )
extern

Definition at line 10 of file driver/draw.c.

References driver::Begin.

◆ COM_begin_raster()

void COM_begin_raster ( int  mask,
int  src[2][2],
double  dst[2][2] 
)
extern

Definition at line 13 of file driver/raster.c.

References driver::Begin_raster.

◆ COM_Bitmap()

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

Definition at line 4 of file driver/draw.c.

References driver::Bitmap.

◆ COM_Box_abs()

void COM_Box_abs ( double  x1,
double  y1,
double  x2,
double  y2 
)
extern

Definition at line 4 of file driver/box.c.

References driver::Box.

◆ COM_Close()

void COM_Close ( void  )
extern

Definition at line 28 of file driver/draw.c.

References driver::Close.

◆ COM_Color_RGB()

void COM_Color_RGB ( unsigned char  r,
unsigned char  g,
unsigned char  b 
)
extern

Definition at line 5 of file driver/color.c.

References b, driver::Color, g, and r.

Referenced by COM_Standard_color().

◆ COM_Cont()

void COM_Cont ( double  x,
double  y 
)
extern

Definition at line 22 of file driver/draw.c.

References driver::Cont, and x.

◆ COM_end_raster()

void COM_end_raster ( void  )
extern

Definition at line 29 of file driver/raster.c.

References driver::End_raster.

◆ COM_Erase()

void COM_Erase ( void  )
extern

Definition at line 4 of file driver/erase.c.

References driver::Erase.

◆ COM_Fill()

void COM_Fill ( void  )
extern

Definition at line 40 of file driver/draw.c.

References driver::Fill.

◆ COM_Font_info()

void COM_Font_info ( char ***  list,
int *  count 
)
extern

Definition at line 154 of file font.c.

References count, driver::Font_info, and list.

◆ COM_Font_list()

void COM_Font_list ( char ***  list,
int *  count 
)
extern

Definition at line 147 of file font.c.

References count, driver::Font_list, and list.

◆ COM_Get_text_box()

void COM_Get_text_box ( const char *  text,
double *  t,
double *  b,
double *  l,
double *  r 
)
extern

Definition at line 4 of file get_t_box.c.

References b, font_get_type(), get_text_ext(), get_text_ext_freetype(), l, r, t, and driver::Text_box.

◆ COM_Get_window()

void COM_Get_window ( double *  t,
double *  b,
double *  l,
double *  r 
)
extern

Definition at line 19 of file driver/set_window.c.

References b, l, r, and t.

◆ COM_Graph_close()

void COM_Graph_close ( void  )
extern

Definition at line 12 of file driver/graph.c.

References driver::Graph_close.

◆ COM_Graph_get_file()

const char * COM_Graph_get_file ( void  )
extern

Definition at line 18 of file driver/graph.c.

References driver::Graph_get_file, and NULL.

◆ COM_Graph_set()

int COM_Graph_set ( void  )
extern

Definition at line 5 of file driver/graph.c.

References driver::Graph_set.

Referenced by LIB_init().

◆ COM_Line_width()

void COM_Line_width ( double  width)
extern

Definition at line 4 of file driver/line_width.c.

References driver::Line_width.

◆ COM_Move()

void COM_Move ( double  x,
double  y 
)
extern

Definition at line 16 of file driver/draw.c.

References driver::Move, and x.

◆ COM_Point()

void COM_Point ( double  x,
double  y 
)
extern

Definition at line 46 of file driver/draw.c.

References driver::Point, and x.

◆ COM_Pos_abs()

void COM_Pos_abs ( double  x,
double  y 
)
extern

Definition at line 4 of file move.c.

References cur_x, cur_y, and x.

◆ COM_raster()

int COM_raster ( int  n,
int  row,
const unsigned char *  red,
const unsigned char *  grn,
const unsigned char *  blu,
const unsigned char *  nul 
)
extern

Definition at line 19 of file driver/raster.c.

References driver::Raster.

◆ COM_Set_encoding()

void COM_Set_encoding ( const char *  enc)
extern

Definition at line 139 of file font.c.

References G_free(), and G_store().

Referenced by COM_Set_font().

◆ COM_Set_font()

void COM_Set_font ( const char *  name)
extern

◆ COM_Set_window()

void COM_Set_window ( double  t,
double  b,
double  l,
double  r 
)
extern

Definition at line 8 of file driver/set_window.c.

References b, l, r, driver::Set_window, and t.

Referenced by LIB_init().

◆ COM_Standard_color()

void COM_Standard_color ( int  number)
extern

Definition at line 11 of file driver/color.c.

References COM_Color_RGB(), G_num_standard_colors(), and G_standard_color_rgb().

◆ COM_Stroke()

void COM_Stroke ( void  )
extern

Definition at line 34 of file driver/draw.c.

References driver::Stroke.

◆ COM_Text()

void COM_Text ( const char *  text)
extern

Definition at line 4 of file driver/text.c.

References font_get_type(), soft_text(), soft_text_freetype(), and driver::Text.

◆ COM_Text_rotation()

void COM_Text_rotation ( double  val)
extern

Definition at line 12 of file text_size.c.

References matrix_valid, text_cosrot, text_rotation, and text_sinrot.

◆ COM_Text_size()

void COM_Text_size ( double  x,
double  y 
)
extern

Definition at line 5 of file text_size.c.

References matrix_valid, text_size_x, text_size_y, and x.

◆ LIB_init()

void LIB_init ( const struct driver drv)
extern

Initialize display driver.

Parameters
drvpointer to driver structure

Definition at line 47 of file driver/init.c.

References COM_Graph_set(), COM_Set_window(), DEF_HEIGHT, DEF_WIDTH, ftcap, parse_fontcap(), screen_height, and screen_width.

Variable Documentation

◆ cur_x

◆ cur_y

◆ ftcap

struct GFONT_CAP* ftcap
extern

Definition at line 27 of file driver/init.c.

Referenced by COM_Set_font(), free_fontcap(), and LIB_init().

◆ matrix_valid

int matrix_valid
extern

Definition at line 40 of file driver/init.c.

Referenced by COM_Text_rotation(), and COM_Text_size().

◆ screen_height

int screen_height
extern

Definition at line 30 of file driver/init.c.

Referenced by HTML_Graph_close(), HTML_Graph_set(), LIB_init(), PNG_Graph_set(), and PS_Graph_set().

◆ screen_width

int screen_width
extern

◆ text_cosrot

double text_cosrot
extern

Definition at line 39 of file driver/init.c.

Referenced by COM_Text_rotation().

◆ text_rotation

double text_rotation
extern

Definition at line 37 of file driver/init.c.

Referenced by COM_Text_rotation().

◆ text_sinrot

double text_sinrot
extern

Definition at line 38 of file driver/init.c.

Referenced by COM_Text_rotation().

◆ text_size_x

double text_size_x
extern

Definition at line 35 of file driver/init.c.

Referenced by COM_Text_size().

◆ text_size_y

double text_size_y
extern

Definition at line 36 of file driver/init.c.

Referenced by COM_Text_size().