Home
last modified time | relevance | path

Searched refs:ND_bb (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dtypes.h494 #define ND_bb(n) (((Agnodeinfo_t*)AGDATA(n))->bb) macro
H A Demit.c1801 return boxf_overlap(ND_bb(n), b); in node_in_box()
4035 ND_bb(n).LL.x = ND_coord(n).x - ND_lw(n); in init_bb_node()
4036 ND_bb(n).LL.y = ND_coord(n).y - ND_ht(n) / 2.; in init_bb_node()
4037 ND_bb(n).UR.x = ND_coord(n).x + ND_rw(n); in init_bb_node()
4038 ND_bb(n).UR.y = ND_coord(n).y + ND_ht(n) / 2.; in init_bb_node()
H A Dutils.c1634 if (! OVERLAP(b, ND_bb(n))) in overlap_node()