Lines Matching refs:width

34 				img.width * s, img.height * s));
1086 EditorUi.prototype.hsplitPosition = (screen.width <= 640) ? 118 : ((urlParams['sidebar-entries'] !=… argument
1385 div.style.width = '40px';
1392 x -= r2.width / 2 - 10;
1397 x -= r2.width / 2 - 10;
1402 x -= r2.width + 6;
1407 x += rect.width + 6;
1500 …this.sidebar.createThumb([cell], 25, 25, node, null, true, false, cell.geometry.width, cell.geomet…
1513 graph.view.translate.x - cell.geometry.width / 2);
2003 return new mxRectangle(this.scale * (this.translate.x + layout.x * page.width),
2005 this.scale * layout.width * page.width,
2009 graph.getPreferredPageSize = function(bounds, width, height) argument
2014 return new mxRectangle(0, 0, pages.width * size.width, pages.height * size.height);
2039 b.width /= s;
2054 var ns = (autoscale) ? Math.max(0.3, Math.min(maxScale || 1, cw / b.width)) : s;
2055 var dx = ((cw - ns * b.width) / 2) / ns;
2064 if (scroll || bds.width < cw || bds.height < ch)
2181 img.style.width = '36px';
2378 this.layersDialog.style.width = '160px';
2633 this.translate.x = pad.x - (this.x0 || 0) * size.width;
2653 var minw = Math.ceil(2 * pad.x + pages.width * size.width);
2660 if (min == null || min.width != minw || min.height != minh)
2666 var dx = pad.x - pages.x * size.width;
3425 if (bounds.width > 0 && bounds.height > 0)
3429 …graph.container.scrollLeft = Math.min(bounds.x + bounds.width - graph.container.clientWidth, bound…
3441 var width = Math.max(bounds.width, graph.scrollTileSize.width * graph.view.scale);
3444 …lLeft = Math.floor(Math.max(0, bounds.x - Math.max(0, (graph.container.clientWidth - width) / 2)));
3454 b.width /= s;
3460 (graph.container.clientWidth - b.width) / 2) - b.x + 2),
3592 if (this.previousFormat.width != tmp.width ||
3928 this.sidebarFooterContainer.style.width = effHsplitPosition + 'px';
3935 this.sidebarContainer.style.width = effHsplitPosition + 'px';
3937 this.formatContainer.style.width = fw + 'px';
4020 this.hsplit.style.width = this.splitSize + 'px';
4941 fn(newValue, img.width, img.height);
5001 apply(new mxImage(newValue, img.width, img.height), false);
5137 geo.width = Math.max(0, geo.width - stepSize);
5145 geo.width += stepSize;