Lines Matching refs:width

1011 		var w = node.geometry.width;
1169 …var cell1 = new mxCell('', new mxGeometry(0, pGeo.height - 20, pGeo.width, 20), 'strokeColor=#0060…
1649 cell.geometry = new mxGeometry(tw, y - dh, node.geometry.width - tw, height + dh);
1689 var width = parseFloat(cols[i]["width"]);
1691 cell.geometry = new mxGeometry(x - dw, th, width + dw, node.geometry.height - th);
1692 x += width;
1727 cell.geometry = new mxGeometry(xShift.lx, y, parent.geometry.width - xShift.lx, height);
1793 var width = parseFloat(colStyle["width"]);
1794 cell.geometry = new mxGeometry(x, yShift, width, parent.geometry.height - yShift);
1817 width = Math.max(width, subX);
1818 cell.geometry.width = width;
1819 x += width;
1833 var min = Math.min(geo.height, geo.width);
1837 geo.x += (geo.width - min) / 2;
1841 geo.width = min;
1846 var w = geo.width;
1848 geo.width = h;
1879 geo.width = parseFloat(w);
1999 style["exitX"] = (srcX + srcGeo.width/2) / srcGeo.width;
2001 …absPoints.push(new mxPoint(srcGeo.x + style["exitX"] * srcGeo.width - dx, srcGeo.y + style["exitY"…
2005 absPoints.push(new mxPoint(srcGeo.x + srcGeo.width/2 - dx, srcGeo.y + srcGeo.height/2 - dy));
2012 style["entryX"] = (trgX + trgGeo.width/2) / trgGeo.width;
2014 …endP = new mxPoint(trgGeo.x + style["entryX"] * trgGeo.width - dx, trgGeo.y + style["entryY"] * tr…
2018 endP = new mxPoint(trgGeo.x + trgGeo.width/2 - dx, trgGeo.y + trgGeo.height/2 - dy);
2348 …var lblCell = new mxCell(lblTxts[i], new mxGeometry(0, 0, geo.width, geo.height), 'text;html=1;spa…
2366 lGeo.width = strSize.width;
2391 lGeo.width = geo.height;
2392 lGeo.height = geo.width;
2394 lGeo.y = geo.height /2 - geo.width /2;
2412 lGeo.width = geo.height;
2413 lGeo.height = geo.width;
2415 lGeo.y = geo.height /2 - geo.width /2;
2430 lGeo.width = geo.height;
2431 lGeo.height = geo.width;
2433 lGeo.y = geo.height /2 - geo.width /2;
2528 if (lblLayouts[i]["width"]) lGeo.width = parseFloat(lblLayouts[i]["width"]);
2572 lGeo.offset = new mxPoint(lblX + dx/2 + (dx > 0? -lGeo.width : lGeo.width), lblY);