Lines Matching refs:appendChild
71 this.shape.appendChild(this.geoSec);
205 row.appendChild(this.createCellElem("X", x, xF));
206 row.appendChild(this.createCellElem("Y", y, yF));
208 if (a != null && isFinite(a)) row.appendChild(this.createCellElem("A", a, aF));
209 if (b != null && isFinite(b)) row.appendChild(this.createCellElem("B", b, bF));
210 if (c != null && isFinite(c)) row.appendChild(this.createCellElem("C", c, cF));
211 if (d != null && isFinite(d)) row.appendChild(this.createCellElem("D", d, dF));
244 this.geoSec.appendChild(this.createRowScaled("MoveTo", this.geoStepIndex++, x, y));
245 this.geoSec.appendChild(this.createRowScaled("LineTo", this.geoStepIndex++, x + w, y));
246 this.geoSec.appendChild(this.createRowScaled("LineTo", this.geoStepIndex++, x + w, y - h));
247 this.geoSec.appendChild(this.createRowScaled("LineTo", this.geoStepIndex++, x, y - h));
248 this.geoSec.appendChild(this.createRowScaled("LineTo", this.geoStepIndex++, x, y));
260 this.shape.appendChild(this.createCellElemScaled("Rounding", dx));
289 …this.geoSec.appendChild(this.createRowScaled("Ellipse", this.geoStepIndex++, x + w/2, y - h/2, x, …
320 this.geoSec.appendChild(this.createRowRel("RelMoveTo", this.geoStepIndex++, x/w, y/h));
345 this.geoSec.appendChild(this.createRowRel("RelLineTo", this.geoStepIndex++, x/w, y/h));
382 this.geoSec.appendChild(this.createRowRel("RelQuadBezTo", this.geoStepIndex++, x2, y2, x1, y1));
426 …this.geoSec.appendChild(this.createRowRel("RelCubBezTo", this.geoStepIndex++, x3, y3, x1, y1, x2, …
460 foreignData.appendChild(rel);
461 this.shape.appendChild(foreignData);
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));
819 …if (styleMap['fontColor']) charRow.appendChild(that.createCellElem("Color", styleMap['fontColor'])…
821 …if (fontSize) charRow.appendChild(that.createCellElemScaled("Size", fontSize * 0.97)); //the magic…
823 if (fontFamily) charRow.appendChild(that.createCellElem("Font", fontFamily));
835 charRow.appendChild(that.createCellElem("Style", style));
836 charRow.appendChild(that.createCellElem("Case", "0"));
837 charRow.appendChild(that.createCellElem("Pos", "0"));
838 charRow.appendChild(that.createCellElem("FontScale", "1"));
839 charRow.appendChild(that.createCellElem("Letterspace", "0"));
841 charSect.appendChild(charRow);
860 pRow.appendChild(that.createCellElem("HorzAlign", align));
862 pSect.appendChild(pRow);
869 textEl.appendChild(cp);
871 textEl.appendChild(txtNode);
928 pRow.appendChild(that.createCellElem("HorzAlign", "0"));
929 pRow.appendChild(that.createCellElem("Bullet", "1"));
930 pSect.appendChild(pRow);
934 text.appendChild(pp);
956 pRow.appendChild(that.createCellElem("Bullet", "0"));
957 pSect.appendChild(pRow);
961 text.appendChild(pp);
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));
1079 this.shape.appendChild(this.createCellElem("TxtAngle", (360 - rotation) * Math.PI / 180));
1083 this.shape.appendChild(charSect);
1084 this.shape.appendChild(pSect);
1085 this.shape.appendChild(text);
1120 this.shape.appendChild(this.createCellElem("Angle", (360 - theta) * Math.PI / 180));
1136 this.geoSec.appendChild(this.createCellElem("NoFill", "1"));
1137 this.geoSec.appendChild(this.createCellElem("NoLine", "0"));
1147 this.geoSec.appendChild(this.createCellElem("NoFill", "0"));
1148 this.geoSec.appendChild(this.createCellElem("NoLine", "1"));
1158 this.geoSec.appendChild(this.createCellElem("NoFill", "0"));
1159 this.geoSec.appendChild(this.createCellElem("NoLine", "0"));