Lines Matching refs:arcSize

776 	FolderShape.prototype.arcSize = 0.1;  method in FolderShape
787 var arcSize = parseFloat(mxUtils.getValue(this.style, 'arcSize', this.arcSize));
791 arcSize = Math.min(w, h) * arcSize;
794 arcSize = Math.min(arcSize, w * 0.5, (h - dy) * 0.5);
796 dx = Math.max(dx, arcSize);
797 dx = Math.min(w - arcSize, dx);
801 arcSize = 0;
808 c.moveTo(Math.max(arcSize, 0), dy);
809 c.lineTo(Math.max(arcSize, 0), 0);
818 c.lineTo(w - Math.max(arcSize, 0), 0);
819 c.lineTo(w - Math.max(arcSize, 0), dy);
824 c.moveTo(0, arcSize + dy);
825 c.arcTo(arcSize, arcSize, 0, 0, 1, arcSize, dy);
826 c.lineTo(w - arcSize, dy);
827 c.arcTo(arcSize, arcSize, 0, 0, 1, w, arcSize + dy);
828 c.lineTo(w, h - arcSize);
829 c.arcTo(arcSize, arcSize, 0, 0, 1, w - arcSize, h);
830 c.lineTo(arcSize, h);
831 c.arcTo(arcSize, arcSize, 0, 0, 1, 0, h - arcSize);
873 var arcSize = parseFloat(mxUtils.getValue(this.style, 'arcSize', this.arcSize));
877 arcSize = Math.min(rect.width, rect.height) * arcSize;
880 arcSize = Math.min(arcSize, rect.width * 0.5, (rect.height - sizeY) * 0.5);
884 arcSize = 0;
889 …return new mxRectangle(arcSize, 0, Math.min(rect.width, rect.width - sizeX), Math.min(rect.height,…
893 …return new mxRectangle(Math.min(rect.width, rect.width - sizeX), 0, arcSize, Math.min(rect.height,…
913 UMLStateShape.prototype.arcSize = 0.1; method in UMLStateShape
921 var arcSize = parseFloat(mxUtils.getValue(this.style, 'arcSize', this.arcSize));
926 arcSize = Math.min(w, h) * arcSize;
929 arcSize = Math.min(arcSize, w * 0.5, h * 0.5);
933 arcSize = 0;
944 c.moveTo(dx, arcSize);
945 c.arcTo(arcSize, arcSize, 0, 0, 1, dx + arcSize, 0);
946 c.lineTo(w - arcSize, 0);
947 c.arcTo(arcSize, arcSize, 0, 0, 1, w, arcSize);
948 c.lineTo(w, h - arcSize);
949 c.arcTo(arcSize, arcSize, 0, 0, 1, w - arcSize, h);
950 c.lineTo(dx + arcSize, h);
951 c.arcTo(arcSize, arcSize, 0, 0, 1, dx, h - arcSize);
1021 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
1023 this.isRounded, arcSize, true);
1172 var arcSize = parseFloat(mxUtils.getValue(this.style, 'arcSize', this.arcSize));
1176 arcSize = Math.min(rect.width, rect.height) * arcSize;
1179 arcSize = Math.min(arcSize, rect.width * 0.5, (rect.height - sizeY) * 0.5);
1183 arcSize = 0;
1188 …return new mxRectangle(arcSize, 0, Math.min(rect.width, rect.width - sizeX), Math.min(rect.height,…
1192 …return new mxRectangle(Math.min(rect.width, rect.width - sizeX), 0, arcSize, Math.min(rect.height,…
1248 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
1250 this.isRounded, arcSize, true);
1274 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
1276 this.isRounded, arcSize, true);
1292 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
1295 new mxPoint(w, h)], this.isRounded, arcSize, false);
1707 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
1716 this.isRounded, arcSize, true, [4]);
1738 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
1740 new mxPoint(0, h), new mxPoint(s, h / 2)], this.isRounded, arcSize, true);
1763 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
1765 new mxPoint(s, h), new mxPoint(0, 0.5 * h)], this.isRounded, arcSize, true);
1901 var arcSize = this.getArcSize(w + this.strokewidth, h + this.strokewidth) * arcspacing;
1902 spacing += arcSize;
1903 vspacing += arcSize;
2826 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
2829 new mxPoint(x, y + hh)], this.isRounded, arcSize, true);
2943 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
2945 this.isRounded, arcSize, true);
3009 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
3011 new mxPoint(dx, h), new mxPoint(0, h)], this.isRounded, arcSize, true);
3058 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
3061 new mxPoint(0, dy)], this.isRounded, arcSize, true);
3082 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
3085 this.isRounded, arcSize, true);
3104 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
3108 this.isRounded, arcSize, true);
3188 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
3190 new mxPoint(0, h), new mxPoint(0, s * 0.8)], this.isRounded, arcSize, true);
3210 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
3212 new mxPoint(0, h - s)], this.isRounded, arcSize, true);
5417 …var arcSize = mxUtils.getValue(state.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) /…
5419 … return new mxPoint(bounds.x + bounds.width - Math.min(bounds.width / 2, arcSize), bounds.y + tmp);
5423 var arcSize = Math.max(0, parseFloat(mxUtils.getValue(state.style,
5427 Math.min(bounds.width, bounds.height) * arcSize), bounds.y + tmp);
6454 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …