Graphviz 13.0.0~dev.20241222.1117
|
#include <smyrnadefs.h>
Data Fields | |
xdot_op | op |
void * | obj |
glCompFont | font |
int | layer |
glCompImage * | img |
Definition at line 84 of file smyrnadefs.h.
glCompFont sdot_op::font |
Definition at line 88 of file smyrnadefs.h.
Referenced by EmbedText().
glCompImage* sdot_op::img |
Definition at line 90 of file smyrnadefs.h.
Referenced by InsertImage().
int sdot_op::layer |
Definition at line 89 of file smyrnadefs.h.
Referenced by DrawBeziers(), DrawEllipse(), DrawPolygon(), DrawPolyline(), and EmbedText().
void* sdot_op::obj |
Definition at line 87 of file smyrnadefs.h.
Referenced by InsertImage().
xdot_op sdot_op::op |
Definition at line 86 of file smyrnadefs.h.
Referenced by draw_xdot(), DrawBeziers(), DrawEllipse(), DrawPolygon(), DrawPolyline(), EmbedText(), InsertImage(), Render_Contour2(), SetFillColor(), and SetPenColor().