Home
last modified time | relevance | path

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

/external/v8/tools/turbolizer/src/
Dgraph-layout.ts469 graph.maxGraphNodeX = 1;
484 if ((node.x + node.getTotalNodeWidth()) > graph.maxGraphNodeX) {
485 graph.maxGraphNodeX = node.x + node.getTotalNodeWidth();
495 graph.maxGraphX = graph.maxGraphNodeX +
Dedge.ts41 return graph.maxGraphNodeX + this.backEdgeNumber * MINIMUM_EDGE_SEPARATION;
Dgraph-view.ts47 maxGraphNodeX: number; property in GraphView
874 graph.maxGraphX = graph.maxGraphNodeX;