Graphviz 13.0.0~dev.20250204.0809
|
#include <xdot.h>
Data Fields | |
size_t | cnt |
size_t | n_ellipse |
size_t | n_polygon |
size_t | n_polygon_pts |
size_t | n_polyline |
size_t | n_polyline_pts |
size_t | n_bezier |
size_t | n_bezier_pts |
size_t | n_text |
size_t | n_font |
size_t | n_style |
size_t | n_color |
size_t | n_image |
size_t | n_gradcolor |
size_t | n_fontchar |
size_t xdot_stats::cnt |
Definition at line 175 of file xdot.h.
Referenced by init_xdot(), and statXDot().
size_t xdot_stats::n_bezier |
Definition at line 181 of file xdot.h.
Referenced by init_xdot(), and statXDot().
size_t xdot_stats::n_bezier_pts |
Definition at line 182 of file xdot.h.
Referenced by init_xdot(), and statXDot().
size_t xdot_stats::n_color |
Definition at line 186 of file xdot.h.
Referenced by statXDot().
size_t xdot_stats::n_ellipse |
Definition at line 176 of file xdot.h.
Referenced by init_xdot(), and statXDot().
size_t xdot_stats::n_font |
Definition at line 184 of file xdot.h.
Referenced by statXDot().
size_t xdot_stats::n_fontchar |
Definition at line 189 of file xdot.h.
Referenced by statXDot().
size_t xdot_stats::n_gradcolor |
Definition at line 188 of file xdot.h.
Referenced by statXDot().
size_t xdot_stats::n_image |
Definition at line 187 of file xdot.h.
Referenced by statXDot().
size_t xdot_stats::n_polygon |
Definition at line 177 of file xdot.h.
Referenced by init_xdot(), and statXDot().
size_t xdot_stats::n_polygon_pts |
Definition at line 178 of file xdot.h.
Referenced by init_xdot(), and statXDot().
size_t xdot_stats::n_polyline |
Definition at line 179 of file xdot.h.
Referenced by init_xdot(), and statXDot().
size_t xdot_stats::n_polyline_pts |
Definition at line 180 of file xdot.h.
Referenced by init_xdot(), and statXDot().
size_t xdot_stats::n_style |
Definition at line 185 of file xdot.h.
Referenced by statXDot().
size_t xdot_stats::n_text |
Definition at line 183 of file xdot.h.
Referenced by init_xdot(), and statXDot().