Lines Matching refs:y

953 	var y0 = Math.floor(bounds.y / scale - graph.view.translate.y);
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);
1483 temp.y -= view.translate.y;
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 …ataTransfer.files, 0, 0, editorUi.maxImageSize, function(data, mimeType, x, y, w, h, fileName, res… argument
4834 …orUi.importFiles(fileInput.files, 0, 0, editorUi.maxImageSize, function(data, mimeType, x, y, w, h) 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
7455y = Math.max(0, Math.min(y, ih - this.table.clientHeight - ((urlParams['sketch'] == '1') ? 3 : 48)…
7457 if (this.getX() != x || this.getY() != y)
7466 var y = this.window.getY();
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
7549y = Math.max(0, Math.min(y, ih - this.table.clientHeight - ((urlParams['sketch'] == '1') ? 3 : 48)…
7551 if (this.getX() != x || this.getY() != y)
7560 var y = this.window.getY();
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
7647y = Math.max(0, Math.min(y, ih - this.table.clientHeight - ((urlParams['sketch'] == '1') ? 3 : 48)…
7649 if (this.getX() != x || this.getY() != y)
7658 var y = this.window.getY();
7660 this.window.setLocation(x, y);
8615 yInput.value = (geo != null) ? geo.y : '';
8651 dyInput.value = (geo != null && geo.offset != null) ? geo.offset.y : '';
8751 g.y = Number(yInput.value);
8771 g.offset.y = Number(dyInput.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
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 …s(fileInput.files, 0, 0, editorUi.maxImageSize, function(data, mimeType, x, y, w, h, img, doneFn, … 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);
9815 targetCell.geometry.y = pt.y;
10189 function showTooltip(xml, x, y) argument
10215 true, new mxPoint(x, y), true, null, true);