|
Graphviz
2.29.20120524.0446
|
#include <stdarg.h>#include <stdlib.h>#include <string.h>#include "macros.h"#include "const.h"#include "gvplugin_render.h"#include "gvplugin_device.h"#include "agxbuf.h"#include "utils.h"#include "gvio.h"
Go to the source code of this file.
| #define GNEW | ( | t | ) | (t*)malloc(sizeof(t)) |
Definition at line 36 of file gvrender_core_dot.c.
| #define NUMXBUFS (EMIT_HLABEL+1) |
Definition at line 60 of file gvrender_core_dot.c.
| #define XDOTVERSION "1.2" |
Definition at line 58 of file gvrender_core_dot.c.
| enum format_type |
Definition at line 40 of file gvrender_core_dot.c.
| void core_loadimage_xdot | ( | GVJ_t * | job, |
| usershape_t * | us, | ||
| boxf | b, | ||
| boolean | filled | ||
| ) |
Definition at line 587 of file gvrender_core_dot.c.
References GVJ_s::obj, obj_state_s::emit_state, agxbput(), output_point(), boxf::LL, ROUND, boxf::UR, pointf_s::x, pointf_s::y, and usershape_s::name.
{
LAYOUT_NOT_REQUIRED,
{0.,0.},
{0.,0.},
{72.,72.},
}
Definition at line 689 of file gvrender_core_dot.c.
{
0,
{0.,0.},
{0.,0.},
{72.,72.},
}
Definition at line 696 of file gvrender_core_dot.c.
Definition at line 599 of file gvrender_core_dot.c.
{
{FORMAT_DOT, "dot:dot", 1, NULL, &device_features_dot},
{FORMAT_DOT, "gv:dot", 1, NULL, &device_features_dot},
{FORMAT_CANON, "canon:dot", 1, NULL, &device_features_canon},
{FORMAT_PLAIN, "plain:dot", 1, NULL, &device_features_dot},
{FORMAT_PLAIN_EXT, "plain-ext:dot", 1, NULL, &device_features_dot},
{FORMAT_XDOT, "xdot:xdot", 1, NULL, &device_features_dot},
{0, NULL, 0, NULL, NULL}
}
Definition at line 709 of file gvrender_core_dot.c.
{
{FORMAT_DOT, "dot", 1, &dot_engine, &render_features_dot},
{FORMAT_XDOT, "xdot", 1, &xdot_engine, &render_features_xdot},
{0, NULL, 0, NULL, NULL}
}
Definition at line 703 of file gvrender_core_dot.c.
{
GVRENDER_DOES_TRANSFORM,
0.,
NULL,
0,
COLOR_STRING,
}
Definition at line 670 of file gvrender_core_dot.c.
{
GVRENDER_DOES_TRANSFORM
| GVRENDER_DOES_MAPS
| GVRENDER_DOES_TARGETS
| GVRENDER_DOES_TOOLTIPS,
0.,
NULL,
0,
RGBA_BYTE,
}
Definition at line 678 of file gvrender_core_dot.c.
Definition at line 632 of file gvrender_core_dot.c.
1.7.5