Home
last modified time | relevance | path

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

/plugin/s5reloaded/ui/effects_support/
H A Deffects.js448 var currentScale = (this.options.scaleFrom/100.0) + (this.factor * position);
450 this.element.setStyle({fontSize: this.fontSize * currentScale + this.fontSizeType });
451 this.setDimensions(this.dims[0] * currentScale, this.dims[1] * currentScale);
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js2163 Graph.prototype.currentScale = 1; method in Graph
2376 x = x / this.currentScale - this.currentTranslate.x;
2377 y = y / this.currentScale - this.currentTranslate.y;
2522 var s = this.currentScale;
2543 s /= this.graph.currentScale;
2561 var s = this.graph.currentScale;
2598 this.graph.currentScale = this.scale;
2613 this.scale = this.graph.currentScale;
2686 var s = Math.round(this.currentScale * 100) / 100;
2710 this.scale = this.graph.currentScale;
H A DEditor.js447 this.graph.currentScale = 1;
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js781 var newScale = this.pdfViewer.currentScale;
792 var newScale = this.pdfViewer.currentScale;
2317 var previousScale = pdfViewer.currentScale;
2328 var currentScale = pdfViewer.currentScale;
2330 if (previousScale !== currentScale) {
2331 var scaleCorrectionFactor = currentScale / previousScale - 1;
10547 var scale = _this2.currentScale;
10944 var currentScale = this._currentScale;
10946 …normalizedScaleValue = parseFloat(currentScaleValue) === currentScale ? Math.round(currentScale * …
H A Dviewer.js.map1currentScale","scaleCorrectionFactor","rect","dx","dy","handled","ensureViewerFocused","cmd","isVi…
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js8089 var prevScale = thisGraph.currentScale;
8097 thisGraph.currentScale = 1;
8316 thisGraph.currentScale = prevScale;
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js2053 …geScale;this.graph.pageFormat=mxGraph.prototype.pageFormat;this.graph.currentScale=1;this.graph.cu…
2370 (function(){Graph.prototype.useCssTransforms=!1;Graph.prototype.currentScale=1;Graph.prototype.curr… method in Graph
2374 …(b,d,f,c,e,g){this.useCssTransforms&&(b=b/this.currentScale-this.currentTranslate.x,d=d/this.curre…
2377 ….scrollRectToVisible=function(c){if(this.useCssTransforms){var d=this.currentScale,f=this.currentT…
2378currentScale);return b};mxGraphView.prototype.getGraphBounds=function(){var b=this.graphBounds;if(…
2379currentScale=this.scale,this.graph.currentTranslate.x=this.translate.x,this.graph.currentTranslate…
2381 …m");b.setAttribute("transformOrigin","0 0");var f=Math.round(100*this.currentScale)/100;b.setAttri…
2382 …CssTransforms,d=this.scale,f=this.translate;b&&(this.scale=this.graph.currentScale,this.translate=…
3332 …e,k=d.currentScale,n=d.view.translate,q=d.view.scale;d.useCssTransforms&&(d.useCssTransforms=!1,d.…
3338 ….writeln("</style>"))}l&&(d.useCssTransforms=l,d.currentTranslate=m,d.currentScale=k,d.view.transl…
H A Dviewer-static.min.js2053 …geScale;this.graph.pageFormat=mxGraph.prototype.pageFormat;this.graph.currentScale=1;this.graph.cu…
2370 (function(){Graph.prototype.useCssTransforms=!1;Graph.prototype.currentScale=1;Graph.prototype.curr… method in Graph
2374 …(b,d,f,c,e,g){this.useCssTransforms&&(b=b/this.currentScale-this.currentTranslate.x,d=d/this.curre…
2377 ….scrollRectToVisible=function(c){if(this.useCssTransforms){var d=this.currentScale,f=this.currentT…
2378currentScale);return b};mxGraphView.prototype.getGraphBounds=function(){var b=this.graphBounds;if(…
2379currentScale=this.scale,this.graph.currentTranslate.x=this.translate.x,this.graph.currentTranslate…
2381 …m");b.setAttribute("transformOrigin","0 0");var f=Math.round(100*this.currentScale)/100;b.setAttri…
2382 …CssTransforms,d=this.scale,f=this.translate;b&&(this.scale=this.graph.currentScale,this.translate=…
3332 …e,k=d.currentScale,n=d.view.translate,q=d.view.scale;d.useCssTransforms&&(d.useCssTransforms=!1,d.…
3338 ….writeln("</style>"))}l&&(d.useCssTransforms=l,d.currentTranslate=m,d.currentScale=k,d.view.transl…
H A Dapp.min.js2087 …geScale;this.graph.pageFormat=mxGraph.prototype.pageFormat;this.graph.currentScale=1;this.graph.cu…
2619 (function(){Graph.prototype.useCssTransforms=!1;Graph.prototype.currentScale=1;Graph.prototype.curr… method in Graph
2623 …(a,b,c,d,e,f){this.useCssTransforms&&(a=a/this.currentScale-this.currentTranslate.x,b=b/this.curre…
2626 ….scrollRectToVisible=function(b){if(this.useCssTransforms){var c=this.currentScale,d=this.currentT…
2627currentScale);return a};mxGraphView.prototype.getGraphBounds=function(){var a=this.graphBounds;if(…
2628currentScale=this.scale,this.graph.currentTranslate.x=this.translate.x,this.graph.currentTranslate…
2630 …m");a.setAttribute("transformOrigin","0 0");var c=Math.round(100*this.currentScale)/100;a.setAttri…
2631 …CssTransforms,b=this.scale,d=this.translate;a&&(this.scale=this.graph.currentScale,this.translate=…
10664 …e,k=c.currentScale,p=c.view.translate,q=c.view.scale;c.useCssTransforms&&(c.useCssTransforms=!1,c.…
10670 ….writeln("</style>"))}m&&(c.useCssTransforms=m,c.currentTranslate=g,c.currentScale=k,c.view.transl…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js5493 var currentScale = currentMatrix.a;
5504 .scale(1 / currentScale * scale)
/plugin/openlayersmap/ol7/
H A Dol.js.map