Searched refs:useCssTransforms (Results 1 – 7 of 7) sorted by relevance
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Graph.js | 2158 Graph.prototype.useCssTransforms = false; method in Graph 2352 !this.useCssTransforms && (this.isCssTransformsSupported() || mxClient.IS_IOS); 2374 if (this.useCssTransforms) 2520 if (this.useCssTransforms) 2541 if (this.graph.useCssTransforms) 2558 if (this.graph.useCssTransforms) 2577 if (this.graph.useCssTransforms) 2596 if (this.graph.useCssTransforms) 2609 if (this.graph.useCssTransforms) 2677 if (!this.useCssTransforms) [all …]
|
| D | EditorUi.js | 41 if (graph.useCssTransforms)
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Editor.js | 2277 this.graph.useCssTransforms = !mxClient.NO_FO && 2424 this.graph.useCssTransforms = !mxClient.NO_FO && 2442 this.graph.useCssTransforms = !mxClient.NO_FO && 8087 var prev = thisGraph.useCssTransforms; 8093 if (thisGraph.useCssTransforms) 8095 thisGraph.useCssTransforms = false; 8314 thisGraph.useCssTransforms = prev;
|
| /plugin/diagramsnet/lib/js/ |
| D | viewer.min.js | 1038 …this.graph.getModel().getRoot());return a};mxPrintPreview.prototype.useCssTransforms=function(){re… method in mxPrintPreview 1039 …(this.graph.dialect==mxConstants.DIALECT_SVG){if(g.createSvg(),this.useCssTransforms()){var q=g.ge… 2134 …ectangle((f.x+b.x)*c,(f.y+b.y)*c,b.width*c,b.height*c))}return d};k.useCssTransforms&&(this.lazyZo… 2370 (function(){Graph.prototype.useCssTransforms=!1;Graph.prototype.currentScale=1;Graph.prototype.curr… method in Graph 2373 …n"nocss"!=urlParams.zoom&&!mxClient.NO_FO&&!mxClient.IS_EDGE&&!this.useCssTransforms&&(this.isCssT… 2374 …Client.IS_SF)};Graph.prototype.getCellAt=function(b,d,f,c,e,g){this.useCssTransforms&&(b=b/this.cu… 2377 …ctToVisible;Graph.prototype.scrollRectToVisible=function(c){if(this.useCssTransforms){var d=this.c… 2378 …useCssTransforms&&(b/=this.graph.currentScale);return b};mxGraphView.prototype.getGraphBounds=func… 2379 …useCssTransforms&&(this.graph.currentScale=this.scale,this.graph.currentTranslate.x=this.translate… 2381 b.parentNode,this.useCssTransforms){var d=b.getAttribute("transform");b.setAttribute("transformOrig… [all …]
|
| D | app.min.js | 1072 …this.graph.getModel().getRoot());return a};mxPrintPreview.prototype.useCssTransforms=function(){re… method in mxPrintPreview 1073 …(this.graph.dialect==mxConstants.DIALECT_SVG){if(g.createSvg(),this.useCssTransforms()){var q=g.ge… 2168 …ectangle((d.x+a.x)*e,(d.y+a.y)*e,a.width*e,a.height*e))}return b};e.useCssTransforms&&(this.lazyZo… 2619 (function(){Graph.prototype.useCssTransforms=!1;Graph.prototype.currentScale=1;Graph.prototype.curr… method in Graph 2622 …n"nocss"!=urlParams.zoom&&!mxClient.NO_FO&&!mxClient.IS_EDGE&&!this.useCssTransforms&&(this.isCssT… 2623 …Client.IS_SF)};Graph.prototype.getCellAt=function(a,b,c,d,e,f){this.useCssTransforms&&(a=a/this.cu… 2626 …ctToVisible;Graph.prototype.scrollRectToVisible=function(b){if(this.useCssTransforms){var c=this.c… 2627 …useCssTransforms&&(a/=this.graph.currentScale);return a};mxGraphView.prototype.getGraphBounds=func… 2628 …useCssTransforms&&(this.graph.currentScale=this.scale,this.graph.currentTranslate.x=this.translate… 2630 a.parentNode,this.useCssTransforms){var b=a.getAttribute("transform");a.setAttribute("transformOrig… [all …]
|
| D | viewer-static.min.js | 1038 …this.graph.getModel().getRoot());return a};mxPrintPreview.prototype.useCssTransforms=function(){re… method in mxPrintPreview 1039 …(this.graph.dialect==mxConstants.DIALECT_SVG){if(g.createSvg(),this.useCssTransforms()){var q=g.ge… 2134 …ectangle((f.x+b.x)*c,(f.y+b.y)*c,b.width*c,b.height*c))}return d};k.useCssTransforms&&(this.lazyZo… 2370 (function(){Graph.prototype.useCssTransforms=!1;Graph.prototype.currentScale=1;Graph.prototype.curr… method in Graph 2373 …n"nocss"!=urlParams.zoom&&!mxClient.NO_FO&&!mxClient.IS_EDGE&&!this.useCssTransforms&&(this.isCssT… 2374 …Client.IS_SF)};Graph.prototype.getCellAt=function(b,d,f,c,e,g){this.useCssTransforms&&(b=b/this.cu… 2377 …ctToVisible;Graph.prototype.scrollRectToVisible=function(c){if(this.useCssTransforms){var d=this.c… 2378 …useCssTransforms&&(b/=this.graph.currentScale);return b};mxGraphView.prototype.getGraphBounds=func… 2379 …useCssTransforms&&(this.graph.currentScale=this.scale,this.graph.currentTranslate.x=this.translate… 2381 b.parentNode,this.useCssTransforms){var d=b.getAttribute("transform");b.setAttribute("transformOrig… [all …]
|
| /plugin/diagramsnet/lib/mxgraph/ |
| D | mxClient.js | 834 …this.graph.getModel().getRoot());return a};mxPrintPreview.prototype.useCssTransforms=function(){re… method in mxPrintPreview 835 …(this.graph.dialect==mxConstants.DIALECT_SVG){if(g.createSvg(),this.useCssTransforms()){var q=g.ge…
|