Home
last modified time | relevance | path

Searched refs:getPageLayout (Results 1 – 13 of 13) sorted by relevance

/plugin/diagramsnet/lib/js/
H A Dexport.js579 graph.getPageLayout = function() function
608 var layout = this.graph.getPageLayout();
689 var layout = graph.getPageLayout();
728 var layout = graph.getPageLayout();
H A Dviewer.min.js2079 …g.width*c);g.height=Math.ceil(g.height*c);k*=c;!f&&e.pageVisible?(c=e.getPageLayout(),n-=c.x*g.wid…
2195 ….scale)))};b.view.getBackgroundPageBounds=function(){var b=this.graph.getPageLayout(),d=this.graph…
2196 this.scale*b.height*d.height)};b.getPreferredPageSize=function(b,d,f){b=this.getPageLayout();d=this…
2216 …ll!=this.container&&mxUtils.hasScrollbars(this.container)){var d=this.getPageLayout(),f=this.getPa…
2333 …ht*c,c=this.graph.view.translate,l=this.graph.view.scale,g=this.graph.getPageLayout(),q=0;q<g.widt…
2400 Graph.prototype.getPageLayout=function(){var b=this.getPageSize(),c=this.getGraphBounds();if(0==c.w…
2562 …/this.view.scale-this.view.translate.y;if(this.pageVisible)var c=this.getPageLayout(),e=this.getPa…
3333 …x.width*f);x.height=Math.ceil(x.height*f);t*=f;!B&&d.pageVisible?(u=d.getPageLayout(),v-=u.x*x.wid…
H A Dapp.min.js2113 …e.width*c);e.height=Math.ceil(e.height*c);f*=c;!b&&d.pageVisible?(c=d.getPageLayout(),g-=c.x*e.wid…
2229 ….scale)))};a.view.getBackgroundPageBounds=function(){var a=this.graph.getPageLayout(),b=this.graph…
2230 this.scale*a.height*b.height)};a.getPreferredPageSize=function(a,b,c){a=this.getPageLayout();b=this…
2250 …ll!=this.container&&mxUtils.hasScrollbars(this.container)){var b=this.getPageLayout(),c=this.getPa…
2582 …ht*d,d=this.graph.view.translate,f=this.graph.view.scale,g=this.graph.getPageLayout(),k=0;k<g.widt…
2649 Graph.prototype.getPageLayout=function(){var a=this.getPageSize(),b=this.getGraphBounds();if(0==b.w…
2811 …/this.view.scale-this.view.translate.y;if(this.pageVisible)var d=this.getPageLayout(),e=this.getPa…
10665 …u.width*d);u.height=Math.ceil(u.height*d);v*=d;!x&&c.pageVisible?(t=c.getPageLayout(),n-=t.x*u.wid…
12175 …e.y*b-v.container.scrollTop:e.x*b-v.container.scrollLeft),g=0;f&&(g=v.getPageLayout(),g=d?g.y*v.pa…
H A Dviewer-static.min.js2079 …g.width*c);g.height=Math.ceil(g.height*c);k*=c;!f&&e.pageVisible?(c=e.getPageLayout(),n-=c.x*g.wid…
2195 ….scale)))};b.view.getBackgroundPageBounds=function(){var b=this.graph.getPageLayout(),d=this.graph…
2196 this.scale*b.height*d.height)};b.getPreferredPageSize=function(b,d,f){b=this.getPageLayout();d=this…
2216 …ll!=this.container&&mxUtils.hasScrollbars(this.container)){var d=this.getPageLayout(),f=this.getPa…
2333 …ht*c,c=this.graph.view.translate,l=this.graph.view.scale,g=this.graph.getPageLayout(),q=0;q<g.widt…
2400 Graph.prototype.getPageLayout=function(){var b=this.getPageSize(),c=this.getGraphBounds();if(0==c.w…
2562 …/this.view.scale-this.view.translate.y;if(this.pageVisible)var c=this.getPageLayout(),e=this.getPa…
3333 …x.width*f);x.height=Math.ceil(x.height*f);t*=f;!B&&d.pageVisible?(u=d.getPageLayout(),v-=u.x*x.wid…
/plugin/diagramsnet/lib/js/diagramly/
H A DmxRuler.js166 var layout = graph.getPageLayout();
H A DEditor.js8140 var layout = thisGraph.getPageLayout();
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js2000 var layout = this.graph.getPageLayout();
2011 var pages = this.getPageLayout();
2648 var pages = this.getPageLayout();
H A DEditor.js1324 var layout = graph.getPageLayout();
H A DGraph.js800 var layout = this.graph.getPageLayout();
3286 Graph.prototype.getPageLayout = function() method in Graph
8960 var layout = this.getPageLayout();
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js10357 value: function getPageLayout() {
10358 return this._transport.getPageLayout();
11815 value: function getPageLayout() {
H A Dpdf.js.map1getPageLayout() {\n return this._transport.getPageLayout();\n }\n\n /**\n * @return {Promis…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js1210 var pageLayoutPromise = pdfDocument.getPageLayout()["catch"](function () {});
H A Dviewer.js.map1 …ering of the PDF document.\n const pageLayoutPromise = pdfDocument.getPageLayout().catch(\n …