Home
last modified time | relevance | path

Searched refs:EDGETYPEMASK (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dconst.h168 #define EDGETYPEMASK 15 /* the OR of the above */ macro
/dports/graphics/graphviz/graphviz-2.44.1/lib/dotgen/
H A Ddotsplines.c409 if ((ED_tree_index(e0) & EDGETYPEMASK) == FLATEDGE
598 et0 = ED_tree_index(e0) & EDGETYPEMASK;
599 et1 = ED_tree_index(e1) & EDGETYPEMASK;