Graphviz  2.41.20171026.1811
Data Structures | Macros | Typedefs | Variables
mpgen.c File Reference
#include "render.h"
#include <unistd.h>
#include <sys/stat.h>
Include dependency graph for mpgen.c:

Go to the source code of this file.

Data Structures

struct  grcontext_t
 

Macros

#define NONE   0
 
#define NODE   1
 
#define EDGE   2
 
#define CLST   3
 
#define STACKSIZE   32 /* essentially infinite? */
 

Typedefs

typedef struct grcontext_t grcontext_t
 

Variables

codegen_t MP_CodeGen
 

Macro Definition Documentation

#define CLST   3

Definition at line 27 of file mpgen.c.

#define EDGE   2

Definition at line 26 of file mpgen.c.

#define NODE   1

Definition at line 25 of file mpgen.c.

#define NONE   0

Definition at line 24 of file mpgen.c.

#define STACKSIZE   32 /* essentially infinite? */

Definition at line 40 of file mpgen.c.

Typedef Documentation

typedef struct grcontext_t grcontext_t

Variable Documentation

codegen_t MP_CodeGen
Initial value:
= {
mp_reset,
mp_begin_job, mp_end_job,
mp_begin_graph, 0,
mp_begin_page, 0,
0, 0,
0, 0,
0, 0,
0, 0,
0, 0,
0, 0,
mp_begin_context, mp_end_context,
0, 0,
mp_set_font, mp_textpara,
mp_set_color, mp_set_color, mp_set_style,
mp_ellipse, mp_polygon,
mp_bezier, mp_polyline,
0,
mp_comment,
mp_usershape
}

Definition at line 304 of file mpgen.c.