GRASS GIS 7 Programmer's Manual
7.8.2(2019)-exported
|
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include <time.h>
#include <math.h>
#include <grass/gis.h>
#include <grass/glocale.h>
#include "psdriver.h"
Go to the source code of this file.
Macros | |
#define | DATE_FORMAT "%c" |
Functions | |
void | write_setup (void) |
int | PS_Graph_set (void) |
const char * | PS_Graph_get_file (void) |
Get render file. More... | |
void | output (const char *fmt,...) |
Variables | |
struct ps_state | ps |
#define DATE_FORMAT "%c" |
Definition at line 23 of file psdriver/graph_set.c.
void output | ( | const char * | fmt, |
... | |||
) |
Definition at line 233 of file psdriver/graph_set.c.
References ps_state::outfp, and ps.
Referenced by cairo_write_bmp(), cairo_write_ppm(), G_check_input_output_name(), PS_Begin(), PS_Close(), PS_Color(), PS_Cont(), PS_end_raster(), PS_Erase(), PS_Fill(), PS_Graph_close(), PS_Move(), PS_Point(), PS_Set_window(), PS_Stroke(), write_bmp(), write_pgm(), write_png(), write_ppm(), and write_setup().
const char* PS_Graph_get_file | ( | void | ) |
int PS_Graph_set | ( | void | ) |
Definition at line 173 of file psdriver/graph_set.c.
References FILE_NAME.
void write_setup | ( | void | ) |
Definition at line 98 of file psdriver/graph_set.c.
References ps_state::bot, ps_state::left, output(), and ps.
struct ps_state ps |
Definition at line 25 of file psdriver/graph_set.c.
Referenced by gs_get_prev_surface(), gs_init_surf(), output(), PS_Color(), PS_Erase(), PS_Graph_close(), PS_raster(), PS_Set_window(), and write_setup().