Home
last modified time | relevance | path

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

/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DGraphLayout.h431 …boolean positionDestBesideSibling(Ark* arc, int& x, int& y, boolean prefer_left, List *unusable_no…
H A DGraphLayout.C874 boolean GraphLayout::positionDestBesideSibling (Ark* arc, int& x, int& y, boolean left,List* unusab… in positionDestBesideSibling() function
1694 } else if (!this->positionDestBesideSibling (arc, x,y,prefer_left,&placed)) { in repositionNewPlacements()