Searched refs:parentGeoList (Results 1 – 1 of 1) sorted by relevance
2730 function mxVsdxGeometryList(parentGeoList) { argument2734 if (parentGeoList != null) {2735 this.parentGeomList = parentGeoList.geomList;2736 …ll */ (function (l1, l2) { return l1.push.apply(l1, l2); })(this.geomList, parentGeoList.geomList);8944 Shape.prototype.processGeomList = function (parentGeoList) {8946 … this.geomList = new com.mxgraph.io.vsdx.mxVsdxGeometryList(parentGeoList);