GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include <time.h>
#include <grass/gis.h>
#include "psdriver.h"
Go to the source code of this file.
Data Structures | |
struct | paper |
Macros | |
#define | DATE_FORMAT "%c" |
Functions | |
void | write_setup (void) |
int | PS_Graph_set (int argc, char **argv) |
void | output (const char *fmt,...) |
Variables | |
const char * | file_name |
FILE * | outfp |
int | true_color |
int | width |
int | height |
int | encapsulated |
int | no_header |
int | no_trailer |
#define DATE_FORMAT "%c" |
Definition at line 21 of file psdriver/Graph_set.c.
void output | ( | const char * | fmt, |
... | |||
) |
Definition at line 224 of file psdriver/Graph_set.c.
References outfp.
Referenced by PS_begin_scaled_raster(), PS_Box_abs(), PS_color(), PS_draw_bitmap(), PS_draw_line(), PS_draw_point(), PS_end_scaled_raster(), PS_Erase(), PS_Graph_close(), PS_Line_width(), PS_Polygon_abs(), PS_Polyline_abs(), PS_scaled_raster(), PS_Set_window(), write_bmp(), write_pgm(), write_png(), write_ppm(), and write_setup().
Definition at line 172 of file psdriver/Graph_set.c.
References encapsulated, FILE_NAME, file_name, G_fatal_error(), G_message(), G_strcasecmp(), getenv(), height, init_color_table(), no_header, no_trailer, outfp, true_color, dialogs::width, and write_setup().
Referenced by PS_Driver().
void write_setup | ( | void | ) |
Definition at line 97 of file psdriver/Graph_set.c.
References height, output(), and dialogs::width.
Referenced by PS_Graph_set().
int encapsulated |
Definition at line 27 of file psdriver/Graph_set.c.
Referenced by PS_Erase(), PS_Graph_set(), and PS_Set_window().
const char* file_name |
Definition at line 23 of file psdriver/Graph_set.c.
Referenced by find_datah(), G_vasprintf(), PNG_Graph_set(), PS_Graph_set(), read_bmp(), read_image(), read_pgm(), read_png(), read_ppm(), write_bmp(), write_image(), write_pgm(), write_png(), and write_ppm().
int height |
Definition at line 26 of file psdriver/Graph_set.c.
Referenced by avl_copy(), D_popup(), gsd_get_txtheight(), Nviz_set_viewpoint_height(), PNG_Box_abs(), PNG_Erase(), PNG_Graph_set(), PS_Graph_set(), read_bmp(), read_pgm(), read_png(), read_ppm(), write_bmp(), write_pgm(), write_png(), write_ppm(), and write_setup().
int no_header |
Definition at line 28 of file psdriver/Graph_set.c.
Referenced by PS_Graph_set().
int no_trailer |
Definition at line 28 of file psdriver/Graph_set.c.
Referenced by PS_Graph_close(), and PS_Graph_set().
FILE* outfp |
Definition at line 24 of file psdriver/Graph_set.c.
Referenced by G_copy_file(), output(), PS_Client_Close(), PS_Graph_close(), PS_Graph_set(), and PS_Respond().
int true_color |
Definition at line 25 of file psdriver/Graph_set.c.
int width |
Definition at line 26 of file psdriver/Graph_set.c.