Home
last modified time | relevance | path

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

/external/v8/tools/turbolizer/src/
Dgraph-layout.ts471 graph.minGraphY = 0;
487 if ((node.y - 50) < graph.minGraphY) {
488 graph.minGraphY = node.y - 50;
499 const height = graph.maxGraphY - graph.minGraphY;
504 [graph.minGraphX - width / 2, graph.minGraphY - height / 2],
Dgraph-view.ts43 minGraphY: number; property in GraphView
78 graph.minGraphY = 0;
950 …this.panZoom.translateTo(this.svg, this.minGraphX + this.width / 2, this.minGraphY + this.height /…