Home
last modified time | relevance | path

Searched refs:y (Results 551 – 575 of 1365) sorted by path

1...<<21222324252627282930>>...55

/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js466 graph.setSelectionCell(graph.insertVertex(null, null, '', pt.x, pt.y, w, h,
H A DEmbed.js441 graph.view.translate.y = -y0 + border;
765 buttons.style.top = (container.offsetTop + bs.y) + 'px';
H A DExtensions.js5767 …dy = (exit.y == entry.y) ? (Math.abs(exit.y - source.geometry.y) < source.geometry.height / 2? -20…
6558 y = y * 100.0 / h;
6561 y = Math.round(y * 100.0) / 100.0;
6618 y = y * 100.0 / h;
6620 y = Math.round(y * 100.0) / 100.0;
6635 y = y * 100.0 / h;
6637 y = Math.round(y * 100.0) / 100.0;
6660 y: obj.BoundingBox.y, property in LucidImporter.stencilsMap
6963 var y = Math.round(b.y * scale + dy);
13268 lblGeo.y = gTxtObj.y / stencil.h;
[all …]
H A DGraphViewer.js203 (bounds.y + tr.y - this.panDy) + ' ' +
391 (t.x + img.x) * s, (t.y + img.y) * s,
590 bounds.width, bounds.height, bounds.x, bounds.y);
785 {left: -origin.x, top: -origin.y};
978 Math.floor(this.graph.border - bounds.y / this.graph.view.scale) + origin.y);
1013 var y0 = (bounds.y != null) ? Math.floor(graph.view.translate.y - bounds.y / s + border) : border;
1393 this.graph.initialViewState.translate.y);
1423 if (bounds.x < 0 || bounds.y < 0)
1435 bounds.y / v.scale + this.graph.originalViewState.translate.y - v.translate.y > 0)
1438 this.graph.originalViewState.translate.y);
[all …]
H A DMenus.js182 Math.max(insertPoint.y, 20),
1597 cells = graph.moveCells(cells, -bbox.x, -bbox.y);
1611 b.x / s - tr.x, b.y / s - tr.y, b.width / s, b.height / s,
1873 …xmlCanvas.translate(Math.floor((b / scale - bounds.x) / vs), Math.floor((b / scale - bounds.y) / v…
2401 …var y = graph.snap(Math.ceil(Math.max(0, (bds.y + bds.height) / view.scale - view.translate.y) + 4…
2415 …editorUi.importFile(data, mime, x, y, Math.round(w2 * s), Math.round(h2 * s), filename, function(c…
2443 editorUi.importFile(data, mime, x, y, 0, 0, filename, function(cells)
2985 cell.geometry.y = pt.y;
H A DMinimal.js28 var WrapperWindow = function(editorUi, title, x, y, w, h, fn) argument
43 this.window = new mxWindow(title, div, x, y, w, h, true, true);
50 this.window.setLocation = function(x, y) argument
56 y = Math.max(0, Math.min(y, ih - this.table.clientHeight -
59 if (this.getX() != x || this.getY() != y)
726 off.y += elt.offsetTop - bounds.height / 2 + 16;
736 result.y += off.y;
1493 var bottom = ui.embedViewport.y + ui.embedViewport.height;
1495 this.div.style.top = Math.max(ui.embedViewport.y, Math.min(top, bottom - height)) + 'px';
1931 this.formatWindow.window.setLocation(r.x + r.width + 4, r.y);
H A DP2PCollab.js54 sendMessage('cursor', {x: me.graphX / s - tr.x, y: me.graphY / s - tr.y});
106 msgData.y = (tr.y + msgData.y) * s - container.scrollTop + offset.y;
109 cursor.style.top = msgData.y + 'px';
H A DPages.js392 bounds.width, bounds.height, bounds.x, bounds.y);
477 graph.container.scrollTop = graph.view.translate.y * graph.view.scale + p.viewState.scrollTop;
564 graph.container.scrollTop = graph.view.translate.y * graph.view.scale + viewState.scrollTop;
710 scrollTop: this.container.scrollTop - this.view.translate.y * this.view.scale,
1582 var y = mxEvent.getClientY(evt);
1583 menu.popup(x, y, null, evt);
1697 var y = mxEvent.getClientY(evt);
1698 menu.popup(x, y, null, evt);
1791 bounds.y = bounds.y / s - t.y;
1793 …h('viewbox=' + encodeURIComponent(JSON.stringify({x: Math.round(bounds.x), y: Math.round(bounds.y),
H A DTrees.js706 clones[1].geometry.y -= pgeo.y;
755 sibling.y + sibling.height) - Math.max(bbox.y, sibling.y)) / s);
839 clones[1].geometry.y -= pgeo.y;
974 clones[1].geometry.y += clones[1].geometry.height - pgeo.y + level;
981 clones[1].geometry.y -= clones[1].geometry.height + pgeo.y + level;
987 clones[1].geometry.height) / 2 : (bbox.y + bbox.height) / s - tr.y + -
988 pgeo.y + spacing;
994 clones[1].geometry.height) / 2 : (bbox.y + bbox.height) / s - tr.y + -
995 pgeo.y + spacing;
1020 (horizontal && (Math.min(temp.y + temp.height, state.y + state.height) >=
[all …]
H A DmxFreehand.js131 …var maxX = drawPoints[0].x, minX = drawPoints[0].x, maxY = drawPoints[0].y, minY = drawPoints[0].y;
139 maxY = Math.max(maxY, drawPoints[i].y);
140 minY = Math.min(minY, drawPoints[i].y);
155 p.y = (p.y - minY) * yScale;
175 var xdiff = startP.x - endP.x, ydiff = startP.y - endP.y;
305 strPath = 'M' + pt.x + ' ' + pt.y;
326 graph.scrollRectToVisible(new mxRectangle(pt.x - tr.x, pt.y - tr.y).grow(20));
374 totalY += pt.y;
379 y: totalY / count
393 strPath += ' L' + pt.x + ' ' + pt.y;
[all …]
H A DmxRuler.js158 …var rStart = hasPageView? RULER_THICKNESS + (isVertical? bgPages.y - graph.container.scrollTop : …
159 …: RULER_THICKNESS + (isVertical? t.y * scale - graph.container.scrollTop : t.x * scale - graph.co…
170 pageShift = layout.y * graph.pageFormat.height;
441 y1 = bounds.y + ret.y + RULER_THICKNESS - this.graph.container.scrollTop;
627 var y = mxEvent.getClientY(evt);
628 menu.popup(x, y, null, evt);
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js86 var dy = pe.y - p0.y
89 var y = p0.y + ratio * dy;
100 geo.y = np.y;
1349 y += yShift;
1650 y += height;
1764 y += height;
1766 return y;
1851 geo.y += diff;
1871 y = geoObj[mxGraphMlConstants.Y_L] || y;
1878 geo.y = parseFloat(y) - dy;
[all …]
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-ArchiMate3.js345 edge.geometry.y = 10;
H A DSidebar-UML25.js152 edge.geometry.y = 3;
164 edge.geometry.y = 3;
764 edge.geometry.y = 3;
776 edge.geometry.y = 3;
788 edge.geometry.y = 3;
H A DSidebar.js780 }), offset.x, offset.y + elt.offsetHeight, evt);
1390 target.geometry.y = pt.y / s - tr.y - target.geometry.height / 2;
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxAsyncCanvas.js131 mxAsyncCanvas.prototype.rect = function(x, y, w, h) {}; argument
133 mxAsyncCanvas.prototype.roundrect = function(x, y, w, h, dx, dy) {}; argument
135 mxAsyncCanvas.prototype.ellipse = function(x, y, w, h) {}; argument
148 mxAsyncCanvas.prototype.image = function(x, y, w, h, src, aspect, flipH, flipV) argument
180 mxAsyncCanvas.prototype.text = function(x, y, w, h, str, align, valign, wrap, format, overflow, cli… argument
H A DmxJsCanvas.js201 var gradient = this.ctx.createLinearGradient(0, y, 0, y + h);
439 this.ctx.moveTo(x, y);
441 this.lastMoveY = y;
448 this.lastMoveY = y;
483 this.moveTo(x, y);
495 this.quadTo(x + w, y, x + w, y + dy);
497 this.quadTo(x + w, y + h, x + w - dx, y + h);
499 this.quadTo(x, y + h, x, y + h - dy);
501 this.quadTo(x, y, x + dx, y);
551 y += y0;
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js110 var y0 = Math.round(bounds.y / sc) - tr.y;
123 y0 += Math.ceil((tr.y - bounds.y / sc) / availableHeight) * availableHeight;
426 var x = p.x, y = p.y;
428y = (noHeight? 0 : bounds.height) - y * s.scale + bounds.y - s.dy - (withoutShift || isChild? 0 : …
429 return {x: x, y: y};
508 geo.y *= parentGeo.height;
513 geo.y += geo.offset.y;
538 newGeo.y = 0;
639 if (bounds.x / s < t.x || bounds.y / s < t.y)
642 …vsdxCanvas.shiftY = Math.ceil((t.y - bounds.y / s) / graph.pageFormat.height) * graph.pageFormat.h…
[all …]
H A DbmpDecoder.js93 for (var y = this.height - 1; y >= 0; y--) {
96 var location = y * this.width * 4 + x*8*4;
119 for (var y = this.height - 1; y >= 0; y--) {
122 var location = y * this.width * 4 + x*2*4;
151 for (var y = this.height - 1; y >= 0; y--) {
154 var location = y * this.width * 4 + x*4;
182 for (var y = this.height - 1; y >= 0; y--) {
192 var location = y * this.width * 4 + x * 4;
212 for (var y = this.height - 1; y >= 0; y--) {
240 for (var y = this.height - 1; y >= 0; y--) {
[all …]
H A Dimporter.js1076 var y = pt.y - cy;
1242 (absBeginXY.y + beginXY.y - absOriginFrom.y)
1273 (absEndXY.y + endXY.y - absOriginTo.y)
1789 p.y = (p.y - srcP.y);
1881 this.y = y;
6522 var y = pt.y - c.y;
6924 p.y = (y);
6973 p.y = (y);
7355 p.y = (y);
7399 p.y = (y);
[all …]
H A DmxVsdxCanvas2D.js242 y = ((geo.height - y + geo.y - s.dy) * s.scale);
280 y = gh + (-y + geo.y - s.dy) * s.scale;
287 var dHr = y / gh;
289 …Child(this.createRowScaled("Ellipse", this.geoStepIndex++, x + w/2, y - h/2, x, y - h/2, x + w/2, y
309 this.lastMoveToY = y;
311 this.lastY = y;
316 y = (geo.height - y + geo.y - s.dy) * s.scale;
336 this.lastY = y;
341 y = (geo.height - y + geo.y - s.dy) * s.scale;
646 y = (geo.height - y + geo.y - s.dy) * s.scale;
[all …]
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9y(){return new TypeError("You cannot resolve a promise with itself")}function v(){return new TypeE…
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js441 graph.view.translate.y = -y0 + border;
765 buttons.style.top = (container.offsetTop + bs.y) + 'px';
H A Dexport.js383 y0 = 1 + bds.y;
433 bgImg.height, bgImg.x, bgImg.y));
592 var y = Math.ceil(bounds.y / this.view.scale - this.view.translate.y);
597 var y0 = Math.floor(y / size.height);
599 var h0 = Math.ceil((y + h) / size.height) - y0;
612 this.scale * (this.translate.y + layout.y * page.height),
642 Math.floor(data.border / s - Math.floor(b.y)));
680 Math.floor(data.border - Math.floor(b.y)));
692 var dy = layout.y * page.height;
730 y0 -= layout.y * pf.height;
[all …]
H A Dextensions.min.js9y=Y=0;y<b.length;y++){if(b[y].s>A[Y])b.splice(y,0,{s:A[Y],n:"a",v:c.TextAlign||"center"});else{for…
48y)),!1);var l=w[b.id];if(null!=l){for(var A=k.geometry,x=0,y=0,r=l;null!=r&&null!=r.geometry;)x+=r…
49y=b.Blocks[x];y.id=x;var e=!1;null!=uc[y.Class]&&"mxCompositeShape"==uc[y.Class]&&(f[y.id]=Rc(y,n,…
50 y.IsBlock&&null!=y.Action&&null!=y.Action.Properties?f[y.id]=Xa(y,a):y.IsGenerator&&y.GeneratorData…
1043y,x));m.appendChild(b("NoFill","1",x));m.appendChild(b("NoLine","0",x));k.appendChild(m);return k}…
1044y.x,-y.y);var M=y.clone();M.x=0;M.y=0;a.setGeometry(M);a.treatAsSingle=!0;var P=A(a,b,n,d,y.height…
1062y=this.createElt("Row");y.setAttribute("T",f);y.setAttribute("IX",m);y.appendChild(this.createCell…
1112y].getValue().layerMember;null!=m&&(null==k?(n[m]=f,k=m):k!=m&&null==n[m]&&(f++,n[m]=f,k=m))}}catc…
1124 y.isVertex()?(q=f.mxgraph.io.vsdx.VsdxShape.getType(y.getShape()),null!=q&&(function(a,b){return a&…
1139y=a.getRotation();if(0!==y){0===a.getShapeIndex()?g=d.insertEdge(b,null,null,null,null,f.mxgraph.i…
[all …]

1...<<21222324252627282930>>...55