Home
last modified time | relevance | path

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

/dports/graphics/graphviz/graphviz-2.44.1/lib/dotgen/
H A Dfastgr.c269 GD_has_flat_edges(dot_root(g)) = GD_has_flat_edges(g) = TRUE; in flat_edge()
H A Dmincross.c1500 if (GD_has_flat_edges(g) == FALSE) in flat_reorder()
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dtypes.h374 #define GD_has_flat_edges(g) (((Agraphinfo_t*)AGDATA(g))->has_flat_edges) macro