Home
last modified time | relevance | path

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

/external/v8/tools/turbolizer/
Dnode.js47 getTotalNodeWidth: function() { method
132 var result = this.getTotalNodeWidth() - (NODE_INPUT_WIDTH / 2) +
137 return this.getTotalNodeWidth() - (NODE_INPUT_WIDTH / 2);
Dgraph-layout.js182 var width = node.getTotalNodeWidth();
411 …laced between [" + nodeToPlace.x + ", " + (nodeToPlace.x + nodeToPlace.getTotalNodeWidth()) + ")");
479 if ((node.x + node.getTotalNodeWidth()) > graph.maxGraphNodeX) {
480 graph.maxGraphNodeX = node.x + node.getTotalNodeWidth();
Dedge.js43 ? (target.x + target.getTotalNodeWidth() + inputOffset)
Dgraph-view.js763 return d.getTotalNodeWidth();
999 maxX = maxX ? Math.max(maxX, n.x + n.getTotalNodeWidth()) :
1000 n.x + n.getTotalNodeWidth();