|
Graphviz
2.41.20171026.1811
|
#include "config.h"#include <stdarg.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include "macros.h"#include "const.h"#include "gvplugin_render.h"#include "gvplugin_device.h"#include "gvio.h"#include "gvcint.h"
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 | MAXNEST 4 |
| #define | SVG_COLORS_P 0 |
Typedefs | |
| typedef struct context_t | context_t |
Functions | |
| char * | xml_string (char *str) |
| int | ellipse_connection (pointf cp, pointf p) |
| int | box_connection (node_t *n, pointf p) |
Variables | |
| gvrender_engine_t | dia_engine |
| gvplugin_installed_t | gvrender_dia_types [] |
| gvplugin_installed_t | gvdevice_dia_types [] |
| #define BOLD 1 |
Definition at line 37 of file gvrender_core_dia.c.
| #define DIA_RESOLUTION 1.0 |
Definition at line 50 of file gvrender_core_dia.c.
| #define ITALIC 2 |
Definition at line 38 of file gvrender_core_dia.c.
| #define MAXNEST 4 |
Definition at line 65 of file gvrender_core_dia.c.
| #define P_DASHED 11 /* or this */ |
Definition at line 44 of file gvrender_core_dia.c.
| #define P_DOTTED 4 /* i wasn't sure about this */ |
Definition at line 43 of file gvrender_core_dia.c.
| #define P_NONE 15 |
Definition at line 42 of file gvrender_core_dia.c.
| #define P_SOLID 0 |
Definition at line 41 of file gvrender_core_dia.c.
| #define REGULAR 0 |
Definition at line 36 of file gvrender_core_dia.c.
| #define SCALE (DIA_RESOLUTION/15.0) |
Definition at line 51 of file gvrender_core_dia.c.
| #define SVG_COLORS_P 0 |
Definition at line 69 of file gvrender_core_dia.c.
| #define WIDTH_BOLD 3 |
Definition at line 48 of file gvrender_core_dia.c.
| #define WIDTH_NORMAL 1 |
Definition at line 47 of file gvrender_core_dia.c.
| enum format_type |
Definition at line 31 of file gvrender_core_dia.c.
Definition at line 640 of file gvrender_core_dia.c.
References dist2(), DIST2, ND_height, ND_ht, ND_lw, ND_rw, ND_shape_info, ND_width, polygon_t::peripheries, POINTS, ROUND, polygon_t::sides, polygon_t::vertices, point::x, pointf_s::x, point::y, and pointf_s::y.
Definition at line 610 of file gvrender_core_dia.c.
References pointf_s::x, and pointf_s::y.
| gvrender_engine_t dia_engine |
Definition at line 942 of file gvrender_core_dia.c.
| gvplugin_installed_t gvdevice_dia_types[] |
Definition at line 982 of file gvrender_core_dia.c.
| gvplugin_installed_t gvrender_dia_types[] |
Definition at line 977 of file gvrender_core_dia.c.
1.8.5