Lines Matching refs:shapes
644 var shapes = page.getShapes();
649 for (var k = 0; shapes.entries != null && k < shapes.entries.length; k++)
651 var layer = shapes.entries[k].getValue().layerMember;
704 m.entries = []; return m.entries; })(shapes));
759 var shapes = page.getShapes().entries || [];
761 for (var i = 0; i < shapes.length; i++)
763 var shape = shapes[i].value || {};
1800 var shapes = { str: "", toString: function () { return this.str; } }; class in mxVssxCodec.processPage
1808 … /* append */ (function (sb) { return sb.str = sb.str.concat(comma); })(shapes);
1809 … /* append */ (function (sb) { return sb.str = sb.str.concat("{\"xml\":\""); })(shapes);
1817 … /* append */ (function (sb) { return sb.str = sb.str.concat(shapeXML_2); })(shapes);
1818 … /* append */ (function (sb) { return sb.str = sb.str.concat("\",\"w\":"); })(shapes);
1819 … /* append */ (function (sb) { return sb.str = sb.str.concat(geo_2.width); })(shapes);
1820 … /* append */ (function (sb) { return sb.str = sb.str.concat(",\"h\":"); })(shapes);
1821 … /* append */ (function (sb) { return sb.str = sb.str.concat(geo_2.height); })(shapes);
1822 … /* append */ (function (sb) { return sb.str = sb.str.concat(",\"title\":\""); })(shapes);
1839 … /* append */ (function (sb) { return sb.str = sb.str.concat(name_1); })(shapes);
1840 … /* append */ (function (sb) { return sb.str = sb.str.concat("\"}"); })(shapes);
1846 if (shapes.str.length > 0)
1850 return shapes.str;
3527 this.shapes = ({});
3610 this.shapes = this.parseShapes(pageChildElem, null, false);
3696 var shapes = ({});
3736 … return this.key; }, getValue: function () { return this.value; } }); })(shapes, shape.getId(), sh…
3741 return shapes;
3859 return this.shapes;