Home
last modified time | relevance | path

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

/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DGraphLayout.C1920 int ahops,bhops; in ArcComparator() local
1934 bhops = dinfo->getGraphDepth() - sinfo->getGraphDepth(); in ArcComparator()
1936 if (ahops < bhops) return -1; in ArcComparator()
1937 if (ahops > bhops) return -1; in ArcComparator()
2642 int bhops = binfo->getGraphDepth(); in SortByHop() local
2643 if (ahops > bhops) return -1; in SortByHop()
2644 if (ahops < bhops) return 1; in SortByHop()
2665 int bhops = binfo->getGraphDepth(); in SortByDestinationX() local
2666 if (ahops > bhops) return -1; in SortByDestinationX()
2667 if (ahops < bhops) return 1; in SortByDestinationX()