Home
last modified time | relevance | path

Searched refs:cx (Results 351 – 375 of 454) sorted by path

1...<<111213141516171819

/plugin/diagramsnet/lib/img/lib/mscae/
H A DTrafficManagerDisabled.svg1 …06L35.368 0H14.662L0 15.03v20.398L7.503 42.9z"/></g><circle fill="#7a7a7a" cx="8" cy="42" r="8"/><…
H A DTrafficManagerEnabled.svg1 … 15.03v20.398L7.503 42.9 42.896 7.506 35.368 0z" opacity=".2"/></g><circle cx="8" cy="42" r="8" fi…
H A DVirtual_Datacenter.svg1cx="14.5" cy="33" r="1.285"/><path fill="#1e1e1e" d="M12.2 27c0-1.057.857-1.915 1.915-1.915h8.768c…
H A DVirtual_Network.svg1 ….6 3.3-3.3 3.3s-3.5-1.6-3.5-3.3 1.6-3.3 3.5-3.3 3.3 1.6 3.3 3.3z"/><circle cx="35.239" cy="14.175"…
H A DVirtual_Network_Classic.svg1 ….6 3.3-3.3 3.3s-3.5-1.6-3.5-3.3 1.6-3.3 3.5-3.3 3.3 1.6 3.3 3.3z"/><circle cx="35.239" cy="14.175"…
H A DVirtual_WANs.svg1cx="22.223" cy="23.916" r="3.182"/><circle transform="matrix(.342004 -.939699 .939699 .342004 -9.0…
H A DWebAppUmbraco.svg1 …c2.435 2.255 5.02 4.39 7.467 6.3-.647 1.372-.545 3.044.44 4.332z"/><circle cx="34.938" cy="34.938"…
H A DWebAppWordPress.svg1 …c2.435 2.255 5.02 4.39 7.467 6.3-.647 1.372-.545 3.044.44 4.332z"/><circle cx="34.938" cy="34.938"…
H A DWebHosting.svg1cx="7.643" cy="27.024" r="2.142"/><use xlink:href="#B" y="-9.479" fill="#1e1e1e"/><circle fill="#b…
H A DWebTest.svg1 …8H36.34c-.104.214-.165.454-.165.708a1.62 1.62 0 0 0 1.619 1.619z"/><circle cx="39.804" cy="40.824"…
H A DXboxController.svg1cx="32.157" cy="13.2" r="2.1" fill="#0072c6"/><circle cx="40.857" cy="13.2" r="2.1" fill="#ba141a"…
H A DhealthErrorBadge.svg1cx="14" cy="7" r="6.5" fill="#fff" fill-rule="evenodd"/><g fill="#ec008c"><path d="M14 14c-3.9 0-7…
H A DhealthWarningBadge.svg1cx="14.055" cy="7.1" r="6.5" fill="#fff" fill-rule="evenodd"/><g fill="#ff8c00"><path d="M14.055 1…
H A DserversAndMobileDevices.svg1cx="282.4" cy="1175.3" r="2.1" fill="#b8d432"/><path d="M279.1 1166a3.05 3.05 0 0 1 3.1-3.1h14.3a3…
/plugin/diagramsnet/lib/img/lib/mscae/dep/
H A DApp_Service_Logic_App.svg1 …9 21.7-7.2 21.7-7.2s1.7 12.7-7.2 21.7l-14.5-14.5z" fill="#59b4d9"/><circle cx="27.2" cy="22.786" r…
H A DData_Lake_Analytics.svg1 …circle cx="-137.969" cy="288.05" r="1.864"/><circle cx="-127.864" cy="280.88" r="1.864"/><circle c…
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js13183 var cx = -stencil.x / stencil.w, cy = -stencil.y / stencil.h;
13188 var cell = new mxCell('', new mxGeometry(cx, cy, w, h), 'shape=' + shape.shapeStencil + ';');
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxAsyncCanvas.js82 mxAsyncCanvas.prototype.rotate = function(theta, flipH, flipV, cx, cy) argument
H A DmxJsCanvas.js155 mxJsCanvas.prototype.rotate = function(theta, flipH, flipV, cx, cy) argument
159 cx -= this.state.dx;
162 this.ctx.translate(cx, cy);
173 this.ctx.translate(-cx, -cy);
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js1071 mxVsdxCodec.rotatedEdgePoint = function (pt, rotation, cx, cy) {
1075 var x = pt.x - cx;
1079 pt.x = (Math.round(x1 + cx));
5094 mxVsdxUtils.isInsideTriangle = function (x, y, ax, ay, bx, by, cx, cy) { argument
5101 var d2 = sign(x, y, bx, by, cx, cy);
5102 var d3 = sign(x, y, cx, cy, ax, ay);
6534 Utils.rotatedGeometry = function (geo, rotation, cx, cy) { argument
6538 var x = geo.getCenterX() - cx;
6542 geo.x = (Math.round(x1 + cx - geo.width / 2));
H A DmxVsdxCanvas2D.js1108 mxVsdxCanvas2D.prototype.rotate = function(theta, flipH, flipV, cx, cy) argument
1114 cx += s.dx;
1117 cx *= s.scale;
1123 s.rotationCx = cx;
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1705cx(){return new ux}function ux(){this._="@"+(++sx).toString(36)}ux.prototype=cx.prototype={constru… function
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js2023 resize = mxUtils.bind(this, function(autoscale, maxScale, cx, cy) argument
2027 cx = (cx != null) ? cx : 0;
2070 else if (cx != 0 || cy != 0)
2073 graph.view.setTranslate(Math.floor(t.x + cx / s), Math.floor(t.y + cy / s));
2878 var cx = (ignoreCursorPosition) ? graph.container.scrollLeft + graph.container.clientWidth / 2 :
2882 mainGroup.style.transformOrigin = cx + 'px ' + cy + 'px';
2884 bgGroup.style.transformOrigin = cx + 'px ' + cy + 'px';
2938 mxEvent.addMouseWheelListener(mxUtils.bind(this, function(evt, up, force, cx, cy) argument
2968 cursorPosition = (cx != null && cy!= null) ? new mxPoint(cx, cy) :
H A DShapes.js2378 var cx = bounds.getCenterX();
2381 var p1 = new mxPoint(cx, cy);
2451 var cx = bounds.getCenterX();
2454 var p1 = new mxPoint(cx, cy);
2494 var cx = bounds.getCenterX();
2520 new mxPoint(x + w, y + h), new mxPoint(cx, y + h - dy),
2531 var p1 = new mxPoint(cx, cy);
2571 var cx = bounds.getCenterX();
2585 new mxPoint(cx, y + h), new mxPoint(x, y + h - dy),
2586 new mxPoint(x, y + dy), new mxPoint(cx, y)];
[all …]
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6cx(){return new ux}function ux(){this._="@"+(++sx).toString(36)}ux.prototype=cx.prototype={constru… function

1...<<111213141516171819