Lines Matching refs:zoom

34 …-spacing":"letter-spacing","word-wrap":"overflow-wrap","z-index":"bottom",zoom:"line-height","cubi…  property in L
285 …olute";f.style.visibility="hidden";f.style.display="inline-block";f.style.zoom="1";null!=d?(f.styl…
560 …olute",n.style.visibility="hidden",n.style.display="inline-block",n.style.zoom="1",(m.fontStyle&mx…
695 …xpand')",a.filter=null!=a.filter&&0<a.filter.length?a.filter+(" "+m):m);a.zoom=d;a.left=Math.round…
1083 …is.textarea.style.width="";8==document.documentMode&&(this.textarea.style.zoom="1",this.textarea.s…
1197 …ity="hidden",this.textDiv.style.display="inline-block",this.textDiv.style.zoom="1",document.body.a…
1404 …;mxGraph.prototype.zoomIn=function(){this.zoom(this.zoomFactor)};mxGraph.prototype.zoomOut=functio…
1405 …e.y=0,this.view.setScale(1))};mxGraph.prototype.zoomTo=function(a,b){this.zoom(a/this.view.scale,b…
1408 mxGraph.prototype.zoom=function(a,b){b=null!=b?b:this.centerZoom;var c=Math.round(this.view.scale*a… method in mxGraph
2220 …b.container.offsetWidth/2-L.x+f.x,q=b.container.offsetHeight/2-L.y+f.y);b.zoom(b.cumulativeZoomFac…
2373 …)}};Graph.prototype.isFastZoomEnabled=function(){return"nocss"!=urlParams.zoom&&!mxClient.NO_FO&&!…
2437zoom=function(b,c){b=Math.max(.01,Math.min(this.view.scale*b,160))/this.view.scale;mxGraph.prototy… method in mxGraph
2438 …type.zoomOut=function(){.15>=this.view.scale?this.zoom((this.view.scale-.01)/this.view.scale):this…
3505 …d.nav=this.editor.graph.foldingEnabled;e=parseInt(e);isNaN(e)||100==e||(d.zoom=e/100);e=[];p&&(e.p…
4024 this.graph.view.scale=this.graphConfig.zoom||1,g=this.setLayersVisible(),this.responsive||(this.gra…
4037 …tyle.overflow&&(b.style.overflow="hidden"),this.graph.maxFitScale=null!=c?c:this.graphConfig.zoom||