Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/turbolizer/src/
Dgraph.ts9 maxGraphY: number; property in Graph
21 this.maxGraphY = 1;
72 this.maxGraphY = 1;
88 if ((node.y + node.getNodeHeight(showTypes) + 50) > this.maxGraphY) {
89 this.maxGraphY = node.y + node.getNodeHeight(showTypes) + 50;
97 this.height = this.maxGraphY - this.minGraphY;
101 [this.maxGraphX + this.width / 2, this.maxGraphY + this.height / 2]