/misc/src/release/graphviz-2.18-1/src/graphviz-2.18/lib/common/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

Defines

#define NONE   0
#define NODE   1
#define EDGE   2
#define CLST   3
#define STACKSIZE   32

Variables

codegen_t MP_CodeGen


Define Documentation

#define CLST   3

Definition at line 30 of file mpgen.c.

#define EDGE   2

Definition at line 29 of file mpgen.c.

#define NODE   1

Definition at line 28 of file mpgen.c.

#define NONE   0

Definition at line 27 of file mpgen.c.

#define STACKSIZE   32

Definition at line 43 of file mpgen.c.


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 261 of file mpgen.c.


Generated on Mon Mar 31 19:04:46 2008 for Graphviz by  doxygen 1.5.1