|
Graphviz 14.0.3~dev.20251111.0252
|
#include "smyrnadefs.h"#include <gtk/gtkgl.h>#include <xdot/xdot.h>#include <stdlib.h>#include <string.h>#include <math.h>#include <glcomp/glcompfont.h>Go to the source code of this file.
Functions | |
| void | drawCircle (double x, double y, double radius, double zdepth) |
| void | drawBorders (ViewInfo *view) |
| void | draw_selpoly (glCompPoly_t *selPoly) |
Variables | |
| drawfunc_t | OpFns [] |
|
extern |
Definition at line 390 of file draw.c.
References glCompMouse::GLpos, last, LIST_BACK, LIST_GET, LIST_IS_EMPTY, LIST_SIZE, _ViewInfo::mouse, view, glCompPoint::x, glCompPoint::y, and glCompPoint::z.
Referenced by glexpose_main().
|
extern |
Definition at line 345 of file draw.c.
References glCompColor::A, glCompColor::B, _ViewInfo::bdVisible, _ViewInfo::bdxLeft, _ViewInfo::bdxRight, _ViewInfo::bdyBottom, _ViewInfo::bdyTop, _ViewInfo::borderColor, glCompColor::G, and glCompColor::R.
Referenced by glexpose_main().
| void drawCircle | ( | double | x, |
| double | y, | ||
| double | radius, | ||
| double | zdepth | ||
| ) |
Definition at line 362 of file draw.c.
References DEG2RAD, topview::global_z, _ViewInfo::Topview, and view.
Referenced by renderNodes(), and renderSelectedNodes().
|
extern |
Definition at line 375 of file draw.c.
Referenced by makeXDotSpline(), and parseXdotwithattrs().