Searched refs:masterTmp (Results 1 – 1 of 1) sorted by relevance
3702 var masterTmp = master;3703 if (masterTmp == null) {3711 masterTmp = this.model.getMaster(masterId);3715 if (!isEdge && masterTmp != null) {3717 var elem = masterTmp.getMasterElement();3724 var subShape = masterTmp.getSubShape(masterId)3730 var shape = this.createCell(shapeElem, !isEdge, masterTmp);3743 mxVsdxPage.prototype.createCell = function (shapeElem, vertex, masterTmp) { argument3744 …ph.io.vsdx.VsdxShape(this, shapeElem, vertex, this.model.getMasterShapes(), masterTmp, this.model);