Searched refs:parentGeo (Results 1 – 2 of 2) sorted by relevance
495 function convertMxCell2Shape(cell, layerIndex, graph, xmlDoc, parentHeight, parentGeo, isChild) argument504 if (geo.relative && parentGeo)507 geo.x *= parentGeo.width;508 geo.y *= parentGeo.height;
1211 var parentGeo = graph.getModel().getGeometry(parent);1212 if (parentGeo != null) {1213 parentHeight = parentGeo.height;2496 function mxVsdxGeometry(elem, parentGeo) { argument2504 …& elem.nodeType == 1) || elem === null) && ((parentGeo != null && (parentGeo instanceof Array)) ||…2516 if (parentGeo != null && _this.index < parentGeo.length) {2517 _this.inheritGeo(/* get */ parentGeo[_this.index]);2522 … else if (((elem != null && (elem.nodeType == 1)) || elem === null) && parentGeo === undefined) {