Lines Matching refs:createCellElemScaled
171 mxVsdxCanvas2D.prototype.createCellElemScaled = function (name, val, formula) method in mxVsdxCanvas2D
260 this.shape.appendChild(this.createCellElemScaled("Rounding", dx));
648 this.shape.appendChild(this.createCellElemScaled("ImgOffsetX", x));
649 this.shape.appendChild(this.createCellElemScaled("ImgOffsetY", y - h));
650 this.shape.appendChild(this.createCellElemScaled("ImgWidth", w));
651 this.shape.appendChild(this.createCellElemScaled("ImgHeight", h));
821 …if (fontSize) charRow.appendChild(that.createCellElemScaled("Size", fontSize * 0.97)); //the magic…
1068 this.shape.appendChild(this.createCellElemScaled("TxtPinX", x));
1069 this.shape.appendChild(this.createCellElemScaled("TxtPinY", y));
1070 this.shape.appendChild(this.createCellElemScaled("TxtWidth", w));
1071 this.shape.appendChild(this.createCellElemScaled("TxtHeight", h));
1072 this.shape.appendChild(this.createCellElemScaled("TxtLocPinX", hw + wShift));
1073 this.shape.appendChild(this.createCellElemScaled("TxtLocPinY", hh + hShift));