Graphviz  2.29.20120524.0446
Enumerations | Functions | Variables
plugin/core/gvrender_core_vml.c File Reference
#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"
Include dependency graph for gvrender_core_vml.c:

Go to the source code of this file.

Enumerations

enum  format_type {
  FORMAT_PNG_XDOT, FORMAT_GIF_XDOT, FORMAT_JPEG_XDOT, FORMAT_SVG_XDOT,
  FORMAT_PS_XDOT, FORMAT_PNG_DOT, FORMAT_GIF_DOT, FORMAT_JPEG_DOT,
  FORMAT_SVG_DOT, FORMAT_PS_DOT, FORMAT_PNG_MAP, FORMAT_GIF_MAP,
  FORMAT_JPEG_MAP, FORMAT_SVG_MAP, FORMAT_PS_MAP, FORMAT_PNG_SVG,
  FORMAT_GIF_SVG, FORMAT_JPEG_SVG, FORMAT_SVG_SVG, FORMAT_PNG_FIG,
  FORMAT_GIF_FIG, FORMAT_JPEG_FIG, FORMAT_PNG_VRML, FORMAT_GIF_VRML,
  FORMAT_JPEG_VRML, FORMAT_PS_PS, FORMAT_PSLIB_PS, FORMAT_PNG_VML,
  FORMAT_GIF_VML, FORMAT_JPEG_VML, FORMAT_DIA, FORMAT_DOT,
  FORMAT_CANON, FORMAT_PLAIN, FORMAT_PLAIN_EXT, FORMAT_XDOT,
  FORMAT_FIG, FORMAT_HPGL, FORMAT_IMAP, FORMAT_ISMAP,
  FORMAT_CMAP, FORMAT_CMAPX, FORMAT_MIF, FORMAT_MP,
  FORMAT_PIC, FORMAT_POV, FORMAT_PS, FORMAT_PS2,
  FORMAT_EPS, FORMAT_SVG, FORMAT_SVGZ, FORMAT_TK,
  FORMAT_VML, FORMAT_VMLZ, FORMAT_VTX
}

Functions

int strcasecmp (const char *s1, const char *s2)
char * html_string (char *s)

Variables

unsigned int graphHeight
unsigned int graphWidth
gvrender_engine_t vml_engine
gvrender_features_t render_features_vml
gvdevice_features_t device_features_vml
gvdevice_features_t device_features_vmlz
gvplugin_installed_t gvrender_vml_types []
gvplugin_installed_t gvdevice_vml_types []

Enumeration Type Documentation

Enumerator:
FORMAT_PNG_XDOT 
FORMAT_GIF_XDOT 
FORMAT_JPEG_XDOT 
FORMAT_SVG_XDOT 
FORMAT_PS_XDOT 
FORMAT_PNG_DOT 
FORMAT_GIF_DOT 
FORMAT_JPEG_DOT 
FORMAT_SVG_DOT 
FORMAT_PS_DOT 
FORMAT_PNG_MAP 
FORMAT_GIF_MAP 
FORMAT_JPEG_MAP 
FORMAT_SVG_MAP 
FORMAT_PS_MAP 
FORMAT_PNG_SVG 
FORMAT_GIF_SVG 
FORMAT_JPEG_SVG 
FORMAT_SVG_SVG 
FORMAT_PNG_FIG 
FORMAT_GIF_FIG 
FORMAT_JPEG_FIG 
FORMAT_PNG_VRML 
FORMAT_GIF_VRML 
FORMAT_JPEG_VRML 
FORMAT_PS_PS 
FORMAT_PSLIB_PS 
FORMAT_PNG_VML 
FORMAT_GIF_VML 
FORMAT_JPEG_VML 
FORMAT_DIA 
FORMAT_DOT 
FORMAT_CANON 
FORMAT_PLAIN 
FORMAT_PLAIN_EXT 
FORMAT_XDOT 
FORMAT_FIG 
FORMAT_HPGL 
FORMAT_IMAP 
FORMAT_ISMAP 
FORMAT_CMAP 
FORMAT_CMAPX 
FORMAT_MIF 
FORMAT_MP 
FORMAT_PIC 
FORMAT_POV 
FORMAT_PS 
FORMAT_PS2 
FORMAT_EPS 
FORMAT_SVG 
FORMAT_SVGZ 
FORMAT_TK 
FORMAT_VML 
FORMAT_VMLZ 
FORMAT_VTX 

Definition at line 30 of file gvrender_core_vml.c.


Function Documentation

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().


Variable Documentation

Initial value:
 {
    GVDEVICE_DOES_TRUECOLOR,    
    {0.,0.},                    
    {0.,0.},                    
    {96.,96.},                  
}

Definition at line 590 of file gvrender_core_vml.c.

Initial value:
 {
    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.

Initial value:
 {
    {FORMAT_VML, "vml:vml", 1, NULL, &device_features_vml},



    {0, NULL, 0, NULL, NULL}
}

Definition at line 610 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 605 of file gvrender_core_vml.c.

Initial value:

Definition at line 577 of file gvrender_core_vml.c.

Definition at line 544 of file gvrender_core_vml.c.