Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/turbolizer/src/
Dgraph.ts7 maxGraphX: number; property in Graph
19 this.maxGraphX = 1;
70 this.maxGraphX = undefined; // see below
93 this.maxGraphX = this.maxGraphNodeX +
96 this.width = this.maxGraphX - this.minGraphX;
101 [this.maxGraphX + this.width / 2, this.maxGraphY + this.height / 2]
Dgraph-view.ts915 graph.maxGraphX = graph.maxGraphNodeX;