|
Graphviz
2.41.20171026.1811
|

Go to the source code of this file.
Data Structures | |
| struct | context_t |
Macros | |
| #define | REGULAR 0 |
| #define | BOLD 1 |
| #define | ITALIC 2 |
| #define | P_SOLID 0 |
| #define | P_NONE 15 |
| #define | P_DOTTED 4 /* i wasn't sure about this */ |
| #define | P_DASHED 11 /* or this */ |
| #define | WIDTH_NORMAL 1 |
| #define | WIDTH_BOLD 3 |
| #define | DIA_RESOLUTION 1.0 |
| #define | SCALE (DIA_RESOLUTION/15.0) |
| #define | NODE 1 |
| #define | EDGE 2 |
| #define | CLST 3 |
| #define | MAXNEST 4 |
| #define | SVG_COLORS_P 0 |
Typedefs | |
| typedef struct context_t | context_t |
Functions | |
| int | ellipse_connection (pointf cp, pointf p) |
| int | box_connection (node_t *n, pointf p) |
Variables | |
| codegen_t | DIA_CodeGen |
| #define SCALE (DIA_RESOLUTION/15.0) |
Definition at line 682 of file diagen.c.
References ALLOC, dist2(), DIST2, ND_coord, ND_height, ND_ht, ND_lw, ND_rw, ND_shape_info, ND_width, polygon_t::peripheries, POINTS, polygon_t::sides, polygon_t::vertices, pointf_s::x, and pointf_s::y.
Definition at line 652 of file diagen.c.
References pointf_s::x, and pointf_s::y.
| codegen_t DIA_CodeGen |
1.8.5