Home
last modified time | relevance | path

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

/external/v8/tools/turbolizer/src/
Dgraph-layout.ts472 graph.maxGraphY = 1;
490 if ((node.y + graph.getNodeHeight(node) + 50) > graph.maxGraphY) {
491 graph.maxGraphY = node.y + graph.getNodeHeight(node) + 50;
499 const height = graph.maxGraphY - graph.minGraphY;
505 [graph.maxGraphX + width / 2, graph.maxGraphY + height / 2]
Dgraph-view.ts44 maxGraphY: number; property in GraphView
79 graph.maxGraphY = 1;