Home
last modified time | relevance | path

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

/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DGraphLayout.h456 boolean hasConnectedOutputs(Node* n, Node* other_than=NUL(Node*));
H A DGraphLayout.C570 boolean GraphLayout::hasConnectedOutputs(Node *n, Node* other_than) in hasConnectedOutputs() function
995 if (this->hasConnectedOutputs(n)) continue; in adjustHopCounts()
1147 if (!this->hasConnectedOutputs(n)) { in computeHopCounts()