|
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 "gvio.h"#include "memory.h"
Go to the source code of this file.
| enum format_type |
Definition at line 30 of file gvrender_core_vml.c.
| char* html_string | ( | char * | s | ) |
Definition at line 130 of file gvrender_core_vml.c.
References NULL, sub, gmalloc(), and grealloc().
Referenced by aglex().
| int strcasecmp | ( | const char * | s1, |
| const char * | s2 | ||
| ) |
Definition at line 23 of file strcasecmp.c.
Referenced by mapBool(), edgeType(), gvplugin_list(), and gvPluginList().
{
GVDEVICE_DOES_TRUECOLOR,
{0.,0.},
{0.,0.},
{96.,96.},
}
Definition at line 590 of file gvrender_core_vml.c.
{
GVDEVICE_DOES_TRUECOLOR
| GVDEVICE_COMPRESSED_FORMAT,
{0.,0.},
{0.,0.},
{96.,96.},
}
Definition at line 597 of file gvrender_core_vml.c.
| unsigned int graphHeight |
Definition at line 32 of file gvrender_core_vml.c.
| unsigned int graphWidth |
Definition at line 32 of file gvrender_core_vml.c.
{
{FORMAT_VML, "vml:vml", 1, NULL, &device_features_vml},
{0, NULL, 0, NULL, NULL}
}
Definition at line 610 of file gvrender_core_vml.c.
{
{FORMAT_VML, "vml", 1, &vml_engine, &render_features_vml},
{0, NULL, 0, NULL, NULL}
}
Definition at line 605 of file gvrender_core_vml.c.
{
GVRENDER_Y_GOES_DOWN
| GVRENDER_DOES_TRANSFORM
| GVRENDER_DOES_LABELS
| GVRENDER_DOES_MAPS
| GVRENDER_DOES_TARGETS
| GVRENDER_DOES_TOOLTIPS,
0.,
vml_knowncolors,
sizeof(vml_knowncolors) / sizeof(char *),
RGBA_BYTE,
}
Definition at line 577 of file gvrender_core_vml.c.
Definition at line 544 of file gvrender_core_vml.c.
1.7.5