Home
last modified time | relevance | path

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

/dports/graphics/graphviz/graphviz-2.44.1/lib/pack/
H A Dptest.c214 ND_ht(n) = ND_ysize(n) = POINTS(ND_height(n)); in ptest_nodesize()
223 ND_height(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/dotgen/
H A Daspect.c73 nodeGroups[nNodeGroups].height = ND_height(n); in computeNodeGroups()
87 ND_height(n)) ? ND_height(n) : nodeGroups[index]. in computeNodeGroups()
101 nodeGroups[nNodeGroups].height = ND_height(l); in computeNodeGroups()
109 (ND_height(l) < in computeNodeGroups()
110 ND_height(n)) ? ND_height(n) : ND_height(l); in computeNodeGroups()
/dports/graphics/graphviz/graphviz-2.44.1/lib/fdpgen/
H A Dlayout.c503 ND_height(dn) = ND_height(n); in deriveGraph()
813 ND_height(n) = h; in setClustNodes()
899 ND_height(n) = BB(sg).UR.y; in layout()
955 BB(sg).LL.y = ND_pos(dn)[1] - ND_height(dn) / 2; in layout()
957 BB(sg).UR.y = BB(sg).LL.y + ND_height(dn); in layout()
H A Ddbg.c164 h = ND_height(n); in dump()
429 ht = ND_height(n); in pswrite()
H A Dxlayout.c46 #define HT2(n) (X_marg.doAdd ? (ND_height(n)/2.0 + X_marg.y): ND_height(n)*X_marg.y/2.0)
/dports/graphics/graphviz/graphviz-2.44.1/lib/neatogen/
H A Dpoly.c175 (ND_height(n) / 2.0 + ym) * sin(i / (double) sides * M_PI * 2.0); in genRound()
195 b.y = ND_height(n) / 2.0 + ymargin; in makeAddPoly()
287 b.y = ND_height(n) / 2.0; in makePoly()
H A Dconstraint.c584 h2 = SCALE * (POINTS(ND_height(n)/2.0) + margin.y); in initItem()
588 h2 = POINTS(margin.y * SCALE2 * ND_height(n)); in initItem()
893 h2 = (ND_height(n) / 2.0) + margin.y; in scAdjust()
897 h2 = margin.y * ND_height(n) / 2.0; in scAdjust()
H A Dadjust.c682 sizes[i * Ndim + 1] = ND_height(n) * .5 + pad.y; in getSizes()
851 nsize[j].y = ND_height(v); in vpscAdjust()
H A Dneatoinit.c1227 nsize[i].y = ND_height(v); in majorization()
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Doutput.c142 printdouble(f, " ", ND_height(n)); in write_plain()
327 YFDIR(ND_height(n) / 2.0 * sin(i / (double) sides * M_PI * 2.0))); in attach_attrs_and_arrows()
H A Dpsusershape.c112 ND_height(n) = PS2INCH(dy); in epsf_init()
H A Dshapes.c1886 height = ND_height(n); in poly_init()
1891 height = POINTS(ND_height(n)); in poly_init()
2235 ND_height(n) = PS2INCH(MAX(dimen.y,bb.y)); in poly_init()
2238 ND_height(n) = PS2INCH(bb.y); in poly_init()
2318 n_height = POINTS(ND_height(n)); in poly_inside()
2810 ysize = ND_ht(n) / POINTS(ND_height(n)); in poly_gencode()
3010 ND_width(n) = ND_height(n) = DEF_POINT; in point_init()
3018 ND_width(n) = ND_height(n) = w; in point_init()
3054 ND_height(n) = ND_width(n) = PS2INCH(sz); in point_init()
3561 sz.y = POINTS(ND_height(n)); in record_init()
[all …]
H A Dpostproc.c351 objp->sz.x = INCH2PS(ND_height(np)); in addNodeObj()
356 objp->sz.y = INCH2PS(ND_height(np)); in addNodeObj()
H A Dutils.c638 ND_height(n) = in common_init_node()
1978 w = INCH2PS(ND_height(n)); in gv_nodesize()
1985 ND_ht(n) = INCH2PS(ND_height(n)); in gv_nodesize()
H A Dtypes.h504 #define ND_height(n) (((Agnodeinfo_t*)AGDATA(n))->height) macro
/dports/graphics/graphviz/graphviz-2.44.1/lib/circogen/
H A Dblockpath.c531 if (ND_height(n) > size) in largest_nodesize()
532 size = ND_height(n); in largest_nodesize()
/dports/x11/radare-cutter/r2cutter-0.1.1/src/widgets/
H A DGraphvizLayout.cpp186 auto h = ND_height(u) * dpi; in CalculateLayout()
/dports/graphics/graphviz/graphviz-2.44.1/cmd/tools/
H A Dgvpack.c388 ND_height(new) = ND_height(old); in cloneNode()
/dports/graphics/graphviz/graphviz-2.44.1/lib/patchwork/
H A Dpatchwork.c250 ND_height(n) = PS2INCH(rr.size[1]); in walkTree()
/dports/graphics/graphviz/graphviz-2.44.1/lib/label/
H A Dnrtmain.c149 objp->sz.y = INCH2PS(ND_height(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()