Lines Matching refs:geomList
959 var geomList = shape.getGeomList();
960 if (geomList.isNoFill()) {
964 if (geomList.isNoLine()) {
1160 var rows = edgeShape.geomList.geomList[0].rows;
2731 /*private*/ this.geomList = ([]); property
2735 this.parentGeomList = parentGeoList.geomList;
2736 …ll */ (function (l1, l2) { return l1.push.apply(l1, l2); })(this.geomList, parentGeoList.geomList);
2741 if (geo.getIndex() < this.geomList.length) {
2742 /* set */ (this.geomList[geo.getIndex()] = geo);
2745 /* add */ (this.geomList.push(geo));
2754 … l.sort(c); })(this.geomList, new mxVsdxGeometryList.mxVsdxGeometryList$0(this));
2759 for (var index125 = 0; index125 < this.geomList.length; index125++) {
2760 var geo = this.geomList[index125];
2769 for (var index126 = 0; index126 < this.geomList.length; index126++) {
2770 var geo = this.geomList[index126];
2779 for (var index127 = 0; index127 < this.geomList.length; index127++) {
2780 var geo = this.geomList[index127];
2789 return !(this.geomList.length == 0);
2795 for (var i = 0; i < this.geomList.length; i++)
2797 if (!this.geomList[i].isNoShow())
2822 for (var index128 = 0; index128 < this.geomList.length; index128++) {
2823 var geo = this.geomList[index128];
2897 var geo = this_2.geomList[index130];
2921 for (var index130 = 0; index130 < this.geomList.length; index130++) {
8897 _this.geomList = null;
8946 … this.geomList = new com.mxgraph.io.vsdx.mxVsdxGeometryList(parentGeoList);
8951 this.geomList.addGeometry(geoElem);
9266 return this.geomList.getShapeXML(this);
9323 return this.geomList != null && this.geomList.hasGeom();
9700 return this.geomList;
9864 …gth == 0; })(_this.childShapes)) || (_this.geomList != null && (!_this.geomList.isNoFill() || _th…
11785 if (this.geomList != null) {
11786 … return this.geomList.getRoutingPoints(parentHeight, startPoint, rotation);
11800 … var geomList = this.shape.getElementsByTagName(com.mxgraph.io.vsdx.mxVsdxConstants.GEOM);
11801 if (geomList.length > 0) {
11802 var firstGeom = geomList.item(0);