Searched refs:aspectX (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/sidebar/ |
H A D | Sidebar-GCP2.js | 1689 …Sidebar.prototype.addGCP2ExpandedMachineCard = function(label, mainIcon, aspectX, aspectY, capacit… argument 1709 new mxGeometry(0, 0, 25 * aspectX, 25 * aspectY), s + mainIcon + ';part=1;'); 1711 … mainIconCell.geometry.offset = new mxPoint(4 + 12.5 * (1 - aspectX), 6 + 12.5 * (1 - aspectY)); 1774 new mxGeometry(0, 0, 25 * aspectX, 25 * aspectY), s + mainIcon + ';part=1;'); 1776 … mainIconCell.geometry.offset = new mxPoint(4 + 12.5 * (1 - aspectX), 6 + 12.5 * (1 - aspectY));
|