#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include "macros.h"
#include "const.h"
#include "gvplugin_render.h"
#include "graph.h"
Include dependency graph for gvrender_core_vml.c:
Go to the source code of this file.
enum format_type |
Definition at line 31 of file gvrender_core_vml.c.
char* xml_string | ( | char * | str | ) |
Initial value:
{ GVDEVICE_DOES_TRUECOLOR, {0.,0.}, {0.,0.}, {96.,96.}, }
Definition at line 418 of file gvrender_core_vml.c.
Initial value:
{ GVDEVICE_DOES_TRUECOLOR | GVDEVICE_COMPRESSED_FORMAT, {0.,0.}, {0.,0.}, {96.,96.}, }
Definition at line 425 of file gvrender_core_vml.c.
char graphcoords[256] |
Definition at line 35 of file gvrender_core_vml.c.
Initial value:
{ {FORMAT_VML, "vml:vml", 1, NULL, &device_features_vml}, {0, NULL, 0, NULL, NULL} }
Definition at line 438 of file gvrender_core_vml.c.
Initial value:
{ {FORMAT_VML, "vml", 1, &vml_engine, &render_features_vml}, {0, NULL, 0, NULL, NULL} }
Definition at line 433 of file gvrender_core_vml.c.
Initial value:
{ GVRENDER_Y_GOES_DOWN | GVRENDER_DOES_TRANSFORM | GVRENDER_DOES_LABELS | GVRENDER_DOES_MAPS | GVRENDER_DOES_TARGETS | GVRENDER_DOES_TOOLTIPS, 4., vml_knowncolors, sizeof(vml_knowncolors) / sizeof(char *), RGBA_BYTE, }
Definition at line 405 of file gvrender_core_vml.c.
Initial value:
{ vml_begin_job, 0, vml_begin_graph, vml_end_graph, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, vml_begin_anchor, vml_end_anchor, vml_textpara, 0, vml_ellipse, vml_polygon, vml_bezier, vml_polyline, vml_comment, 0, }
Definition at line 374 of file gvrender_core_vml.c.