|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|


Go to the source code of this file.
Data Structures | |
| struct | ps_state |
Macros | |
| #define | FILE_NAME "map.ps" |
Functions | |
| void | output (const char *,...) |
| void | init_color_table (void) |
| int | lookup_color (int, int, int) |
| const struct driver * | PS_Driver (void) |
| void | PS_Box (double, double, double, double) |
| void | PS_Client_Close (void) |
| void | PS_Erase (void) |
| void | PS_Graph_close (void) |
| int | PS_Graph_set (void) |
| const char * | PS_Graph_get_file (void) |
| Get render file. | |
| void | PS_Line_width (double) |
| void | PS_Set_window (double, double, double, double) |
| void | PS_Color (int, int, int) |
| void | PS_Bitmap (int, int, int, const unsigned char *) |
| void | PS_begin_raster (int, int[2][2], double[2][2]) |
| int | PS_raster (int, int, const unsigned char *, const unsigned char *, const unsigned char *, const unsigned char *) |
| void | PS_end_raster (void) |
| void | PS_Begin (void) |
| void | PS_Move (double, double) |
| void | PS_Cont (double, double) |
| void | PS_Close (void) |
| void | PS_Stroke (void) |
| void | PS_Fill (void) |
| void | PS_Point (double, double) |
Variables | |
| struct ps_state | ps |
| #define FILE_NAME "map.ps" |
Definition at line 9 of file psdriver.h.
Definition at line 233 of file psdriver/graph_set.c.
References ps.
Referenced by cairo_write_bmp(), cairo_write_ppm(), G_check_input_output_name(), PS_Begin(), PS_begin_raster(), PS_Bitmap(), PS_Box(), PS_Close(), PS_Color(), PS_Cont(), PS_end_raster(), PS_Erase(), PS_Fill(), PS_Graph_close(), PS_Line_width(), PS_Move(), PS_Point(), PS_raster(), PS_Set_window(), PS_Stroke(), Vect_check_input_output_name(), write_bmp(), write_pgm(), write_png(), write_ppm(), and write_setup().
Definition at line 7 of file psdriver/raster.c.
Referenced by PS_Driver().
Definition at line 3 of file psdriver/draw_bitmap.c.
References cur_x, cur_y, and output().
Referenced by PS_Driver().
Definition at line 4 of file psdriver/color.c.
References b, g, output(), ps, and r.
Referenced by PS_Driver().
Definition at line 26 of file psdriver/draw.c.
Referenced by PS_Driver().
Definition at line 3 of file psdriver/erase.c.
Referenced by PS_Driver().
Definition at line 9 of file psdriver/graph_close.c.
References G_rename_file(), output(), and ps.
Referenced by PS_Driver().
Get render file.
Definition at line 228 of file psdriver/graph_set.c.
References ps.
Referenced by PS_Driver().
Definition at line 170 of file psdriver/graph_set.c.
References _, access, F_OK, FILE_NAME, G_fatal_error(), G_gisinit, G_rename_file(), G_strcasecmp(), G_tempfile(), G_verbose_message(), ps, screen_height, screen_width, and write_setup().
Referenced by PS_Driver().
Definition at line 21 of file psdriver/draw.c.
Referenced by PS_Driver().
Definition at line 46 of file psdriver/draw.c.
Referenced by PS_Driver().
|
extern |
Definition at line 29 of file psdriver/raster.c.
Referenced by PS_Driver().
Definition at line 21 of file psdriver/set_window.c.
References b, l, output(), ps, r, and t.
Referenced by PS_Driver().
Definition at line 26 of file psdriver/graph_set.c.
Referenced by cminv(), csolv(), gs_get_prev_surface(), gs_init_surf(), minv(), output(), PS_begin_raster(), PS_Color(), PS_Erase(), PS_Graph_close(), PS_Graph_get_file(), PS_Graph_set(), PS_raster(), PS_Set_window(), smgen(), solv(), and write_setup().