Home
last modified time | relevance | path

Searched refs:ND_width (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/graphviz/graphviz-2.44.1/lib/pack/
H A Dptest.c212 w = ND_xsize(n) = POINTS(ND_width(n)); in ptest_nodesize()
221 ND_width(n) = in ptest_initNode()
275 ND_width(n), ND_height(n), ND_xsize(n), ND_ysize(n)); in dumpG()
/dports/graphics/graphviz/graphviz-2.44.1/lib/fdpgen/
H A Dlayout.c502 ND_width(dn) = ND_width(n); in deriveGraph()
812 ND_width(n) = w; in setClustNodes()
898 ND_width(n) = BB(sg).UR.x; in layout()
954 BB(sg).LL.x = ND_pos(dn)[0] - ND_width(dn) / 2; in layout()
956 BB(sg).UR.x = BB(sg).LL.x + ND_width(dn); in layout()
H A Ddbg.c163 w = ND_width(n); in dump()
428 wd = ND_width(n); in pswrite()
H A Dxlayout.c45 #define WD2(n) (X_marg.doAdd ? (ND_width(n)/2.0 + X_marg.x): ND_width(n)*X_marg.x/2.0)
/dports/graphics/graphviz/graphviz-2.44.1/lib/neatogen/
H A Dpoly.c173 (ND_width(n) / 2.0 + xm) * cos(i / (double) sides * M_PI * 2.0); in genRound()
194 b.x = ND_width(n) / 2.0 + xmargin; in makeAddPoly()
286 b.x = ND_width(n) / 2.0; in makePoly()
H A Dconstraint.c583 w2 = SCALE * (POINTS(ND_width(n)/2.0) + margin.x); in initItem()
587 w2 = POINTS(margin.x * SCALE2 * ND_width(n)); in initItem()
892 w2 = (ND_width(n) / 2.0) + margin.x; in scAdjust()
896 w2 = margin.x * ND_width(n) / 2.0; in scAdjust()
H A Dadjust.c681 sizes[i * Ndim] = ND_width(n) * .5 + pad.x; in getSizes()
850 nsize[j].x = ND_width(v); in vpscAdjust()
H A Dneatoinit.c1226 nsize[i].x = ND_width(v); in majorization()
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Doutput.c141 printdouble(f, " ", ND_width(n)); in write_plain()
326 ND_width(n) / 2.0 * cos(i / (double) sides * M_PI * 2.0), in attach_attrs_and_arrows()
H A Dpsusershape.c111 ND_width(n) = PS2INCH(dx); in epsf_init()
H A Dshapes.c1885 width = ND_width(n); in poly_init()
1890 width = POINTS(ND_width(n)); in poly_init()
2234 ND_width(n) = PS2INCH(MAX(dimen.x,bb.x)); in poly_init()
2237 ND_width(n) = PS2INCH(bb.x); in poly_init()
2317 n_width = POINTS(ND_width(n)); in poly_inside()
3010 ND_width(n) = ND_height(n) = DEF_POINT; in point_init()
3018 ND_width(n) = ND_height(n) = w; in point_init()
3021 sz = ND_width(n) * POINTS_PER_INCH; in point_init()
3054 ND_height(n) = ND_width(n) = PS2INCH(sz); in point_init()
3560 sz.x = POINTS(ND_width(n)); in record_init()
[all …]
H A Dpostproc.c352 objp->sz.y = INCH2PS(ND_width(np)); in addNodeObj()
355 objp->sz.x = INCH2PS(ND_width(np)); in addNodeObj()
H A Dutils.c636 ND_width(n) = in common_init_node()
1980 ND_ht(n) = INCH2PS(ND_width(n)); in gv_nodesize()
1983 w = INCH2PS(ND_width(n)); in gv_nodesize()
H A Dtypes.h542 #define ND_width(n) (((Agnodeinfo_t*)AGDATA(n))->width) macro
/dports/graphics/graphviz/graphviz-2.44.1/lib/dotgen/
H A Daspect.c72 nodeGroups[nNodeGroups].width = ND_width(n); in computeNodeGroups()
84 nodeGroups[index].width += ND_width(n); in computeNodeGroups()
100 nodeGroups[nNodeGroups].width = ND_width(l); in computeNodeGroups()
107 ND_width(l) + ND_width(n); in computeNodeGroups()
/dports/graphics/graphviz/graphviz-2.44.1/lib/circogen/
H A Dblockpath.c529 if (ND_width(n) > size) in largest_nodesize()
530 size = ND_width(n); in largest_nodesize()
/dports/x11/radare-cutter/r2cutter-0.1.1/src/widgets/
H A DGraphvizLayout.cpp185 auto w = ND_width(u) * dpi; in CalculateLayout()
/dports/graphics/graphviz/graphviz-2.44.1/cmd/tools/
H A Dgvpack.c390 ND_width(new) = ND_width(old); in cloneNode()
/dports/graphics/graphviz/graphviz-2.44.1/lib/patchwork/
H A Dpatchwork.c249 ND_width(n) = PS2INCH(rr.size[0]); in walkTree()
/dports/graphics/graphviz/graphviz-2.44.1/lib/label/
H A Dnrtmain.c148 objp->sz.x = INCH2PS(ND_width(np)); in doxlabel()
/dports/math/ggobi/ggobi-2.1.11/plugins/GraphLayout/
H A Dgraphviz.c388 ND_width(node) = ND_height(node) = .001; in dot_neato_layout_cb()