Home
last modified time | relevance | path

Searched refs:attrsym_t (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/graphviz/graphviz-2.44.1/lib/patchwork/
H A Dpatchwork.c55 static double fullArea (treenode_t* p, attrsym_t* mp) in fullArea()
65 static double getArea (void* obj, attrsym_t* ap) in getArea()
75 static treenode_t* mkTreeNode (Agnode_t* n, attrsym_t* ap) in mkTreeNode()
92 static treenode_t *mkTree (Agraph_t * g, attrsym_t* gp, attrsym_t* ap, attrsym_t* mp) in mkTree()
280 attrsym_t * ap = agfindnodeattr(g, "area"); in patchworkLayout()
281 attrsym_t * gp = agfindgraphattr(g, "area"); in patchworkLayout()
282 attrsym_t * mp = agfindgraphattr(g, "inset"); in patchworkLayout()
/dports/graphics/graphviz/graphviz-2.44.1/lib/fdpgen/
H A Dfdpinit.c32 attrsym_t *possym; in initialPositions()
33 attrsym_t *pinsym; in initialPositions()
67 static void init_edge(edge_t * e, attrsym_t * E_len) in init_edge()
85 attrsym_t *E_len; in fdp_init_node_edge()
H A Dlayout.c51 attrsym_t *G_coord;
52 attrsym_t *G_width;
53 attrsym_t *G_height;
79 attrsym_t * G_width = infop->G_width; in finalCC()
80 attrsym_t * G_height = infop->G_height; in finalCC()
352 attrsym_t *G_coord = infop->G_coord; in chkPos()
/dports/graphics/graphviz/graphviz-2.44.1/plugin/core/
H A Dgvrender_core_dot.c70 attrsym_t *g_draw;
71 attrsym_t *g_l_draw;
72 attrsym_t *n_draw;
73 attrsym_t *n_l_draw;
74 attrsym_t *e_draw;
75 attrsym_t *h_draw;
76 attrsym_t *t_draw;
77 attrsym_t *e_l_draw;
78 attrsym_t *hl_draw;
79 attrsym_t *tl_draw;
/dports/graphics/graphviz/graphviz-2.44.1/lib/circogen/
H A Dcircular.c30 static attrsym_t *N_artpos; in initGraphAttrs()
31 static attrsym_t *N_root; in initGraphAttrs()
32 static attrsym_t *G_mindist; in initGraphAttrs()
H A Dcircular.h24 attrsym_t *N_artpos;
25 attrsym_t *N_root;
/dports/graphics/graphviz/graphviz-2.44.1/lib/neatogen/
H A Dneatoinit.c37 static attrsym_t *N_pos;
58 int user_pos(attrsym_t * posptr, attrsym_t * pinptr, node_t * np, int nG) in user_pos()
118 attrsym_t *N_pin; in neato_init_node_edge()
258 static int user_spline(attrsym_t * E_pos, edge_t * e) in user_spline()
379 attrsym_t *E_pos; in nop_init_edges()
460 static void nop_init_graphs(Agraph_t *, attrsym_t *, attrsym_t *);
470 dfs(Agraph_t * subg, Agraph_t * parentg, attrsym_t * G_lp, attrsym_t * G_bb) in dfs()
493 nop_init_graphs(Agraph_t * g, attrsym_t * G_lp, attrsym_t * G_bb) in nop_init_graphs()
534 attrsym_t *G_lp = agfindgraphattr(g, "lp"); in init_nop()
535 attrsym_t *G_bb = agfindgraphattr(g, "bb"); in init_nop()
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/lib/dotgen/
H A Ddotsplines.c653 attrsym_t* E_constr;
656 attrsym_t* E_weight;
663 attrsym_t* E_label;
673 attrsym_t* N_width;
674 attrsym_t* N_shape;
675 attrsym_t* N_style;
679 attrsym_t* N_label;
683 attrsym_t* N_sides;
685 attrsym_t* N_skew;
688 attrsym_t* N_fixed;
[all …]
H A Drank.c489 setRanks (graph_t* g, attrsym_t* lsym) in setRanks()
580 attrsym_t* N_level; in dot1_rank()
/dports/graphics/graphviz/graphviz-2.44.1/lib/pack/
H A Dptest.c122 static point *user_spline(attrsym_t * symptr, edge_t * e, int *np) in user_spline()
165 attrsym_t *N_pos = agfindnodeattr(g, "pos"); in initPos()
166 attrsym_t *E_pos = agfindedgeattr(g, "pos"); in initPos()
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dutils.c71 int late_int(void *obj, attrsym_t * attr, int def, int low) in late_int()
87 double late_double(void *obj, attrsym_t * attr, double def, double low) in late_double()
122 char *late_string(void *obj, attrsym_t * attr, char *def) in late_string()
129 char *late_nnstring(void *obj, attrsym_t * attr, char *def) in late_nnstring()
137 boolean late_bool(void *obj, attrsym_t * attr, int def) in late_bool()
681 noClip(edge_t *e, attrsym_t* sym) in noClip()
1335 attrsym_t*
1338 attrsym_t *a = agattr(g,obj_kind,name, NULL); in safe_dcl()
H A Dutils.h56 extern attrsym_t* safe_dcl(graph_t * g, int obj_kind, char *name, char *def);
H A Drender.h162 extern char *findAttrColor(void *obj, attrsym_t *colorattr, char *dflt);
H A Dinput.c178 attrsym_t * ((*dclfun) (Agraph_t *, int kind, char *, char *)) ) in global_def()
183 attrsym_t *sym; in global_def()
H A Dtypes.h50 typedef struct Agsym_s attrsym_t; typedef
H A Dshapes.c367 char *findAttrColor(void *obj, attrsym_t *colorattr, char *dflt){ in findAttrColor()
/dports/graphics/graphviz/graphviz-2.44.1/cmd/tools/
H A Dgvpack.c274 attrsym_t *N_pos = agfindnodeattr(g, "pos"); in init_node_edge()
275 attrsym_t *N_pin = agfindnodeattr(g, "pin"); in init_node_edge()
/dports/graphics/graphviz/graphviz-2.44.1/lib/sfdpgen/
H A Dsfdpinit.c40 attrsym_t *N_pos = agfindnodeattr(g, "pos"); in sfdp_init_node_edge()
/dports/math/ggobi/ggobi-2.1.11/plugins/GraphLayout/
H A Dgraphviz.c335 attrsym_t* sym; in dot_neato_layout_cb()