Searched refs:widthPx (Results 1 – 1 of 1) sorted by relevance
19 function setNodeWidth(node, widthPx) { argument20 node.style.width = widthPx.toFixed(0) + 'px';33 function setNodePosition(node, leftPx, topPx, widthPx, heightPx) { argument36 setNodeWidth(node, widthPx);