Lines Matching refs:mxRectangle
368 return new mxRectangle(s, s, 0, 0);
521 return new mxRectangle(0, 2.5 * Math.min(rect.height / 2,
595 return new mxRectangle(0, Math.min(rect.height * this.scale, size * this.scale), 0, 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,…
898 return new mxRectangle(0, Math.min(rect.height, sizeY), 0, 0);
998 return new mxRectangle(10 * this.scale, 0, 0, 0);
1066 return new mxRectangle(rect.x, rect.y + dy, w, h - 2 * dy);
1072 return new mxRectangle(rect.x + dx, rect.y, w - 2 * dx, h);
1092 return new mxRectangle(0, 0, 0, parseFloat(mxUtils.getValue(
1137 return new mxRectangle(0, Math.min(this.maxHeight * this.scale, rect.height * size), 0, 0);
1154 …return new mxRectangle(0, Math.min(rect.height * this.scale, size * 2 * this.scale), 0, Math.max(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,…
1197 return new mxRectangle(0, Math.min(rect.height, sizeY), 0, 0);
1212 return new mxRectangle(10 * this.scale, 0, 0, 0);
1225 …return new mxRectangle(0, Math.min(rect.height * this.scale, size * this.scale), 0, Math.max(0, si…
1612 var r = new mxRectangle(rect.x, rect.y, w, h);
1698 return new mxRectangle(0, 0, 0, parseFloat(mxUtils.getValue(
1805 return new mxRectangle(rect.x + margin, rect.y + margin,
1852 return new mxRectangle(rect.x + margin, rect.y + margin,
2028 return new mxRectangle(rect.width / 6, 0, 0, 0);
2103 return new mxRectangle(rect.x, rect.y + rect.height / 8, rect.width, rect.height * 7 / 8);
2149 return new mxRectangle(rect.x, rect.y, rect.width, size);
2203 return new mxRectangle(0, 0,
2329 return mxPerimeter.RectanglePerimeter(mxUtils.getDirectedBounds(bounds, new mxRectangle(0, 0, 0,