Lines Matching refs:x

952 	var x0 = Math.floor(bounds.x / scale - graph.view.translate.x);
1308 v2 = graph.insertVertex(parent, null, 'Entry', geo.x, geo.y, 80, 30, vertexStyle);
1329 graph.connectionHandler.start(state, pt.x, pt.y);
1479 cells = editorUi.editor.graph.importCells(cells, pt.x, pt.y);
1482 temp.x -= view.translate.x;
1705 …iles(evt.dataTransfer.files, 0, 0, editorUi.maxBackgroundSize, function(data, mimeType, x, y, w, h) argument
1920 editorUi.insertAsPreText(data, insertPoint.x, insertPoint.y) :
1921 graph.insertVertex(null, null, null, insertPoint.x, insertPoint.y,
1980 cell = graph.insertVertex(null, null, null, insertPoint.x, insertPoint.y,
2101 graph.setSelectionCells(graph.importCells(cells, insertPoint.x, insertPoint.y));
2175 cells = graph.importCells(cells, insertPoint.x, insertPoint.y);
2285 inserted = editorUi.editor.graph.importCells(cells, insertPoint.x, insertPoint.y)
3145 function showTooltip(xml, x, y) argument
3163 true, new mxPoint(x, y), true, function()
4751 …t.dataTransfer.files, 0, 0, editorUi.maxImageSize, function(data, mimeType, x, y, w, h, fileName, … argument
4834 …editorUi.importFiles(fileInput.files, 0, 0, editorUi.maxImageSize, function(data, mimeType, x, y, … argument
5815 graph.view.translate.x, graph.view.translate.y);
6753 var FindWindow = function(ui, x, y, w, h, withReplace) argument
7410 div, x, y, w, h, true, true);
7449 this.window.setLocation = function(x, y) argument
7454 x = Math.max(0, Math.min(x, iw - this.table.clientWidth));
7457 if (this.getX() != x || this.getY() != y)
7465 var x = this.window.getX();
7468 this.window.setLocation(x, y);
7483 var FreehandWindow = function(editorUi, x, y, w, h) argument
7516 this.window = new mxWindow(mxResources.get('freehand'), div, x, y, w, h, true, true);
7543 this.window.setLocation = function(x, y) argument
7548 x = Math.max(0, Math.min(x, iw - this.table.clientWidth));
7551 if (this.getX() != x || this.getY() != y)
7559 var x = this.window.getX();
7562 this.window.setLocation(x, y);
7577 var TagsWindow = function(editorUi, x, y, w, h) argument
7628 this.window = new mxWindow(mxResources.get('tags'), div, x, y, w, h, true, true);
7641 this.window.setLocation = function(x, y) argument
7646 x = Math.max(0, Math.min(x, iw - this.table.clientWidth));
7649 if (this.getX() != x || this.getY() != y)
7657 var x = this.window.getX();
7660 this.window.setLocation(x, y);
8597 xInput.value = (geo != null) ? geo.x : '';
8633 dxInput.value = (geo != null && geo.offset != null) ? geo.offset.x : '';
8746 g.x = Number(xInput.value);
8761 g.offset.x = Number(dxInput.value);
8967 function addButton(data, mimeType, x, y, w, h, img, aspect, title) argument
9377 return function(data, mimeType, x, y, w, h, img, doneFn, file) argument
9379 …if (file != null && (/(\.v(dx|sdx?))($|\?)/i.test(file.name) || /(\.vs(x|sx?))($|\?)/i.test(file.n…
9383 addButton(xml, mimeType, x, y, w, h, img, 'fixed', (mxEvent.isAltDown(evt)) ?
9398 addButton(xml, mimeType, x, y, w, h, img, 'fixed', (mxEvent.isAltDown(evt)) ?
9407 addButton(data, mimeType, x, y, w, h, img, 'fixed', (mxEvent.isAltDown(evt)) ?
9565 …iles(fileInput.files, 0, 0, editorUi.maxImageSize, function(data, mimeType, x, y, w, h, img, doneF… argument
9569 createImportHandler(evt)(data, mimeType, x, y, w, h, img, doneFn, file);
9743 graph.view.scaleAndTranslate(ns, 20 / ns - b.x, 20 / ns - b.y);
9814 targetCell.geometry.x = pt.x;
10189 function showTooltip(xml, x, y) argument
10215 true, new mxPoint(x, y), true, null, true);