Graphviz 13.0.0~dev.20241220.2304
|
#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 (float x, float y, float radius, float zdepth) |
void | drawBorders (ViewInfo *view) |
void | draw_selpoly (glCompPoly_t *selPoly) |
Variables | |
drawfunc_t | OpFns [] |
|
extern |
Definition at line 413 of file draw.c.
References glCompMouse::GLpos, last, _ViewInfo::mouse, view, glCompPoint::x, glCompPoint::y, and glCompPoint::z.
Referenced by glexpose_main().
|
extern |
Definition at line 367 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().
|
extern |
Definition at line 384 of file draw.c.
References DEG2RAD, topview::global_z, _ViewInfo::Topview, and view.
Referenced by renderNodes(), and renderSelectedNodes().
|
extern |
Definition at line 400 of file draw.c.
Referenced by makeXDotSpline(), and parseXdotwithattrs().