Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/turbolizer/src/
Dgraph.ts10 maxGraphNodeX: number; property in Graph
69 this.maxGraphNodeX = 1;
82 if ((node.x + node.getTotalNodeWidth()) > this.maxGraphNodeX) {
83 this.maxGraphNodeX = node.x + node.getTotalNodeWidth();
93 this.maxGraphX = this.maxGraphNodeX +
Dedge.ts37 return graph.maxGraphNodeX + this.backEdgeNumber * MINIMUM_EDGE_SEPARATION;
Dgraph-view.ts915 graph.maxGraphX = graph.maxGraphNodeX;