Lines Matching refs:mxRectangle

517 		this.graph.pageFormat = new mxRectangle(0, 0, pw, ph);
1316 pf = mxRectangle.fromRectangle(pf);
1803 pageFormat = mxRectangle.fromRectangle(pageFormat);
1808 pageFormat = mxRectangle.fromRectangle(pageFormat);
1816 pageFormat = mxRectangle.fromRectangle(pageFormat);
1821 pageFormat = mxRectangle.fromRectangle(pageFormat);
1910 var newPageFormat = new mxRectangle(0, 0,
1916 newPageFormat = new mxRectangle(0, 0, newPageFormat.height, newPageFormat.width);
1979 {key: 'legal', title: 'US-Legal (8,5" x 14")', format: new mxRectangle(0, 0, 850, 1400)},
1980 … {key: 'tabloid', title: 'US-Tabloid (11" x 17")', format: new mxRectangle(0, 0, 1100, 1700)},
1981 … {key: 'executive', title: 'US-Executive (7" x 10")', format: new mxRectangle(0, 0, 700, 1000)},
1982 {key: 'a0', title: 'A0 (841 mm x 1189 mm)', format: new mxRectangle(0, 0, 3300, 4681)},
1983 {key: 'a1', title: 'A1 (594 mm x 841 mm)', format: new mxRectangle(0, 0, 2339, 3300)},
1984 {key: 'a2', title: 'A2 (420 mm x 594 mm)', format: new mxRectangle(0, 0, 1654, 2336)},
1985 {key: 'a3', title: 'A3 (297 mm x 420 mm)', format: new mxRectangle(0, 0, 1169, 1654)},
1987 {key: 'a5', title: 'A5 (148 mm x 210 mm)', format: new mxRectangle(0, 0, 583, 827)},
1988 {key: 'a6', title: 'A6 (105 mm x 148 mm)', format: new mxRectangle(0, 0, 413, 583)},
1989 {key: 'a7', title: 'A7 (74 mm x 105 mm)', format: new mxRectangle(0, 0, 291, 413)},
1990 {key: 'b4', title: 'B4 (250 mm x 353 mm)', format: new mxRectangle(0, 0, 980, 1390)},
1991 {key: 'b5', title: 'B5 (176 mm x 250 mm)', format: new mxRectangle(0, 0, 690, 980)},
1992 {key: '16-9', title: '16:9 (1600 x 900)', format: new mxRectangle(0, 0, 900, 1600)},
1993 {key: '16-10', title: '16:10 (1920 x 1200)', format: new mxRectangle(0, 0, 1200, 1920)},
1994 {key: '4-3', title: '4:3 (1600 x 1200)', format: new mxRectangle(0, 0, 1200, 1600)},
2604 var bounds = new mxRectangle(scale * tr.x, scale * tr.y, fmt.width * ps, fmt.height * ps);
2743 var bounds = new mxRectangle(this.scale * (this.translate.x + x0 * pw), this.scale *