Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js6206 TableLayout.prototype.layoutRow = function(row, positions, height, tw, lastCells) argument
6265 var upper = lastCells[i];
6302 lastCells[i] = temp;
6358 var lastCells = [];
6387 sw = Math.max(sw, this.layoutRow(rows[i], pos, row.height, tw, lastCells));