Home
last modified time | relevance | path

Searched refs:bounds (Results 76 – 100 of 164) sorted by relevance

1234567

/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js353 var bounds = view.getBoundingBox(state, true);
354 var bounds = model.getGeometry(cell);
364 node.width = bounds.width + cellSpacing;
365 node.height = bounds.height + cellSpacing;
H A Dcola.min.js1bounds:a.bounds.inflate(-c)}}),b.forEach(function(b){b.routerNode={bounds:b.bounds.inflate(-d),chi…
2bounds&&(a.bounds.setXCentre(a.x),a.bounds.setYCentre(a.y))})}},a.prototype.resume=function(){retu…
3bounds=new u(a.x,a.x,a.y,a.y));var b=a.width/2,c=a.height/2;a.bounds=new u(a.x-b,a.x+b,a.y-c,a.y+c…
/plugin/authdrupal8/
H A Dpassword.inc92 // Ensure that $count_log2 is within set bounds.
103 * Ensures that $count_log2 is within set bounds.
110 * Integer within set bounds that is closest to $count_log2.
279 // Ensure that $count_log2 is within set bounds.
/plugin/diagramsnet/lib/shapes/pid2/
H A DmxPidValves.js12 function mxShapePidValve(bounds, fill, stroke, strokewidth) argument
15 this.bounds = bounds;
900 function mxShapePidIntBlockBleedValve(bounds, fill, stroke, strokewidth) argument
903 this.bounds = bounds;
1088 function mxShapePidAutoRecircValve(bounds, fill, stroke, strokewidth) argument
1091 this.bounds = bounds;
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js18988 x: bounds.width / 2 + bounds.x,
19694 bounds = label.bounds;
19702 x: bounds.x + bounds.width / 2,
19703 y: bounds.y + bounds.height / 2
19815 var bounds = semantic.di.bounds;
22317 x: bounds.x + (bounds.width / 2),
22318 y: bounds.y + (bounds.height / 2)
29633 x: bounds.x + bounds.width,
29634 y: bounds.y + bounds.height
29640 if (!bounds || isNaN(bounds.x) || isNaN(bounds.y)) {
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php2009 list($pcmd, $bounds) = $this->Arcto($x1, $y1, $x2, $y2, $rx, $ry, $angle, $largeArcFlag, $sweepFlag);
2011 $minl = min($minl, $x2, min($bounds[0]));
2012 $maxr = max($maxr, $x2, max($bounds[0]));
2013 $mint = min($mint, $y2, min($bounds[1]));
2014 $maxb = max($maxb, $y2, max($bounds[1]));
2052 $bounds = [0 => [$x1, $x2], 1 => [$y1, $y2]];
2059 return ['', $bounds]; // mPD 5.0.040
2065 // return array(Lineto(x2, y2), $bounds);
2171 $bounds[0][] = $c[4];
2172 $bounds[
[all...]
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js376 …this.bounds&&!isNaN(this.bounds.x)&&!isNaN(this.bounds.y)&&!isNaN(this.bounds.width)&&!isNaN(this.
458 …&&0<this.scale&&null!=this.bounds&&!isNaN(this.bounds.x)&&!isNaN(this.bounds.y)&&!isNaN(this.bound…
517 … b=this.getImageBounds(this.bounds.x,this.bounds.y,this.bounds.width,this.bounds.height);b.x-=this…
880bounds.x-d.x*(this.bounds.width-(a+1)*c)+a*(c-1)*0+2*(d.x+.5))/c))+"px",this.textarea.style.top=Ma…
881bounds=this.getEditorBounds(a),this.textarea.style.width=Math.round(this.bounds.width/c)+"px",this…
939 …/2);g.y=Math.round(n-g.height/2)}if(b||null==k.bounds||k.scale!=a.view.scale||!k.bounds.equals(g))…
1003 …is.scale;a.bounds.x=this.scale*(this.translate.x+b.x);a.bounds.y=this.scale*(this.translate.y+b.y)…
1510 this.focusIcons[b].bounds=d;this.focusIcons[b].redraw();this.currentFocusArea.add(this.focusIcons[b…
1553 …moveSizerTo=function(a,b,c){null!=a&&(a.bounds.x=Math.floor(b-a.bounds.width/2),a.bounds.y=Math.fl…
1593bounds.width<2*this.sizers[0].bounds.width+2*b||this.bounds.height<2*this.sizers[0].bounds.height+…
[all …]
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js23 var bounds = graphGetGraphBounds.apply(this, arguments);
31 bounds = mxRectangle.fromRectangle(bounds);
32 bounds.add(new mxRectangle(
37 return bounds;
2009 graph.getPreferredPageSize = function(bounds, width, height) argument
3423 var bounds = graph.getGraphBounds();
3425 if (bounds.width > 0 && bounds.height > 0)
3427 if (bounds.x > graph.container.scrollLeft + graph.container.clientWidth * 0.9)
3429 …graph.container.scrollLeft = Math.min(bounds.x + bounds.width - graph.container.clientWidth, bound…
3434 …graph.container.scrollTop = Math.min(bounds.y + bounds.height - graph.container.clientHeight, boun…
[all …]
H A DDialogs.js751 var bounds = graph.getGraphBounds();
754 var width = Math.ceil(bounds.width / scale);
755 var height = Math.ceil(bounds.height / scale);
1278 var bounds = graph.getGraphBounds();
1287 xmlCanvas.translate(Math.floor((b / s - bounds.x) / graph.view.scale),
1288 Math.floor((b / s - bounds.y) / graph.view.scale));
1296 var w = Math.ceil(bounds.width * s / graph.view.scale + 2 * b);
1297 var h = Math.ceil(bounds.height * s / graph.view.scale + 2 * b);
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js580 …this.bounds&&!isNaN(this.bounds.x)&&!isNaN(this.bounds.y)&&!isNaN(this.bounds.width)&&!isNaN(this.
662 …&&0<this.scale&&null!=this.bounds&&!isNaN(this.bounds.x)&&!isNaN(this.bounds.y)&&!isNaN(this.bound…
1084bounds.x-d.x*(this.bounds.width-(a+1)*c)+a*(c-1)*0+2*(d.x+.5))/c))+"px",this.textarea.style.top=Ma…
1085bounds=this.getEditorBounds(a),this.textarea.style.width=Math.round(this.bounds.width/c)+"px",this…
1143 …/2);g.y=Math.round(n-g.height/2)}if(b||null==k.bounds||k.scale!=a.view.scale||!k.bounds.equals(g))…
1207 …is.scale;a.bounds.x=this.scale*(this.translate.x+b.x);a.bounds.y=this.scale*(this.translate.y+b.y)…
1757 …moveSizerTo=function(a,b,c){null!=a&&(a.bounds.x=Math.floor(b-a.bounds.width/2),a.bounds.y=Math.fl…
1797bounds.width<2*this.sizers[0].bounds.width+2*b||this.bounds.height<2*this.sizers[0].bounds.height+…
1809bounds=this.bounds,this.preview.node.parentNode==this.graph.container&&(this.preview.bounds.width=…
2621bounds.x+=c.x*this.bounds.width;this.bounds.y+=c.y*this.bounds.height}this.textarea.style.width=Ma…
[all …]
H A Dviewer.min.js580 …this.bounds&&!isNaN(this.bounds.x)&&!isNaN(this.bounds.y)&&!isNaN(this.bounds.width)&&!isNaN(this.
662 …&&0<this.scale&&null!=this.bounds&&!isNaN(this.bounds.x)&&!isNaN(this.bounds.y)&&!isNaN(this.bound…
1084bounds.x-d.x*(this.bounds.width-(a+1)*c)+a*(c-1)*0+2*(d.x+.5))/c))+"px",this.textarea.style.top=Ma…
1085bounds=this.getEditorBounds(a),this.textarea.style.width=Math.round(this.bounds.width/c)+"px",this…
1143 …/2);g.y=Math.round(n-g.height/2)}if(b||null==k.bounds||k.scale!=a.view.scale||!k.bounds.equals(g))…
1207 …is.scale;a.bounds.x=this.scale*(this.translate.x+b.x);a.bounds.y=this.scale*(this.translate.y+b.y)…
1757 …moveSizerTo=function(a,b,c){null!=a&&(a.bounds.x=Math.floor(b-a.bounds.width/2),a.bounds.y=Math.fl…
1797bounds.width<2*this.sizers[0].bounds.width+2*b||this.bounds.height<2*this.sizers[0].bounds.height+…
1809bounds=this.bounds,this.preview.node.parentNode==this.graph.container&&(this.preview.bounds.width=…
2621bounds.x+=c.x*this.bounds.width;this.bounds.y+=c.y*this.bounds.height}this.textarea.style.width=Ma…
[all …]
H A Dapp.min.js614 …this.bounds&&!isNaN(this.bounds.x)&&!isNaN(this.bounds.y)&&!isNaN(this.bounds.width)&&!isNaN(this.
696 …&&0<this.scale&&null!=this.bounds&&!isNaN(this.bounds.x)&&!isNaN(this.bounds.y)&&!isNaN(this.bound…
1118bounds.x-d.x*(this.bounds.width-(a+1)*c)+a*(c-1)*0+2*(d.x+.5))/c))+"px",this.textarea.style.top=Ma…
1119bounds=this.getEditorBounds(a),this.textarea.style.width=Math.round(this.bounds.width/c)+"px",this…
1177 …/2);g.y=Math.round(n-g.height/2)}if(b||null==k.bounds||k.scale!=a.view.scale||!k.bounds.equals(g))…
1241 …is.scale;a.bounds.x=this.scale*(this.translate.x+b.x);a.bounds.y=this.scale*(this.translate.y+b.y)…
1791 …moveSizerTo=function(a,b,c){null!=a&&(a.bounds.x=Math.floor(b-a.bounds.width/2),a.bounds.y=Math.fl…
1831bounds.width<2*this.sizers[0].bounds.width+2*b||this.bounds.height<2*this.sizers[0].bounds.height+…
1843bounds=this.bounds,this.preview.node.parentNode==this.graph.container&&(this.preview.bounds.width=…
2870bounds.x+=d.x*this.bounds.width;this.bounds.y+=d.y*this.bounds.height}this.textarea.style.width=Ma…
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties.bak95 updateGroupBounds=Update group bounds
H A Deditor.properties98 updateGroupBounds=Update group bounds
H A Deditor.properties.bak94 updateGroupBounds=Update group bounds
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1bounds=[],segs=arcToSegments(tx-fx,ty-fy,rx,ry,large,sweep,rot),boundCopy=[[],[]];for(var i=0,len=…
5bounds=upperCanvasEl.getBoundingClientRect(),boundsWidth=bounds.width||0,boundsHeight=bounds.heigh…
9bounds;for(var i=0,len=this.path.length;i<len;++i){current=this.path[i];switch(current[0]){case"l"…
H A Dfabric.js1040 return bounds;
1108 bounds[0][j] = x;
1111 bounds[1][j] = y;
1114 bounds[0][jlen] = x0;
1115 bounds[1][jlen] = y0;
8789 if ('top' in bounds && 'bottom' in bounds) {
8790 boundsHeight = Math.abs( bounds.top - bounds.bottom );
8792 if ('right' in bounds && 'left' in bounds) {
8793 boundsWidth = Math.abs( bounds.right - bounds.left );
15668 bounds;
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js2420 var bounds = graph.getGraphBounds();
2426 bounds = mxRectangle.fromRectangle(bounds);
2427 bounds.add(new mxRectangle(
2432 var scale = width / bounds.width;
2437 var x0 = Math.floor(bounds.x);
2438 var y0 = Math.floor(bounds.y);
2440 canvas.setAttribute('width', Math.ceil(scale * (bounds.width + 4)));
2441 canvas.setAttribute('height', Math.ceil(scale * (bounds.height + 4)));
2460 ctx.fillRect(x0, y0, Math.ceil(bounds.width + 4), Math.ceil(bounds.height + 4));
3291 var bounds = JSON.parse(temp);
[all …]
H A DEditorUi.js2085 if (bounds.width * bounds.height > MAX_AREA || data.length > MAX_REQUEST_SIZE)
3332 geo.translate(-bounds.x, -bounds.y);
3337 cells, bounds.width, bounds.height, title || '', true, false, false));
3340 var entry = {xml: xml, w: bounds.width, h: bounds.height};
3366 bounds.x /= s;
3367 bounds.y /= s;
3368 bounds.width /= s;
3369 bounds.height /= s;
3374 addCells(cells, bounds);
6332 atts = ' width="' + Math.round(bounds.width) + '" height="' + Math.round(bounds.height) + '"';
[all …]
H A DElectronApp.js1922 var bounds = graph.getGraphBounds();
2008 var bounds = graph.getGraphBounds();
2009 var w = Math.floor(bounds.width * s / graph.view.scale);
2010 var h = Math.floor(bounds.height * s / graph.view.scale);
H A DMinimal.js718 Sidebar.prototype.getTooltipOffset = function(elt, bounds) argument
726 off.y += elt.offsetTop - bounds.height / 2 + 16;
1855 var bounds = ui.diagramContainer.getAttribute('data-bounds');
1857 if (bounds != null)
1862 var tokens = bounds.split(' ');
H A DMenus.js1863 var bounds = graph.getGraphBounds();
1873 …xmlCanvas.translate(Math.floor((b / scale - bounds.x) / vs), Math.floor((b / scale - bounds.y) / v…
1903 var w = Math.ceil(bounds.width * scale / vs + 2 * b);
1904 var h = Math.ceil(bounds.height * scale / vs + 2 * b);
2114 var bounds = graph.getGraphBounds();
2117 Math.ceil(bounds.height / graph.view.scale) + 2,
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js6161 bounds = [[], []],
6204bounds[0][j] = (mt * mt * mt * x0) + (3 * mt * mt * t * x1) + (3 * mt * t * t * x2) + (t * t * t *…
6205bounds[1][j] = (mt * mt * mt * y0) + (3 * mt * mt * t * y1) + (3 * mt * t * t * y2) + (t * t * t *…
6208 bounds[0][jlen] = x0;
6209 bounds[1][jlen] = y0;
6210 bounds[0][jlen + 1] = x3;
6211 bounds[1][jlen + 1] = y3;
6212 bounds[0].length = bounds[1].length = jlen + 2;
6216 min: {x: mmin.apply(0, bounds[0]), y: mmin.apply(0, bounds[1])},
6217 max: {x: mmax.apply(0, bounds[0]), y: mmax.apply(0, bounds[1])}

1234567